Davor Ocelic
Davor Ocelic
This is a lower priority task, but at some point we should add I18n support. Available options are: https://github.com/akzhan/crystal-cldr https://github.com/olbat/icu.cr https://github.com/TechMagister/i18n.cr (and related https://github.com/TechMagister/kemalyst-i18n) @Imdrasil has done some work on...
Registered users should be able to have a "profile" and own settings. Examples of settings to configure per-user would be: - Use edit or view mode by default - Use...
As explained in https://github.com/crystal-lang/crystal/issues/10277, Crystal has a default/falback implementation of `==`, which allows any types to be compared, but it just evaluates to false. Because of this, even comparisons which...
Updates gh-action.md page to provide an example of adding status badge to project's README.
Hello, It would be useful if there was a way to insert more than one type of pin. For example, initially, it could be enough if just pins with different...
Hello, I am implementing a connection field. The excerpts from the code are: ``` # Classes: class Common(graphene_sqlalchemy.SQLAlchemyObjectType): class Meta: abstract = True ... class MyGraphQLModel(Common): class Meta: model =...
Hey @Papierkorb , @HertzDevil , it would be really nice if we planned to rebuild the Qt bindings for various versions roughly in sync with Crystal's 1.0 release. @HertzDevil do...
``` @@ -100,6 +100,9 @@ void BindgenASTConsumer::serializeAndOutput() { stream
Hello @acoolstraw, @jreidinger , @kalinon , @lbguilherme , @ZaWertun Stefan was kind to give me write access to the bindgen/qt5 repository. I would like to work on bindgen so that...
Possibly add real option parsing to find_clang.cr. (This would be a further extension of an improvement done in 151c707 )