Evan Lecklider

Results 7 issues of Evan Lecklider

I'm pretty unfamiliar with the syntax for ctags regex and was wondering if there's a reason that the following wouldn't work? ```js export class Foo { // ... } ```...

Hello! I'm trying to create a helper similar to sinatra-contrib's [content_for](https://github.com/sinatra/sinatra-contrib/blob/master/lib/sinatra/content_for.rb) method and have a quick question: how would you stash the content from a block evaluating inside of a...

Hello! I'm working on a project that requires what I'm calling "route partials" that can be shared across Syro instances or route locations within a single instance. Looking through the...

I've run into a problem where a UTF-8 encoded string is parsed by `Simdjson.parse` and one of the resulting strings is encoded in ASCII-8BIT. I can reproduce this like so:...

This adds the folder `cdk.out` which is the default directory that synthesized templates are written to by the AWS CDK. These are ignored by default in repositories using the CDK...

### What happened? I installed `nodejs@20` via devbox and added direnv with `devbox generate direnv` and now when I `cd` into that directory I get this error: ``` direnv: loading...

bug
triage