Results 18 comments of Jan Visser

I had a similar problem. I added the current working directory to the project manager. Closed all projects. Closed atom. Opened atom Again. Opened the project. Opened a js file...

Ah that's it! You should open the directory as a project. Directly opening a folder does not seem to work. Maybe the error could explain that? May I suggest something...

Mmmmm. Tried it another time. Had to "Remove project folder" and "Add project folder" before it started working.

I have the same issue but with upload. Somehow the workaround doesn't work. Any other ideas on how to work around this?

That looks like a good start. It has some weird side effects though. Not sure if they were introduced recently. I will see if I can take your css and...

Have you tried creating a cronjob and mailing the output to you?

@mathieucivel Is there a better way to do this? This feels more like automated monkeypatching.

I would also like to know this. I want to use this library in a commercial project.

I think I have a similar problem. It asks me about a package conflict but I'm unable to answer yes. Somehow it skips the prompt. EDIT: Somehow this also happens...

So do I understand this correctly and is `RUSTFLAGS="-C opt-level=3 -C linker=clang -C target-cpu=native -C linker-plugin-lto -C link-arg=-fuse-ld=lld"` the same as `lto = "thin"` in Cargo.tml? EDIT: Compilation failed so...