felzix
felzix
The README indicates that `org-super-links-insert-link` is a simple replacement for `org-insert-link` but it isn't. Specifically, I use `org-insert-link` to create new links, sometimes using the marked text as the default...
I'm using jsondiff to reduce how much I'm sending to clients. My current scheme returns a list of diffs since the last time the client requested the state. It would...
This might not count as an issue but it seems like a bad practice for a project designed to teach others how to use Loom. I built a contract and...
**Describe the bug** Hit bug running the easy setup script: `sh
I thought this was a handlebars error but this fiddle works fine: https://jsfiddle.net/onzew2s1/1/ Fiddle code: ``` Handlebars.registerHelper('stringify', function(arg1) { return JSON.stringify(arg1); }); global this: {{stringify this}} table start {{#each tiles}}...
Error ``` multi-swap.js:37 HTMX multi-swap: selector '#world' not found in source content. ``` Code ``` press me ``` Affects the two browsers I tried, Chrome and Brave: Chrome:Version 120.0.6099.224 (Official...
I want to use this plugin but do not want to use webpack. What I observe is events getting into kinesalite (by specifying --path since it doesn't log anything) but...
Since the LSP configuration is set in `eval-after-load`, once `lsp-mode` starts, the hoon-language-server configs cannot be updated. I ended up copy-pasting the client connection creation into *scratch* then executing it...
Running these commands causes all nodes in the buffer to close. They never open again. 1. origami-reset 2. origami-forward-toggle-node 3. origami-undo 4. origami-redo The nodes do not open when I...
One of your dependencies, babel-preset-react-app, is importing the "@babel/plugin-proposal-private-property-in-object" package without declaring it in its dependencies. This is currently working because "@babel/plugin-proposal-private-property-in-object" is already in your node_modules folder for unrelated...