Alex Morega
Alex Morega
Hey, I missed this pull request, are you still interested in merging it?
Ok, so this changes a lot of things, and it doesn't merge cleanly any more. Could you break it up into a few patches? Also, why is it useful to...
@winny- > I suggest adding a separate build target in the Makefile for ASUnit/ASUnit.scpt. That makefile doesn't work, `make test` dies with `make: *** No rule to make target `ASUnit/ASUnit.applescript',...
I can't merge ASUnit, it's GPL-licensed. But where is it used?
> As per wiki, you can disable this using vimscript. Thanks for that link, it does work in neovide too! FWIW here's the lua version: ```lua local no_cursor_move_on_focus = vim.api.nvim_create_augroup('NO_CURSOR_MOVE_ON_FOCUS',...
FWIW, the workaround stopped working, probably after a recent update. Here's what I'm currently running: * Mac OS 12.5.1 * Neovim 0.7.2 * Neovide 0.10.1
> @mgax @nvie would one of you guys be able to have a look at the pull request and merge it if this update of rq version is reasonable? Hey...
> What would be the duplication/harm/opinions in having separate sub-packages? one for native or borrowed. You mean, having completely separate types, that share nothing? It would be duplicating the implementation...
You'll have to add `tailwind` to `INSTALLED_APPS` in the settings file. Cookiecutter Django looks pretty convoluted, but this looks like the right place: https://github.com/cookiecutter/cookiecutter-django/blob/e8b9253c0b4d4fb08439d81fe175519fdad2dabb/%7B%7Bcookiecutter.project_slug%7D%7D/config/settings/base.py#L77-L92. FWIW you might be better off...
> I have added tailwind to my settings.py - it's more the set up of django-tailwind within docker that I'm struggling with. Ah, I read the description in a hurry,...