-
Hello,
As a user of the `MaterialDataManager` class through fortran bindings, I am trying to handle the `@SpeedOfSound` from the solver point of view.
First, I did not manage to find a crystal c…
-
https://play.crystal-lang.org/#/r/8kjf
```cr
require "http/request"
abstract struct Param; end
abstract struct Parameter(T) < Param
getter name : String
getter default : T?
getter t…
-
## Feature Request
Currently on Linux, only `st_atim`, `st_mtim`, `st_ctim` from stat(2) are bound, but since 2018 there's also `stx_btim` from statx(2) for creation time. It would be neat to be ab…
-
Crystal currently relies on iconv or GNU libiconv for conversions between text encodings. This has a few problems:
* iconv does not guarantee the support for any encoding at all, yet it doesn't pro…
-
We already have two use cases for load-time dynamic linking on Windows: [distributing the LLVM libraries](https://github.com/crystal-lang/crystal/issues/11492#issuecomment-984247443), and [linking to …
-
This is a recap of a side conversation started in #11876:
@asterite [commented](https://github.com/crystal-lang/crystal/pull/11876#issuecomment-1061705850):
> A bit unrelated to this PR, but I t…
-
Unexposed enums in _struct_ fields lead to generation of bindings with _Void_ as field's type.
As _struct_'s fields cannot have the _Void_ type, the generated binding is broken.
To reproduce:
```…
olbat updated
4 years ago
-
Is it possible to use [SDL_GetKeyboardState](https://wiki.libsdl.org/SDL_GetKeyboardState)?
I tried to get it work by `LibSDL.get_keyboard_state(nil)` but I was unsuccessful.
-
Dear @crystal-lang team,
In first, I wish you a Happy New Year!
---------------------------
Note: @naqvis has already worked on a part here: https://github.com/naqvis/cr-xmpp
I think that he c…
-