Ryan

Results 29 issues of Ryan

Update luaffi to luaffifb, the more recent fork. add cqueues and lunix add luatz add FusionScript

```diff diff --git a/init-letsencrypt.sh b/init-letsencrypt.sh index f282b37..154c48e 100755 --- a/init-letsencrypt.sh +++ b/init-letsencrypt.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -e +set -ex domains=(example.com www.example.com) # Specify domains here or use the...

`moonc` is the official MoonScript compiler and comes with a builtin linter. Any chance of supporting it?

syntax checkers

It's like figlet, but has more features.

enhancement
endorsement-needed

It's been pointed out to me that servers often send an 908 numeric to the client, but then also send an 904. When looking at this behavior, I think this...

``` ryan@buttstallion ~ 19:09:41 % moon test.moon /usr/bin/lua5.1: ...e/ryan/.luarocks/share/lua/5.1/moonscript/errors.lua:81: attempt to call method 'match' (a nil value) stack traceback: ...e/ryan/.luarocks/share/lua/5.1/moonscript/errors.lua:81: in function 'rewrite_single' ...e/ryan/.luarocks/share/lua/5.1/moonscript/errors.lua:98: in function 'rewrite_traceback' ...rocks/lib/luarocks/rocks/moonscript/0.5.0-1/bin/moon:105: in function...

Review of dependencies is important but shipping an (unintentionally, I hope) obfuscated minified file makes it close to impossible to review code. Because of this, and other reasons outlined here:...

⚑ needs info

### Proposed changes This adds a section documenting the `docker builder prune` command in the pruning documentation. ### Related issues (optional) Related: #15205 Fixes: #12236

area/Build

From what it looks like, someone attempted poorly to port Python 2.7 code to Python 3. The below section includes a section of an error log when attempting to install...