Results 105 issues of Andy Ray

This is an initial attempt at adding percentage based offsets to address #63. One of the odd things in this plugin is the ability to cancel the drag events by...

The terminology for this library makes the use of "window" confusing. I want to spin up a separate, detached window, not a new tab (which this library refers to as...

When creating saved window arrangements with iTerm2, you can assign a keyboard shortcut to launch a predefined layout of windows/splits etc. I like this library but don't want to have...

When I render a graph following the readme, and put the graph in a dom node with a set width and height, the graph is rendered with 0 width and...

### Environment System: OS: macOS 11.6.8 CPU: (4) x64 Intel(R) Core(TM) i5-4308U CPU @ 2.80GHz Memory: 313.74 MB / 16.00 GB Shell: 4.4.12 - /usr/local/bin/bash Binaries: Node: 16.11.0 - ~/.nvm/versions/node/v16.11.0/bin/node...

triage

### Version 1.13.0 ### What happened? `sqlc generate` creates a model in `models.go` like ``` // Code generated by sqlc. DO NOT EDIT. // versions: // sqlc v1.13.0 type QuestionnaireResponseItem...

documentation
:books: mysql
:wrench: golang
:computer: darwin

I have a custom mesh component, something like: ```jsx class MyMesh extends Component { const { position, } = this.props; render() { return ... } } ``` Most (but not...

I'm glancing around the source but not sure how to approach this - is there a way to use imported (obj, etc) raw geometry in this library yet?

question

Based on [this StackOverflow question](http://stackoverflow.com/questions/12666570/how-to-change-the-zorder-of-object-with-threejs/12666937#12666937) there's a strategy to render multiple scenes with the same renderer: ``` js renderer.clear(); renderer.render( scene, camera ); renderer.clearDepth(); renderer.render( scene2, camera ); ``` Is...

enhancement