Results 15 comments of Konstantin V. Salikhov

@ZerothLaw Thanks for your question. I'm not sure if I understand it correctly, but just to be on the same wave I need to mention that you supposed to have...

Sounds like something that's already implemented in eclipse [itself](http://stackoverflow.com/questions/5752342/when-typing-in-open-resource-dialog-is-there-a-way-to-find-files-by-directory-i).

Looks like the problem is here https://github.com/Koka/gettext-rs/blob/master/gettext-sys/build.rs#L162 - seems like not all windows tar versions have '--force-local' option, not sure if we can remove it safely. It's better to ensure...

@cecton Thank you, actually I don't have either Windows machine, nor time to fix the bulid on it, and I'll greatly appreciate any help on this subject.

For anyone looking for a way to enable DD tracing in a Bun runtime - there's a (hacky) way to do so (see gist https://gist.github.com/Koka/f1801289b526eeb5853894cc4e3e747d) Short summary - I had...