Andrew Banchich

Results 76 comments of Andrew Banchich

Actually, I'm reopening this since based on [the feedback](https://github.com/microsoft/windows-rs/issues/1549#issuecomment-1044861209) from that issue it looks like the problem might be more in chrono's domain.

@annmarie-switzer should have the fix for this. Unfortunately, I don't have the code and also am unable to test on Windows.

@chrisduerr Are there any plans on fixing this? I can't use Emacs from Alacritty, and it looks like others can't either. I've also seen posts about Vim issues due to...

here is how it appears when i create an error ![capture](https://user-images.githubusercontent.com/13824577/28429177-d394b664-6d49-11e7-851b-0807de880bf9.PNG) isn't it supposed to appear like this? ![official gif](https://cloud.githubusercontent.com/assets/4278113/23879933/1ab17e2a-0872-11e7-803d-3fe0ccfc6790.gif)

why were those icons/styling removed? seems like a huge step backward in terms of a UI in my opinion.

@steelbrain any way to add the nice UI back while making it accessible to the color blind? or maybe make it a setting you can toggle?

@mehcode @steelbrain meh, it's a small improvement. the reason i liked the old linter-ui-default UI was... it was a UI. a UI (to me) implies graphical elements. if you remove...

I also ran into this using Emacs. It's really difficult for me to work on any TypeScript project because of this issue. The whole point of a type system is...

i personally don't see a point to the `test_` prefix even if it isn't in a module containing `test` in the name. if the function is a test, we can...

I think it would also be useful if `tide` could respond with an [HTTP 429](https://httpstatuses.com/429) when it approaches some concurrency limit. Functions like [`Body::from_file`](https://docs.rs/tide/0.13.0/tide/struct.Body.html#method.from_file) could also check system limits on...