• Joined on 2023年08月10日
synapse created repository synapse/scheme-lsp-server 2025年04月21日 15:39:24 +02:00
synapse opened issue synapse/kagi-api#3 2025年03月29日 14:29:18 +01:00
Release kagi-api 0.2.0
synapse pushed to main at synapse/kagi-api 2025年03月29日 09:03:06 +01:00
e512c9f08e replace reqwest with ureq (#2)
synapse merged pull request synapse/kagi-api#2 2025年03月29日 09:03:05 +01:00
replace reqwest with ureq
synapse pushed to main at synapse/kagi-api 2024年11月02日 15:22:42 +01:00
11a17af2dd Add Nix flake
synapse pushed to main at synapse/kagi-api 2024年11月02日 15:20:24 +01:00
da84bc4617 Add Nix flake
synapse pushed to main at synapse/kagi-api 2024年11月02日 15:19:54 +01:00
d1e207a6be Add Nix flake
Compare 2 commits »
synapse pushed to main at synapse/bottie 2024年07月22日 22:29:02 +02:00
0be2de885c feat(bottie): Improved error messages with anyhow
15324a43f9 feat(bottie): Add Bottie struct, ::from_client(), .run(stream)
Compare 2 commits »
synapse pushed to main at synapse/bottie 2024年07月22日 21:38:41 +02:00
0fd44d7391 feat(flake): Add just(file) to devShell
synapse pushed to main at synapse/bottie 2024年07月22日 21:37:50 +02:00
a589d7c997 feat(flake): Add just(file) to devShell
synapse pushed to main at synapse/bottie 2024年07月22日 17:10:12 +02:00
41ed4f7268 feat(justfile): Add 'just run'
e210f0014c feat(flake): Add .envrc containing "use flake", update .gitignore
f3b6da6d1a feat(bottie): Add --config-file CLI argument
3d33f8d752 fix(flake): Use rust-overlay instead of fenix, fixes libssl missing at runtime
Compare 4 commits »
synapse pushed to main at synapse/bottie 2024年07月21日 21:25:00 +02:00
3a160d4c5a feat(bottie): Initial commit with Nix flake
synapse created branch main in synapse/bottie 2024年07月21日 21:21:47 +02:00
synapse pushed to main at synapse/bottie 2024年07月21日 21:21:47 +02:00
ae8b7fef4e feat(bottie): Initial commit with Nix flake
synapse created repository synapse/bottie 2024年07月21日 21:18:39 +02:00
synapse commented on issue synapse/kagi-api#1 2024年05月18日 01:14:06 +02:00
Add Search API and Enrichment API

I’d very much like to extend the tool with these APIs, but:

NOTE: The Search API is in closed beta and is currently available to Kagi Business (Team) plan. This is currently 19ドル/mo plus...

synapse pushed to main at synapse/trollr 2024年02月17日 13:56:08 +01:00
094629fbbc feat(parse): Handle d<expr>, <num>d<expr>, (<expr>)d<expr>
4001dbd554 feat(parse): Parentheses
55a198b9c3 feat(parse): Make expressions recursive
Compare 3 commits »
synapse pushed to main at synapse/trollr 2024年02月17日 10:43:27 +01:00
d8262bd421 refactor(cli): Extract error reason into variable
synapse created branch main in synapse/trollr 2024年02月17日 10:37:06 +01:00
synapse pushed to main at synapse/trollr 2024年02月17日 10:37:06 +01:00
791aa0d6a5 feat(cli): Initial ariadne error printing
86d47d06be Initial commit: Clap CLI, Chumsky + Bumpalo parser, basic dN syntax