-
Pretty dumb question, but not being POSIX compliant is on top of the list for anti-fish people. So why is that?
-
I have a suggestion to make it so cards automatically die when their health becomes 0 as a result of adding a cardmodificationinfo (or in any other case really).
-
Hi, I have a schema like:
```json
{"name": "birthday",
"type": "int",
"logicalType": "date"}
```
In order to pass a Date sigil into it it has to be converted to "the number of days since unix …
cfcs updated
7 months ago
-
My friend and I are both getting errors like these, where it is erroring out because it is reading 2 affixes as 1 - it does not happen every time.
Log Files and example item
```
2024-08-17 | 07…
zbee updated
3 months ago
-
Some of the chests in dungeons could require a puzzle to be solved. There are lots of 2D puzzles that can easily be generated by just creating a grid with the win-scenario and just scramble them. The …
-
@justinfagnani's [mixins proposal](https://github.com/justinfagnani/proposal-mixins) fits somewhere in the same problem space as protocols, but presents a very different mechanism. How should we decid…
-
***See [Newcomer Guide to Contributing to Core Perl 6](https://rakudo.party/post/Newcomer-Guide-to-Contributing-to-Core-Perl-6) for tips on fixing this Issue***
----------------
e.g. `my %h = …
-
**Proposal:** Adopt a single issue tracker for GrimoireLab and use "labels" or something similar to indicate which component an issue is for. This can be a GitHub native issue tracker or a third-party…
-
There will (very probably) be new attributes in OTP27: `-doc` and -`moduledoc`. They'll accept string, tuple, atom or map (with some reserved keys) which we could autocomplete.
There will also be r…
-
At the moment we have one form of implicit argument - type variables. For example:
``` elm
let compose : cat b c -> cat a b -> cat a c = ...
```
Has the implicit arguments:
- `cat : Type -> Type`
- …