Brian Mortenson
Brian Mortenson
I'm using maker.js to generate designs for laser cutting. I've noticed an issue with way text gets rendered to SVG, and it appears to me to be a bug, though...
This is a feature request: I'd like to be able to have the generator request and save the images so they can be hosted with the blog. Then I believe...
I'm trying out (and loving) notablog. Thanks for this project! I tried putting a link in the table description that becomes `siteMeta.description`, and found that the link isn't being transformed...
I'm trying to use alternate characters in fonts (specific example: use Raleway with its more geometric and less weird stylistic alternates) for an application I'm building. I've been trying to...
There are two related issues here. One is a quick fix, and I'll send a pull request for it with tests. The second is more complicated, and I see that...
Before I write something myself, is there an existing library somewhere to query the svgson tree using CSS-like selectors? Example: const rects = querySelector('#namedGroup rect') rects.forEach(rect => { rect.attributes.fill =...
Thanks for an awesome tool! It would be really nice if it were possible to lay out the graph so that all the graph edges pointed down, resulting in the...
Suppose I assign a type to an unresolved chai http request in Typescript. Chai doesn't export a type, so the type has to be imported from superagent, which breaks encapsulation....
The documentation on [completions](https://www.nushell.sh/book/custom_completions.html) has no documentations or examples on completions that the arguments passed to autocomplete commands for providing textual completion, or even suggest that they exist. In order...
I'd like to make use of the new Notion simple tables with notablog. Somebody already filed the request here: https://github.com/dragonman225/notablog/issues/26 Trying to do so produces these messages in the console:...