Guilherme Bernal

Results 65 comments of Guilherme Bernal

Bump. There is a PR #11935 implementing this proposal. ## Import The proposal is aligned with other languages and fits well with the `lib` syntax. Most external libs don't need...

Closing as #11935 was merged 🚀

After some PRs get merged ([#11935](https://github.com/crystal-lang/crystal/pull/11935), [#11936](https://github.com/crystal-lang/crystal/pull/11936), and [#11948](https://github.com/crystal-lang/crystal/pull/11948)) it will be possible to compile and link a wasm module in one step: ``` $ export CRYSTAL_LIBRARY_PATH=wasm32-wasi-libs $ crystal/bin/crystal build...

@jonaski I think it shouldn't be disabled entirely because the dynamic loading is still required for GUI. But I'm not entirely sure. @mabrand I'm just running `make qt6` from a...

Hi @mabrand! I gave another try with your patch and I get the same exact error. [qt6-qtbase_x86_64-pc-linux-gnu.txt](https://github.com/mxe/mxe/files/8103125/qt6-qtbase_x86_64-pc-linux-gnu.txt)

Using `-DFEATURE_{eventfd,glib,icu,openssl,gui}=OFF` on the build build made it work for me! i.e. disabling GUI. The next error I have is about qt6-qttools, it fails when building `test-qttools-cmake.exe`: ``` 'i686-w64-mingw32.static-cmake' --build...

Docker ``` 0732ab25fa22: Downloading [=================================> ] 17.56MB/26.5MB ```

Hi @ascorbic. I have been working on this but right now I can't find the time to finish it. I hope I can do so in the next few weeks,...

It mostly prints one character at a time, so checking just for `@col == 80` is fine there. The only situation where this isn't true if when printing a tab...

Thanks! Too much time not programming in a beautiful language, I guess :joy: