Albert Arvidsson
Albert Arvidsson
@mech Try this: `ln -s /usr/local/Cellar/rbenv/0.4.0/bin ~/.rbenv/bin` (I used this for test deploying to a development osx machine https://github.com/standout/rails_db_dump_restore/blob/master/test/dummy/config/deploy.rb, so that I could make sure my `cap db:pull` task works....
I'm also willing to help improving the docs. I see that there's already a related PR open https://github.com/devinus/poison/pull/123
Treesitter crashes Neovim for me when I open a `.html.erb` file and start to write `
I want this feature! Installed Maccy now hoping it would have this feature 😢 . My use-case was to copy many colors from Figma in order and paste them in...
[imagemin-optipng uses optipng-bin](https://www.npmjs.com/package/imagemin-optipng?activeTab=dependencies) so it's just an advice to probably install that instead
Might not be related. But Alacritty wouldn't start for me yesterday. I opened another terminal and changed the `working_directory = "/Users/me"` instead of incorrect `working_directory = "$HOME"`. Which solved my...
broken link above, try: https://storybook.js.org/docs/react/configure/telemetry#crash-reports-disabled-by-default ```javascript core: { enableCrashReports: false, }, ```
I have the same problem with Storyblok CMS With pages api route I used to do like this: https://www.storyblok.com/faq/next-js-preview-iframes But with the new app routes I don't see any way...
Setting winbar default to one space works: `:set winbar=\ ` or `:lua vim.opt.winbar = " "`