Tomáš Hübelbauer

Results 59 issues of Tomáš Hübelbauer

Hey, I see this is deprecated in favor of `cargo-edit`. Would you consider archiving this repository to indicate the development is no longer active? https://help.github.com/articles/archiving-repositories/

Seeing @bitbegin's issue (#17), I tried to use the GNU toolchain, but ended up with an error. I'm on Windows 10 Home 64 bit. - Switched to the GNU based...

I am a novice at Go, so this might have an obvious reason/solution, however I have run into a problem on the first page of the book. It says to...

I am following the Rust book, using VS Code with the official Rust extension which uses RLS internally. I am typing this line from the guessing game example: ```rust let...

This is related to #105. If the guidelines were in README.md, turning on GitHub Pages is a matter of clicking one button and then the link could be included in...

Hey, this is a great effort which I applaud! Thanks to all the contributors. Maybe I missed something, or maybe this is covered in a different repository (perhaps the `HeroProApp`...

Hey, I have just discovered this software and love the idea! However, the entire UI of the app, I am not a fan of. What I am a fan of...

The typings file is a module file, it uses export default, which means the declare function statement is applied to the module scope, not the window scope. I am developing...

Hello, I am not entirely sure this is possible, but reading through [this article](https://medium.com/@giltayar/native-es-modules-in-nodejs-status-and-future-directions-part-i-ee5ea3001f71) it seems like it should be possible to `import` CJS modules from ESM. I'd like to...

Would it be possible to add watch support? I tried to use `dotnet watch script main.csx` to see if the .NET CLI native watch functionality could be hijacked, but that...

feature request