-
SugarLisp is exciting for many reasons:
- s-expressions
- metaprogramming
- monads
- produces human readable JS
However, for this to be useful for front end React development, it needs JSX support. …
-
Excellent looking plugin, however I am running into an error in the configuration. I've got it configured as follows:
```
{
"storage": "ldap",
"two-factor": {
"enabled": false,
"l…
-
Numpy has an interactive WebAssembly powered Python shell on their starting page: https://numpy.org/
Now, I'd like to embed a similar one in a tldraw canvas.
Is there a simple solution for that?
…
-
I've [submitted](https://github.com/krausest/js-framework-benchmark/pull/1022) Forgo to the JS framework benchmark suite. Forgo's performance has been adequate for my own apps so far, but I'm not real…
-
a little more intuitive suggestion to work with colors.
http://jscolor.com/examples/
The native color windows box are hard to work. :)
-
After #2902, I now have a failure at the `git clone` step. Turns out I need `--depth=1`, not `--depth=0`.
https://github.com/MithrilJS/mithril.js/actions/runs/10651242035/job/29523613751#step:2:1
-
After reinstalling my operating system (and my whole dev environment), I get the following error when running pub serve:
```
Loading source assets...
Loading liquid transformers...
[Error from Fact…
ghost updated
9 years ago
-
**Report by EDWIR:**
Signs Bot Box cannot plant Healing Tree Saplings instead just deleting one from the assigned slot upon calling a plant_sapling command, however they can plant for example Apple Tr…
-
Just wanted to get this down because I've been thinking about how the only problem with hooks is they run in the view. Other than that, it is just syntax sugar for lifecycle.
But, the sugar is nic…
-
I have spent some months updating and refining an approach to an FRP driven pattern that I'm calling "flimflam". Main points:
- Very easy to nest child components in parent components; child component…