Ryan Young

Results 75 comments of Ryan Young

Correct! But it's just an average. You could get especially lucky or unlucky and find something sooner or later.

> "1.5GHz CPU" isn't very descriptive, though, and that table is quite outdated ([history](https://github.com/katmagic/Shallot/commits/master/README.asciidoc)), so I'd say it's just difference of CPU powers, and docs being outdated. It also reflects...

For the record, the `export =` syntax does not wrap the returned value in a table: ```typescript export = 42; ``` ```lua local ____exports = 42 return ____exports ``` But...

As a modder, I'll be disappointed if TSTL drops support for `luaLibImport: "inline"`. Since I don't control how the game loads scripts, I usually need to squeeze my code into...

Oops, you're right. I confused inlining with bundling. Chalk it up to user error. 👍

I didn't want to wait for Microsoft to work on this, so I wrote my own [program](https://github.com/YoRyan/myspace). It builds dev containers using the dev container CLI and then injects the...

There's now a `code serve-web` command that starts a self-hosted, standalone VS Code server that looks and performs great. I have this command implemented in myspace as the `local` subcommand,...

> For the devcontainer CLI, you're starting one with VSCode installed and then accessing it from outside? Precisely. The devcontainer CLI is made by Microsoft, so in theory the containers...

This issue should remain open. So far as I can tell, there is still no convenient way to retrieve the HTTP status code of a WebException. The least-worst way is...

This is a known upstream issue with aiosmtpd, the SMTP library that Mailrise is using (https://github.com/aio-libs/aiosmtpd/issues/299). I've implemented the workaround identified in that thread. Try the new image (7cdfe2795e5ae282fd717104d6e133bf756d756e) and...