-
Do they exist? If not, they are convenient at times, thanks!
-
**Describe the bug**
When convert multiple gltf models at runtime. This happens on every device. Sometimes all models are convert without any problems, but ins most cases the app crash with following…
-
I just fetched the latest crystal version, 1.14.0.
As it has been a while since I last used crystal, I will go through the tutorial at https://crystal-lang.org/reference/1.14/tutorials/basics/index…
-
## Bug Report
Trying to `build` in docker with `latest-alpine`, `nightly-alpine`
or `v1.2.*-alpine` gives me the following error:
```shell
$ echo 'puts "Hello World!"' > hello-world.cr
$ dock…
m-o-e updated
12 months ago
-
Let's examine the current implementation of `Process.new(command, args, shell: true)`.
https://github.com/crystal-lang/crystal/blob/4401e90f001c975838b6708cc70868f18824d1e5/src/process.cr#L387-L405…
-
## Bug Report
# Please read
```
As I do not know the specifics to this bug I would like to link my repository. I'm going to make it temporarily public so it can be reviewed and sorted. The li…
-
`Array#[](range : Range)` and similar methods (including the ones added in #7338) should be valid for any `Indexable`. Most methods could be implemented directly in `Indexable` and only `#[]?(start : …
-
Let's say I have a program that depends on two Shards, `Shard1` and `Shard2`. In `Shard1`, the String class is reopened and a new method called `some_method` is added. `Shard2` has the same thing, a…
-
should use .. and ..= (see https://github.com/crystal-lang/crystal/issues/13675#issuecomment-1640649067 below)
-
Specifically [this line](https://github.com/lspector/Clojush/blob/master/src/clojush/pushstate.clj#L42) throws an exception when an instruction is registered with the same symbol as a previously regis…