Arne Bertrand
Arne Bertrand
On my system (linux, using the binary) `captain list` lists a different amount of projects each time I use it. Ive seen values ranging from 0 to about 12 on...
closes #12 by implementing the 3rd proposal. It ended up being very straightforward to implement, thanks to the simple and clear codebase. # Feature description Allows diary inheritance by returning...
Turns out localStorage is not always accessible in the browser. In my particular usecase, my app was used in an iframe, and chrome with restrictive 3rd party cookie settings throws...
To more closely mimic the `console.log` api, it could be nice to allow the following: ```ts const logger = diary("myScope"); const myCoolObject = { foo: "bar" }; logger.log(myCoolObject); ``` This...
In [v1.0.2](https://github.com/maraisr/diary/releases/tag/0.1.2), the `setLevel` api was removed. In the release notes it is mentioned that this can be replaced by using the new `onEmit` api. However, as far as I...
2 days ago 4.3.4 was released on the npm registry and broke our build (issue here: #49 ) Took a while to discover since we didn't even realize that graphy...
The firefox 'omnibar', suggests open tabs as search results:  Is there a way to do something similar in tridactyl? Basically, I want to combine the suggestions of `b` and...
So I've noticed recently that some prs are not picked up even though they are properly labeled (we use the default labels). What they have in common is that they're...
For development and debugging, it would be nice to have a way to see the "execution plan" resources would send to mu-auth, without it actually sending it something like: ```...
In linked data, fundamentally the absence of a true value does not necessarily mean false. However in practice, they do overlap often (i.e. the frontend needs to handle them in...