-
There has to be a better and more reliable way to do check for node equality (i.e. NOT talking about reference).
That is solved easily by keys in virtual DOM, but not in the real DOM.
Edit: It i…
-
I am trying to create a TODO app with more than 1 TODO component in the same page, but without using an `array.map(...)`.
I'd like to create the component with it's own `state`, so I can have one T…
-
I've been trying to figure out an elegant way to support multiple image sizes with `hypha`, but perhaps there's an opportunity for `nanopage` to smooth this over.
Is there any way to associate mult…
-
If the caller of on-load is in strict mode, a TypeError is caused in [on-load/index.js](https://github.com/shama/on-load/blob/master/index.js#L34): `Function.caller used to retrieve strict caller`.
-
Hi, I see it's based on Electron, which means at least theoretically it can have an in-browser GUI. Is that true?
-
If the text file is really large, we can display only the first part of the files. Right now, files over 10MB just fail to render.
In csvs, we can display only 10 rows at a time, which would make f…
-
Where in the source code does choo handle the return value of route handler functions (the hyperx html)? I see where where the router sets the handler, but I don't see where choo takes that return va…
-
The codebase for the v1 release of ScienceFair was monolithic. The ecosystem of tools [planned for the next few releases](https://github.com/codeforscience/sciencefair#roadmap) requires a much more mo…
-
Related: #https://github.com/choojs/nanomorph/issues/89
I created tests for the events listed in https://github.com/choojs/nanomorph/blob/master/lib/events.js#L32
The following events fail to pa…
-
### Operating system
macOS 11.6.2
### Browser name and version
Firefox 95.02
### Expected behavior
Should be able to drag and drop to re-arrange songs in playlists created by me.
### Actua…