Commit graph

82 commits

Author SHA1 Message Date
2eed8fc323 Support conversions between radians and degrees 2025-09-12 15:01:14 +12:00
a691732a81 Update error message when no ip address is found from NATS_ADDR="some_host:port" 2025-09-09 16:18:35 +12:00
c4cf11a5ef add todos 2025-09-07 13:13:46 +12:00
a8c86790fc add calculator to nojs (nojs seems to always 504 when I use it, see if I can fix that) 2025-09-07 12:25:01 +12:00
f955d63937 redisable bing & google services 2025-09-06 16:10:18 +12:00
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