Bruno Oliveira
Bruno Oliveira
Like middle-click and shift, ctrl, super, cmd key listeners to copy the default behavior of anchors.
It could be activated like: ``` js TableLink.init({debug: true}) ``` Than the selector: ``` js TableLink.init({ debug: true, selector: 'div', }) ``` Maybe other things: ``` js TableLink.init({ debug: true,...
I really enjoy this idea: [https://clipboardjs.com/](https://clipboardjs.com/)
Can i use this component as an image slider/carousel?
I'm thinking of: ```gleam import sketch/color // Something like this with contructors type Color { Named(String) Hex(String) Rgb(Int, Int, Int) Rgba(Int, Int, Int, Float) Hsl(Int, Float, Float) } sketch.class([ sketch.background(...
I was wondering if it's possible to add that feature. I'm willing to build but I think for that we need to have: - a way to create global styles...
Let's say I want to create a custom function called size. The value passed to it should be applied in the same way tailwind does: sets width and height. I...
I've tried to use ``gv`` like ``call RangeJsBeaultifier()gv`` but it just don't work. It re-select just the first line of the range. Is there a way to make this work?
I was making some BEM CSS transformers for Vite and stumbled on a bug: The module.css will be transformed to something resembling this: ```javascript const ClassIdentifierMap = {} ClassIdentifierMap['block'] =...