Torbjørn Birch Moltu

Results 9 issues of Torbjørn Birch Moltu

Are they MIT-licensed or under the proprietary https://code.visualstudio.com/license ? In other words, do you build from source or package microsoft's binary downloads? (See https://github.com/Microsoft/vscode/issues/60#issuecomment-161792005 and https://github.com/Microsoft/vscode/issues/17996)

Mulig jeg har spurt om dette før, men jeg har glemt svarene. Jeg vil være sikker før jeg legger det inn i README. Hvem har opphavsretten på det her? Meg...

[To ganger til nå har programmet etter mange dager brukt opp alt minnet](https://gist.github.com/tormol/ac1c84177b0d1f22dbc289f10d96d576). Jeg tviler på at det faktisk trenger flere gigabyte, så hadde serveren hatt mer minne ville det...

This change is the same as #32, but rebased onto #40. It no longer fixes a build failure, but I left the commit messages unchanged.

Including one from rustc. Test that the suggestions for clippy::explicit_auto_deref doesn't cause infinite recursion.

Return values from functions that contain `'static` lifetimes are not reduced to the lifetime of the loaded library, and can outlive it. Preventing this is probably impossible (especially when the...

bug

I didn't notice `cause()` wasn't coming from the Error trait, until I passed the error to a `&dyn Error`-taking function and was surprised that `cause()` was suddenly returning `None`. Is...