Hugo Parente Lima
Hugo Parente Lima
Current generated code for Gio::File#new_for_path is: ```Crystal def self.new_for_path(path : ::String) : Gio::File # g_file_new_for_path: (None) # @path: # Returns: (transfer full) # C call _retval = LibGio.g_file_new_for_path(path) # Return...
Generating bindings for WebKit2 module you get this error when trying to require the module: ``` In lib/gi-crystal/src/auto/web_kit2-5.0/web_kit2.cr:503:5 503 | None = 2 ^--- Error: flags enum can't redefine None...
Meanwhile `GLib::String` must be transparent for Crystal users, i.e. translated to Crystal strings.
I'll write this down here so I don't forget. Using the usual metaphor of _needle_ and _haystack_. For the same haystack, the search results for `abcd` wil be a subset...
Currently only UTF-8 files are supported. Would be nice to be able to open and save files in different encodings.
How to reproduce: - Git clone the repository to a path under tree-sitter `parser-directories` configuration. - Run `tree-sitter highlight hello.cr` You get: ``` No language found for path "hello.cr" ```...
The use case: 1. You code something, send for review. 2. Then you code more things... that depend on the code under review and want to send these changes for...
Gitlab CI integration is based on simply pushing a branch with a special name and let gitlab CI does the rest... however when using this approach in the main repository...
A verbose mode to show all commands ran and all their output. This would help a lot to debug problems, the verbose mode would be triggered by a `-v` flag...