-
It is currently very hard to implement custom leak checking because it seems impossible to walk the jemalloc heap.
The leak checking of jemalloc itself is very slow and does not print debugging inform…
-
In the following sequence `hub sync` won't remove local branches, that were merged/removed on Github:
``` bash
$ hub clone
$ hub fork
$ git checkout -b new-branch
$ # (make & commit changes)
$ git pu…
gmile updated
7 years ago
-
Hello!
I’m trying to realize real time python module which can play input midi events, and play existing midi files simultaneously. So in this way we can play something in real-time for existing midi…
-
Short (bad-version) idea: Have a way to associate a resource with its performance entry via the event handlers for the resource itself. This could be a callback of sorts or an identifier/reference. Bu…
-
Using CSV/manual import is a bit annoying; it would be nice if you could use the Anki API (it would require you to add the path to the collection file to the config) to send the cards automatically to…
-
# Background
[UCO Issue 541](https://github.com/ucoProject/UCO/issues/541) introduced general `uco-core:Event`s.
CASE's `Investigation` class has, to date, been encoded as a [`uco-core:Contextua…
-
After using typed-immutable on multiple projects now the biggest problem that comes up is tracking down why a type error occurs - particularly when restoring a large nested structure from a raw JS obj…
-
I know JSON specifically doesn't allow cyclic objects to be serialized, but it would be useful if JX could do so. Obviously round-trip serialization would be impossible, but maybe Duktape could put s…
-
## Flow 1
### on_search (full_catalog)
- /message/catalog/bpp/providers/items/@ondc/org/time_to_ship must match format \"duration\"
- serviceability should not be replecated
- /message/catalog…
-
### Problem
Currently, `Figure.axes` is simply a list of the contained Axes. This is basically what we need for internal data storage, but is not necessarily a great API for getting axes.
Sugges…