-
Migrated from [rt.perl.org#132133](https://rt-archive.perl.org/perl6/Ticket/Display.html?id=132133) (status was 'new')
Searchable as RT132133$
-
Elasticsearch and Kibana versions I'm using from opendistro which was suggested in https://github.com/chaoss/grimoirelab-sirmordred/issues/491
I'm running a docker-compose setup with following imag…
-
Following #29, concerns about sigils harming the learning curve. It could be nice to have both short symbols (for experts) and human-friendly aliases (for beginners). Let's find plain english equivale…
-
Currently we only support regular variables with the sigils `[glsa]:`, but we will need to access registers, options, and environment variables (with `@`, `&`, `&[gl]:`, and `$`).
-
currently in some sigils there are always the "skipped" data inside:
```php
$lexer->push('\s+', Token::SKIP);
$parser->sigil(0); // returns "( "
```
-
We are missing additional content that comes with Kaycee's mod.
Namely
- [ ] Portraits (Act 1 style) #25
- [ ] Sigils
- [ ] Decals (Goobert)
-
First of all, is it a repository of one collection of panels, or several collections? It seems it's growing to several panels collections, isn't it?:
- `json` (current GrimoireLab _standard_ panels).…
-
was going to navmesh a map that has a .nav file built in its addon but just realised d3bots spawned in randomly without no navmesh they even managed to find the sigils and broke them then pathed to me…
-
This idea is inspired by [Clojure's "weird characters" guide](https://clojure.org/guides/weird_characters). They grouped all of Clojure's hard-to-search symbols into one page for easy reference.
Gi…
-
Hemlock syntax is substantially similar to that of OCaml, but there are differences worth highlighting, e.g.:
- Hemlock's keywords don't perfectly overlap.
- Hemlock has different builtin types (`co…