feekApp
                                            feekApp
                                        
                                    Sorry, forgot to test. Because I'am using now more and more tmux for managing my projects. But I can confirm that the suggestion works!
@bravocado you can use [premailer](https://github.com/premailer/premailer) for this! This tool converts all CSS styles to inline style attributes. Perfect for making email templates. You can easily install it on your Mac...
Hi Bryan, additional to the above. You could implement this to the .kit files. Like less, sass, js you have several options to compile / compress the files. For the...
@haringsrob could you please share your config again? Your mentioned link does not work any more... And does anybody know how you can rename a function name workspace (project) wide?...
I'am really looking forward to the implementation of this enhancement. BTW also the opposite way. When closing/resolve/archive a Codestream issue, also the related gitlab issue will be closed!
Hi, for me on a new install on macOS Monterey the config files are not located in `~/Library/Application Support/jesseduffield/lazygit/` but in `~/Library/Application Support/lazygit/` so without `/jesseduffield`. Seems a difference between...
Nope, I do not have a PR
HI @L3MON4D3, I already expected some like that, but on searching no results so far.... It happens also for a Lua Snippet: ```lua ls.parser.parse_snippet( {trig = "nice"}, "nice: ${1|test1,test2,test3,test4,test5|} ${2:edit}"...
hi Maybe something like this: ``` enabled = function() if luasnip.jumpable() then return false else return true end end ``` [see](https://github.com/hrsh7th/nvim-cmp/wiki/Advanced-techniques#disabling-completion-in-certain-contexts-such-as-comments). But I'am not sure what condition of luasnip I...