Julie Jones

Results 107 comments of Julie Jones

BTW, I am only looking at msys2 for a solution because I use git-bash from Git for Windows which is based on msys2. That is where I first found the...

I just found out that the shortcut created in the start menu during installation is a special terminal shortcut with a terminal tab. It doesn't read config file in C:\msys64\mingw64.ini....

> > I also added `MSYS=enable_conpty` but that didn't seem to work to enable tty in python. > > it's `enable_pcon` not conpty I mistyped. This is what I have...

> I just found out that the shortcut created in the start menu during installation is a special terminal shortcut with a terminal tab. It doesn't read config file in...

BTW, the list of all the mintty config variable is at https://mintty.github.io/mintty.1.html#CONFIGURATION

More examples: - I use the same eslint settings for all my projects so add a copy of my template eslint rc file. - I use chrome to debug, so...

I agree about the safety net. It seems like adding the ability to prompt for confirmation on each page while showing the page with changes highlighted would be relatively easy...

This may already be working correctly. I just looked at the XML for a page and it looks like it uses "quick style index". (My knowledge is mostly based on...

Let's keep in mind that Python does not require typing and that many users won't want to use it.

I agree, add the best practices by default. Just don't break if the user decides to not use some of them.