joshuacaffey

Results 6 comments of joshuacaffey

Fix for Lazy Vim users: init.lua ````lua -- bootstrap lazy.nvim, LazyVim and your plugins require("config.lazy") require("update_colors") ```` Create new file: lua/update_colors.lua ````lua vim.schedule(function() vim.cmd.colorscheme("catppuccin") vim.api.nvim_set_option("background", "dark") end) ```` This will...

Fix: https://github.com/poteto/ember-macaroni/pull/22

@poteto is too busy for us lowly devs that don't work at Netflix! :( You want a job BTW? :)

@poteto can this be merged and tagged under a new release (obviously not backwards compatible)

Thank you for the wonderful work.

I have the same issue. Has anyone considered using the migrations table as the source of truth? This would require the migrations table to store the sql for each migration...