Timo Lins
Timo Lins
[`getSymlinkExtensionPath()`](https://github.com/fusepilot/create-cep-extension/blob/master/packages/create-cep-extension-scripts/scripts/cep.js#L207) returns the per-user extension path. For some reason this folder doesn't exist on my macOS machine with CC 2017, just the system-wide one. I created the directory manually and...
Now that that `react-notion` has been out for sometime, two main use-cases have established: * As **content renderer** for blogs, documentation or websites. I like to think of it Markdown...
**Is your feature request related to a problem? Please describe.** I'm using `env(safe-area-inset-top)` to add a custom backdrop to the notch/titlebar, as well as padding to the main content. Currently,...
I think it would be cool to automatically include the blockMap of each item inside a table (optionally). Currently I have to manually do a request for each entry to...
Hi everyone! Thanks for making fastmate, I really like it. The default icon didn't appeal to me, so I created my own. I thought I'll share if anyone else wants...
## Problem Most of the css is written within template literals, which is not minified in the build step at the moment. This adds a lot of unnecessary whitespace and...
First of all, thanks for this great library. Exactly what I needed. I'm using the `useGunCollectionState()` hook and noticed that elements didn't disappear after calling the `removeFromSet` function. After some...