Commit Graph

43 Commits

Author SHA1 Message Date
c046d3cc92 removed private setting from gitignore 2024-02-05 12:29:00 +09:00
a819753644 Merge remote-tracking branch 'origin/v4' into v4 2024-02-04 23:12:18 +09:00
e6e25bd788 backup 2024-01-29 15:35:39 +09:00
ec19428ae0 backup 2024-01-29 14:04:28 +09:00
92b3780db5 update layout 2024-01-29 13:59:31 +09:00
ca28b2a958 updated 2024-01-17 15:55:54 +09:00
5a33028027 updated 2024-01-17 15:55:54 +09:00
ae602f72e4 Merge commit '76f2664277e07a7d1b011fac236840c6e8e69fdd' into v4 2023-11-27 18:01:51 +09:00
cb68b92059 Merge commit '76f2664277e07a7d1b011fac236840c6e8e69fdd' into v4 2023-11-27 18:01:51 +09:00
b20f2ba4e1 Merge remote-tracking branch 'origin/v4' into v4 2023-10-03 11:38:34 +09:00
874e2865f3 Merge remote-tracking branch 'origin/v4' into v4 2023-10-03 11:38:34 +09:00
b6b1dabde0 feat: support configurable ws port and remote development (#429)
Co-authored-by: Jeremy Press <jeremy@replit.com>
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
2023-08-27 17:39:42 -07:00
ef762f28cd feat: support configurable ws port and remote development (#429)
Co-authored-by: Jeremy Press <jeremy@replit.com>
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
2023-08-27 17:39:42 -07:00
cea6834fef profiling, better concurrency heuristics 2023-08-09 00:26:33 -07:00
1b37945b13 profiling, better concurrency heuristics 2023-08-09 00:26:33 -07:00
6e61f2fd00 profiling, better concurrency heuristics 2023-08-09 00:26:33 -07:00
49bd6bc3ff better concurrency debugging, --concurrency flag for npx quartz build 2023-08-08 22:52:49 -07:00
b79e889d87 better concurrency debugging, --concurrency flag for npx quartz build 2023-08-08 22:52:49 -07:00
cfdb71d00d better concurrency debugging, --concurrency flag for npx quartz build 2023-08-08 22:52:49 -07:00
3ac6b42e16 finish path refactoring, add sourcemap + better trace support 2023-07-15 23:02:12 -07:00
2c0f21a97d finish path refactoring, add sourcemap + better trace support 2023-07-15 23:02:12 -07:00
245388735b finish path refactoring, add sourcemap + better trace support 2023-07-15 23:02:12 -07:00
465804a389 basic docs, remove publish, add quartz create 2023-07-05 00:16:06 -07:00
3fc81b705f basic docs, remove publish, add quartz create 2023-07-05 00:16:06 -07:00
c9eecf813a basic docs, remove publish, add quartz create 2023-07-05 00:16:06 -07:00
92ca787092 fix default callout state 2023-07-04 18:26:11 -07:00
70dcf6acc2 fix default callout state 2023-07-04 18:26:11 -07:00
4dec5c0839 fix default callout state 2023-07-04 18:26:11 -07:00
9ad89997a5 multi-core builds 2023-06-04 12:35:45 -04:00
060dcce93e multi-core builds 2023-06-04 12:35:45 -04:00
df2d4e80d1 multi-core builds 2023-06-04 12:35:45 -04:00
a757521313 base setup 2023-05-28 17:44:08 -07:00
70a05fccd5 base setup 2023-05-28 17:44:08 -07:00
ba1515d9ee base setup 2023-05-28 17:44:08 -07:00
bcc3196abd feat: add support for semantic search using operand 2022-07-31 12:16:36 -07:00
5ef9aad501 feat: add support for semantic search using operand 2022-07-31 12:16:36 -07:00
a1c6b89740 Fix fetchData
The fetchData function suffer from a race condition. If the function is
called before the promise finishes, it will result in another pair of
HTTP request. This does not only make the function useless but
Actually, it makes it harmful as the data might be redownloaded twice.

Now fetchData is not a function but rather the promise by itself.
Previous callers are expected to await the variable instead, this
should be not concern as awaiting a promise multiple time in
JavaScript is completely safe.
2022-03-04 02:25:30 +00:00
7e0f2e4449 Fix fetchData
The fetchData function suffer from a race condition. If the function is
called before the promise finishes, it will result in another pair of
HTTP request. This does not only make the function useless but
Actually, it makes it harmful as the data might be redownloaded twice.

Now fetchData is not a function but rather the promise by itself.
Previous callers are expected to await the variable instead, this
should be not concern as awaiting a promise multiple time in
JavaScript is completely safe.
2022-03-04 02:25:30 +00:00
fdf1d9bbe3 feat: dynamically fetch indices 2022-02-15 19:39:14 -05:00
fcd5d2807d feat: dynamically fetch indices 2022-02-15 19:39:14 -05:00
1c851271ea add search support 2021-08-27 14:08:11 -04:00
ea69050587 add base pages 2021-07-18 11:54:00 -04:00
c01138a81c add base structure 2021-07-18 09:35:42 -04:00