whacked

Results 22 comments of whacked

probably not recognized by the parser FYI I doubt I will have time to update this repo because I'm transitioning out of tiddlywiki.

I found this thread after encountering the same issue. This is most likely a result of some dependency tree update involving fastapi, under which it used to use pydantic 1.*.*...

also for reference, here's my current pipdeptree for my promnesia environment after fixing the error. It might not be minimal, but should be close. ``` beautifulsoup4==4.12.3 └── soupsieve [required: >1.2,...

https://github.com/mooz/org-js/compare/master...whacked:2016-06_exploration has a rough cut of adding timestamp parsing

The `(defun json-rpc-2.0 (connection endpoint method params) ...)` is reasonable but it entails including the endpoint in every call to `json-rpc-2.0`, correct? That seems a bit cumbersome especially since you've...

landing here after encountering ``` $ quiet_decode_file audible error: fec_get_enc_msg_length(), convolutional codes unavailable (install libfec) ``` and looking through https://github.com/quiet/quiet/issues/20 Assuming that this issue is a prerequisite to run https://github.com/quiet/quiet,...

I've encountered a related problem when trying to create an environment to build static binaries, [discussion here](https://github.com/janet-lang/janet/discussions/1339). With sogaiu's help I created a working flake that bundles jpm which you...

thanks for the issue, I'll look into it. but before pushing for wider/easier use here are my plans: - [x] rename to calibre-query or something like that. over the lifetime...

sorry for the late reply. I just pushed a quick update to the README. This update also removes the `xcl` subdirectory, which contains the actual transclusion logic (a nodejs server)....

for tiddlywiki, AFAIK, there's only transclusion for tiddlywiki node types. It's probably possible to extend it to other syntax types or if you want org + transclusion and use that...