Results 105 issues of Andy Ray

### What happened? Version: ``` sqlc version v1.15.0 ``` Running `sqlc generate` on this query: ``` SELECT * FROM table WHERE CASE WHEN TRUE THEN `status` IN ( @HELP::int[] )...

bug
triage

### Describe the Bug I move my component handles around dynamically. The edges to those handles don't move, and any additional attempt to connect edges to the moved handles fails,...

### Describe the Bug In this screenshot, I'm updating the edge, by dragging the right side of it. The solid red line is the existing edge. The dotted line is...

bug

I'm using peggy to generate a parser that I'm publishing to npm. The project the parser is in uses typescript. I build the output file from peggy `./dist/parser.js`. In my...

enhancement
good first issue

I don't mean for how to write a textobj, that seems pretty well documented, but for the user who wants to download and install other textobjs, it doesn't seem like...

Maybe this is a silly question. When I try to run a docker-compose command, and Docker for Mac isn't running, I get this output: ``` $ docker-compose run ghost Traceback...

stale

The core vscode editor and its shortcuts are quite versatile, and appear to be a more polished superset of the current querybook editor. It has features the querybook editor could...

My webpack dev config contains: ```javascript new webpack.DllReferencePlugin({ context: path.join(__dirname, '../'), manifest: require( '../static/dist/manifests/vendor-manifest.json', ), }), ``` (this file exists) - the webpack client and server watchers seem to be...

I have a system in my game where I can define a simple path for an entity to take, like moving through a circle in a loop. This entity's physics...

It looks like you were relying on a locally installed global grunt-cli package, which is the package that lets you use grunt at the command line. Adding it to this...