David Corbacho
David Corbacho
Great work. Maybe you consider this useful. The default option "." results in a ajax request that most probably is a 404 page or HTML page. Provide a useful and...
After installing fnm in fish, following the steps, and starting a new fish terminal : ``` fish: Unknown command: fnm ~/.config/fish/conf.d/fnm.fish (line 4): fnm env | source ``` It seems...
With 3.0.0-preview.20 ``` ${breakpoint("tablet")` padding: ${rem("40px")} ${rem("20px")} ${rem("100px")} ${rem("20px")}; flex-direction: row; `} ```  This used to work in 2.1.1
What is the status of the development of Geshi? Geshi 1.1 here in github Geshi 1.0 here http://qbnz.com/highlighter/ References about Geshi 1.2 in the bottom: http://geshi.org Thank you for migrating...
Thanks for this project! I wonder if there is any quick fix for this situation, where you want to apply the shadow **on top** of the cards, and not in...
I want to add a "more" link only when text is clamped.. It would be nice I could do something like this: ``` .dotdotdot-clamped-text link { display:none; } ``` Just...
Is there a way to disable it for production (and not include it in the bundle). Zustand devtools has an "enabled" flag https://github.com/pmndrs/zustand/pull/880
This page (Windows section) https://docs.lando.dev/basics/installation.html#windows could contain a link to https://docs.lando.dev/guides/setup-lando-on-windows-with-wsl-2.html to make people aware of this alternative setup. And optionally a small note, which setup is preferred, or better...
It didn't work for me, got some help from chatGPT: To make the original Dockerfile work on macOS, the minimal changes needed are to update the config.guess and config.sub scripts...