Matt Oates

Results 23 comments of Matt Oates

Some feedback on this PR your` test={}` is `config.update` is at the top level of the DB config. It would be cleaner and more specific if your code did `config.update({'TEST':...

Looks like the `.*` in the tokenizer here http://cpansearch.perl.org/src/MITHALDU/PPI-1.220/lib/PPI/Token/Prototype.pm could be changed to only match sigil characters? Anything other than sigil characters will be a signature and not matched? Two...

This annoyed me enough to create https://github.com/MattOates/Stats/blob/master/lib/Stats.pm6 The Evan Miller article is really great. The point of the functions he defines is its a core set of operations most of...

What's important to preserve with this type, numerical query operators or the precision and exact round trip reproduction of the Rat? Ideally this would be a composite derived type in...

A better plan is just use BibJSON https://okfnlabs.org/bibjson/ why reinvent the wheel but triangle shaped? BibJSON also did the extremely sensible thing of aligning to BibTeX and has tooling already.

http://design.perl6.org/S09.html#Compact_arrays and http://design.perl6.org/S09.html#Fixed-size_arrays for some reference.

I haven't dealt with NQP so I doubt I will get a translation for that. Perl 5 I could probably port the code relatively easily but there aren't many nice...

It doesn't operate on lines, it operates on parsed/tokenised Make commands, so a single shell thats got a tonne of continuations and semicolons counts as a single "line". Which actually...

> It’s important to note that running CodeLlama on an M1 Mac may not be optimal as it is not officially supported. The M1 chip is based on ARM architecture,...

For example this monster https://github.com/postgres/postgres/raw/master/src/backend/parser/gram.y