Tyler Childs
Tyler Childs
Yeah, I'm not sure why I suffixed them with numbers at this point, but good catch on the mismatch :) Documentation should be updated
Absolutely :)
update: i am able to reproduce, i removed my deno.lock file on the same repository from above on an m2 macbook running asahi linux. reproduction: 1: `git clone [email protected]:tylerchilds/plan98.git` 2:...
I create a more condensed reproduction repository. That has **mod.js**: javascript file that logs 'hello world' to the console when executed **deno.json**: file with a lookup table for task commands,...
Took some time this morning to sketch out my initial thoughts on how I'd tackle this issue. I'm thinking a classic sidebar with the main content area being a sort...
@happybeing I've been thinking a bit more about this and long term what we'd need from an alternative to GitHub, at least from the UI perspective. So just thinking through...
@RangerMauve sorry, just saw this-- definitely open to recommendations-- the advantage of baking the approach into browsers is the ability to re-use them across applications. I've been pushing the approach...
thanks for the time @amark! 1. I use a virtual dom library in the plan98 fork of tag, which allows to not execute scripts when manipulating a node https://diffhtml.org/api.html#options-execute-scripts More...
@amark i went ahead and added the array code to this pr
removed the innerHTML logic on gelf/note.html and added [gelf/array-test.html](https://github.com/amark/gun/pull/1389/commits/234ef0253b4c652f3a8183b2d3fe8d3afbd7ccb5#diff-9aeafa6faf93bafe22cbdf055eaea1bb5f77b6c238e4b20ed1ea16835310c6f7) i started updating gelf.js to use the gun.open api instead of JSON.stringify and JSON.parse, but need to investigate further what I...