Commit graph

77 commits

Author SHA1 Message Date
5b1e215b77 updated cargo files 2025-09-06 16:07:57 +12:00
b101b5af51 Fix them rounding errors! 2025-09-06 16:07:09 +12:00
86c6c96909 Checkpoint 2 (seems to compile now) 2025-09-06 15:36:22 +12:00
cd493f8d32 Checkpoint 2025-09-06 15:08:40 +12:00
74b29455e5 Constants work and *finally* fix the off-by-one in lexing 2025-09-05 23:58:06 +12:00
47477732ba finish up lexing & do some parsing improvements (functions now require parens for multiple args :(, I'll see if I can change that later) 2025-09-05 23:32:21 +12:00
cbf35e9746 improve number lexing (temporarily breaking function lexing) 2025-09-05 22:26:06 +12:00
adf97d4b20 implement logic for logN 2025-09-05 21:56:46 +12:00
328ec0bfdc functions are no longer infix, and more 2025-09-05 21:50:22 +12:00
199bce4f90 simplify 2025-09-05 21:14:04 +12:00
9c9172d4c9 fix exponent precedence 2025-09-05 21:09:31 +12:00
4f6063bf72 WIP ui 2025-09-05 20:58:21 +12:00
b7b466b774 *Mostly* works, apart from 4 sqrt 4 being 1.4142135623730951 for some reason (messed up unary operators or something) 2025-09-05 20:40:49 +12:00
25644b9d4e Add get_val 2025-09-05 19:39:48 +12:00
849393fbd1 Parsing seems to work now! 2025-09-05 19:35:18 +12:00
c2f210c32c WIP pratt parsing 2025-09-05 16:45:57 +12:00
7a57c7bf1e Merge branch 'work' into calculator 2025-09-05 16:17:43 +12:00
fe539a637e Fix build 2025-09-05 16:11:11 +12:00
f11aa99038 Add protocol to proxy file format (may remove), misc changes 2025-09-05 15:44:29 +12:00
c39a425d48 Lock dockerfile cargo cache 2025-09-05 14:20:42 +12:00
430e0fce85 reenable bing & google services in dockerfile, fix bingservice crash when proxies file is empty 2025-09-04 21:35:45 +12:00
7fbe876c54 Finally, build caching 2025-09-04 20:49:25 +12:00
3ed54bf7e8 Fix docker compose & the authservice admin_count function 2025-09-04 19:15:57 +12:00
1370bc8a43 Docker compose setup 2025-09-04 15:53:53 +12:00
0725850ad0 WIP 2025-09-04 08:54:21 +12:00
de1d9931b1 initial calculator stuff 2025-06-22 12:10:40 +12:00
24067eca99 I was just writing the PR and realised that aliases is a better name than keys 2025-05-08 20:18:00 +12:00
3696d4cb6d spaces to follow at least a little code style :( 2025-05-08 20:12:03 +12:00
f06b84bf66 a little cleanup 2025-05-08 20:11:15 +12:00
43aae463e8 use a more sensible name 2025-05-08 19:57:38 +12:00
87458f30b6 bangs: fix redict including extra space sometimes 2025-05-08 19:40:35 +12:00
64a771f8cc make it work fully 2025-05-08 19:21:13 +12:00
bac21898c9 just make the bangs better 2025-05-08 18:40:38 +12:00
245744a317 properly format bang urls 2025-05-08 15:46:18 +12:00
109e20c7b4 initial mostly working thing 2025-05-08 15:03:00 +12:00
0c10b15447 testing ci 2025-04-01 12:14:33 -07:00
b86fd6b6bc Merge pull request 't150: invalidate cache on update' (#11) from feature/nikocs/t150 into develop
Reviewed-on: asklyphe-public/asklyphe#11
2025-03-31 15:09:02 -07:00
6fa292d1de add git hash to css + js + img for cache
this should invalidate the cache everytime we recompile the frontends on
a new git commit
2025-03-24 14:18:01 -07:00
b8a338d9ba Merge pull request 'feature: Implement AUTH_URL for authservice emails' (#10) from feature/evie/T116 into develop
Reviewed-on: asklyphe-public/asklyphe#10
2025-03-24 13:09:43 -07:00
c2e28c3791 Merge pull request 'fix: Fix incorrect background for classic theme image search' (#9) from fix/evie/T154 into develop
Reviewed-on: asklyphe-public/asklyphe#9
2025-03-24 11:49:18 -07:00
050d45ee2e Merge pull request 'feature: Implement random theme and theme enum' (#8) from features/evie/T155 into develop
Reviewed-on: asklyphe-public/asklyphe#8
2025-03-24 11:48:00 -07:00
39dfa6816e
feature: Implement AUTH_URL for authservice emails
Fixes #T116
2025-03-20 16:59:31 -07:00
03314a53d1
fix: Fix incorrect background for classic theme image search
Fixes #T154
2025-03-19 21:20:23 -07:00
1c6edf2039
revert: Revert changes to asklyphe-frontend/src/routes/admin.rs 2025-03-19 21:03:11 -07:00
95ba628934
feature: Implement random theme and theme enum
For task T155
2025-03-19 20:58:23 -07:00
96478fb5d2 Merge pull request 'vorebot timeouts seem stable' (#7) from feature/nikocs/vorebot-tweaks into develop
Reviewed-on: asklyphe-public/asklyphe#7
2025-03-17 10:40:53 -07:00
74c65d993d timeout if crawling takes too long
default is 5 minutes before the task gets killed, in the future we
should probably have a more graceful shutdown method
2025-03-16 16:07:47 -07:00
9237d1a048 Merge pull request 'bring latest develop changes into vorebot-tweaks' (#6) from develop into feature/nikocs/vorebot-tweaks
Reviewed-on: asklyphe-public/asklyphe#6
2025-03-16 15:50:02 -07:00
4be68e4ba1 Merge pull request 'store crawler link relations' (#5) from feature/nikocs/vorebot-store-link-relations into develop
Reviewed-on: asklyphe-public/asklyphe#5
2025-03-16 15:49:22 -07:00
2463986e8d await ack 2025-03-14 18:49:27 -07:00