Nikyle Nguyen

Results 48 comments of Nikyle Nguyen

@rohitpaulk that would require commenting out manually every time then uncommenting later. Unfortunately, that would be hard to maintain as the number of migration scripts increases. I'm leaning into the...

They run when I work on the script interactively, let say I have some queries that I run manually to check a function in the `-- migrate:up` section. In other...

In case anyone is interested in a workaround in the meantime, I use a preprocessing method (Linux/macOS) to create copies of my migration scripts without the pseudo section `-- migrate:ignore`...

Are you using the Single Host or Multi Host orchestration? and what is the version of Docker? I notice in the Multi Host solution, the availability of all services is...

Did you use the PaperColor Airline theme? It requires you to set background in .vimrc and reload it every time you want to switch between light and dark variant of...

Yes and no, not yet. PaperColor does support terminal colors, so if you `set t_Co=16` or `set t_Co=8` then the terminal colors will be used, but the colors might not...

@jonleopard Yes, please keep us posted. This is my reference to how the 16-color is intended https://github.com/NLKNguyen/papercolor-theme/blob/master/DESIGN.md

The line number doesn't seem to map directly to the source code, or it might be resolved since then because I wasn't able to reproduce that error. I tried on...

Please try again. I made a small change. If that didn't work, I will get a Vim 7.4 to try out.

I'll look into it. Somehow I missed the notification of this post.