Mitchell Hanberg

Results 181 comments of Mitchell Hanberg

Should the migration runner look for the legacy migrations in addition so that this migration is not necessary?

I think I plan on going the v9.6.2 route and monkey patching the schema class from neo4j-core with the class from activegraph master (slightly modified to account for the difference...

I am curious if anyone knows if this very recent patch can make doing this any easier? https://github.com/neovim/neovim/commit/ddd257f75301a50c177fc24a693d39a45b47a689 In general, I am wondering if it is possible to do the...

That PR doesn't really address what this issue is about.

I am using a terminal emulator that supports OSC52, am SSHing into a computer and am inside of a tmux session. The given example of using OSC52 doesn't seem to...

I have done zero work, so you're in the clear there! I think the best place to start would be the w3c link i posted above. More or less, there...

That could be a good place to start. One idea I just had was to create a `shadow` function on the Query module or add a `:shadow` option to the...

Couple things to think about. I believe we want the text edit to be as precise as possible, meaning only reflects the code we are changing. This is due to...

I also realized that we should only remove the function call but not the argument. So in this case removing the semicolon is not a problem, because the argument will...

At least for pass through functions like IO.inspect and dbg