Anis Sajed
Anis Sajed
@claudioc Glad you like it! @ryanvarick I'm adaptating Jingo to mount it as a subapp, and the ability to set an arbitrary layout I need (among others) looks like "user-provided...
Quick & dirty rehype plugin to restore onClick() behaviour on anchors when using `react-router`: ```js import {visit} from 'unist-util-visit'; const onNode = (node) => { if (node.tagName != 'a' ||...
Looslesscut is a very handy tool i like much. However my current need is accurate cuts. So I make a piece of code that allows me to have smart cuts,...
A more comprehensive feedback, hope it can help: When this error happens on my machine, gnome-shell starts to take more and more CPU until 100% (of 1 core). From several...