Fedor Nezhivoi

Results 48 comments of Fedor Nezhivoi

I am now in the middle of traveling, so haven’t had a chance to continue. And my pause is going to last for some more weeks. Will write here once...

Isn’t it possible to just `npm i —save-dev create-elm-app && npx elm-app build` to solve the described issue? Why would you need to split anything?

It looks like on the small files in the same codebase autocomplete actually starts working. So my performance problems must have to do with the fact that I mostly work...

> Thanks, is it worse when many files are open? I'll try to check this. However I mostly work with 2 huge files, so only they tend to be open....

Wow, that was quick! 😄 Thank you! I will check it during my work next week.

Oh, I've just noticed that I typed a comment here, but never sent it 😅 It's really hard to say if performance has improved after the 1.5 release. At least...

Is there any plans about the release date?

## Problem Let's say we are developing client for some API server. As soon as we want to use `elm-reactor` alongside real data from this server we are stuck because...

Just wanted to mention that I've got the very same problem. I solved it by removing `cargo-chef` for now. However would be nice to use layer caching, otherwise build times...

```elm [ ( "01:59", start - 1 ) , ( "03:00", start ) , ( "03:01", start + 1 ) ] ``` It looks like you have a mistake in...