-
Hi there 👋🏼
Recently I reopened a project with HEEx files, and found that the syntax highlighing no longer handled some cases.
![image](https://user-images.githubusercontent.com/2789166/2244035…
-
## What is the Issue?
I'd like to consider the notion of "private" attributes. These are defined as attributes not visible by default via the sor api, databus, or stash. API keys with write permiss…
-
First of all: thank you for providing and officially supporting such a fine VSCode extension for the Phoenix framework!
After working with this extension and `HEEx` templates for a while I noticed …
-
```
I'll do my best to describe all steps to reproduce this but it's pretty far
into the game with many enchantments in place so it's a bit difficult to
describe all relevant steps.
This is another …
-
RT Ticket: http://rt.cpan.org/Ticket/Display.html?id=44988
Requested On: Sun Apr 12 15:57:28 2009
Requested By: user42@zip.com.au
---
It'd be good if RequireLocalizedPunctuationVars allowed an array…
-
Sometime it's good to be a little less fuzzy.
- Filters:
Prune results using a custom function. Example use case is to filter by a status code.
Must be done before sp…
-
There's some debate over what the semantics should be. I wanted to try to collect arguments in one place.
| Set | Define |
| --- | --- |
| `=` implies Set. | We could use a different sigil ([although…
-
```
I've just created a truecrypt volume using Debian 6.0.5 with TrueCrypt 7.1a.
I've selected AES as encryption algorithm and SHA-512 as Hash algorithm.
The password for the volume container is "tes…
-
```
use MooseX::Declare;
use Method::Signatures::Modifiers;
use v5.10;
class A {
method x (Str @args) {
say for @args;
}
method y (Str \@args) {
say for @args;
}
}
my @x = qw;
my @y = ();
m…
-
#### Description of the problem
The following currently compiles, and there seems to be no way to disable this kind of generalization:
```coq
Class FALSE := mkFalse : False.
Class tc_def3 …