Matt Greer
Matt Greer
I was more wondering about general approaches. It will be hard for sql-fixtures to know if it can successfully delete something without violating foreign key constraints, and not sure I...
I agree sql-fixtures should support this. But to be honest I'm not sure when I'd ever get time to implement it. I do welcome pull requests.
Sorry for the late reply, for some reason I was no longer watching this repo. Yeah, sql-fixtures should be usable inside seeds. I'll try to carve out some time to...
This is great @SokratisVidros! At some point I'll grab this and add it to the docs.
Sorry for the late reply, somehow I was not watching this repo anymore. Can you give more details? Were there any errors or output? Inserting two rows is well tested,...
I just discovered this plugin (thanks for making it!). From what I can tell, `excludePaths` is used like a regex, similar to `excludeFiles`. So I think @ptrobert you can get...
I think I still have the problem. When I save a file I get `Error detected while processing function prettier#Prettier[33]..prettier#job#runner#run[2]..85_asyncFormat[14]..prettier#job#async#ne ovim#run:` I went into my plugged directory and confirmed I...
In my particular case, `#define OK 1` and `#define NORMAL 0x01` both caused unexpected changes in my app, which has enums like `enum { NORMAL, VERBOSE }`
It looks like the marked team considers this a bug: https://github.com/markedjs/marked/issues/985 Perhaps when they fix it, wintersmith could grab the fix.
I see that neovim-editor's input is calling `stopPropagation()`, which is what causes this. I am entering in order to invoke my nyaovim-search plugin, but I want it invoked no matter...