-
I wanted to throw in my tuppence on what Unison could do about typeclasses (see comment below) so I'm opening this issue as a place to put such things.
I'm aware that this is one of those topics th…
-
Calling `event.stopPropagation()` does not stop an event propagating to the view.
``` js
item.on('mousedown', function(event) {
event.stopPropagation();
console.log('item');
});
view.on('mous…
-
Migrated from [rt.perl.org#108286](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=108286) (status was 'open')
Searchable as RT108286$
p5pRT updated
2 years ago
-
Migrated from [rt.perl.org#123346](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=123346) (status was 'open')
Searchable as RT123346$
p5pRT updated
2 years ago
-
## How to safely keep a reference to uncommitted objects and dispose of them on unmount?
For a MobX world, we are trying to [prepare for the Concurrent mode](https://github.com/mobxjs/mobx-react-l…
-
@shelby3 [wrote](https://github.com/keean/traitscript/issues/2#issuecomment-248102324):
> Also, the compiler can use a much simpler form of path analysis (independent of run-time state) to do that pe…
-
I know there have been multiple threads on the subject (#661, #453, #322, #56), but since plugins are now a thing I figured it could be worth opening one more discussion. Perhaps there could be a solu…
-
ImportExport is integrated in OTOBO 11.0 and OTOBO 11.1. But there are no console commands that perform Import and Export. So let's provide them. The new commands will be almost exact copies of the co…
-
## Why?
It's hard to work with quantities (value + UoM) in RDF and SPARQL.
There are about 10 UoM ontologies:
- the worse of them are just a list of units
- the better of them also add dimensi…
-
https://github.com/ocaml/ocaml/pull/12309 has introduced syntax for deep handlers. The manual page (https://v2.ocaml.org/manual/effects.html) currently uses the Stdlib Effect module, not the syntax. T…