Shish
Shish
[ml] ocaml init
[py] merge cython into python --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/shish/rosettaboy/pull/200). * #201 * __->__ #200
**Which addon?** syncthing **Describe the bug** Crash-looping with this in the logs: ``` [17:42:17] INFO: Post-Start syncthing setup syncthing: error: Post "http://172.30.33.1:8384/rest/system/config": EOF s6-rc: warning: unable to start service syncthing-setup:...
[zig] bump to 0.12.0
My model has a `Survey` class with `owner_id` attribute, which is using a different column name (`user_id`) for historic reasons ```python class User(Base): __tablename__ = "user" user_id: Mapped[int] = mapped_column("id",...
[docker] remove unused tests target
Shimmie isn't super-js-heavy in general, but a few extensions are (notes, autocomplete) - it'd be nice to have some tests for those Seems like most JS testing frameworks assume you...
[WIP] generic operand support We're already special-casing `-` for NOT, there is a PR for special-casing `~` for OR, it'd be nice to have a general system rather than multiple...
[WIP] limit=X meta-tag, see #1153 This seems close to working, except that "page size" and "total number of search results" are two distinct concepts, and SQL LIMIT is used for...