Chris Krycho

Results 673 comments of Chris Krycho

All right, folks, I have pushed an update to #1784 which makes the tracing I added *actually work*. We had a nice little prefix check to filter even trace-level logs...

@effervescentia let me see if I can get a more correct fix done in the next couple days, and if not then yeah, a workaround with a timeout seems totally...

@charlespierce On the one hand, changing what we’re reading or just not even bothering with it (the same way we do for Windows) could “solve” this, but I’m worried that...

Yeah, that is my guess as well, but since it is not causing a problem for most users I suspect that is only part of the story. One thing we...

Here’s what I *think* is an actual minimal reproduction of *all* the pieces we do in Volta for this particular set of network calls: https://github.com/chriskrycho/volta-networking-repro The instructions there *should* be...

Sorry you hit that, and sorry about the long delay in responding. Can you add more information about what the issue was? Thanks!

If you're still interested in a `.sublime-syntax` for this, I have one, derived from [Ionide's JSON-tmLanguage grammar](https://github.com/ionide/ionide-fsgrammar/blob/master/grammar/fsharp.json). Happy to open a PR with it!

I'll be opening a PR with types for this tomorrow, as I authored them to test out a migration to `.gts` in our app this evening!

Root issue is https://github.com/embroider-build/embroider/issues/671 (HT: @rwjblue) – leaving this open until that's resolved and we can bump this to a version which includes the fix.

Does adding `noEmitOnError` fix the problem? Seems to overlap in a weird way with `noEmit`, but that's the only thing I can think of which might help here.