Alexander Pushkov
Alexander Pushkov
Slightly orthogonal, typeconv discards descriptions on enum definitions as well. Consider this schema: ```json { "definitions": { "EventAction": { "description": "This is some action that happened.", "enum": ["registration", "reregistration", "last...
Works now with this config: ```toml [build] publish = "site/" command = """ restore_home_cache ".cache" "pip cache" && restore_cwd_cache '.venv' 'python virtualenv' && pip3 install -q poetry && poetry config...
I've moved my Python-based sites to GitLab Pages for the time being. There's another option I'm considering but not sure if it's OK to post it here as it's a...
Made [a patch](https://gist.github.com/notpushkin/375fd33ebb05af7c4ace91c4d80385d4) to save y'all trouble – based on @thgh's changes and can be installed with [patch-package](https://www.npmjs.com/package/patch-package), like @arve0 suggested. Thank you guys!
@Conduitry How about `/foo.svelte` → `/foo` but `/bar/index.svelte` → `/bar/`?
The source code is now available under GPLv3: https://github.com/sandboxie/sandboxie
@mastilver Are you planning on doing something with it? I could join in at some point too! :>
There's [node-gtk](https://www.npmjs.com/package/node-gtk), and also plain [Gjs](https://wiki.gnome.org/Projects/Gjs) (which is not based on Node, so would likely require additional work).
(Disclaimer: I'm not really good at GTK/Node pairing. I've tried GTK/Python though.) --- Also, if you choose to go with Electron, it would be great if you've considered my project,...
I believe the Namecoin integration should be based on the [`id/` namespace](https://wiki.namecoin.org/index.php?title=Identity) then. In this namespace, each entry contains some meta information about a person. So, if `id/cjb` contains this...