Rhys van der Waerden

Results 64 issues of Rhys van der Waerden

I wanted to call `configure()` to change `radius` when the element resizes. This is not currently supported (despite `Renderer` being reconfigured).

**Is your feature request related to a problem? Please describe.** I would like to be able to poll whether the overlay is currently open. `IsOverlayEnabled`'s name suggests that it would...

Hey, just getting started with this project and hitting an issue straight away: ``` $ npm run dev > [email protected] dev > nps -s dev [next] nps is executing `next`...

I'd have expected `model.where` to be taking formatted arguments. In all other cases (outside of using the query passthrough) the convention is to provide formatted arguments. This is a simple...

PR please

Adding an issue here because I don't know what the correct behaviour is, but I noticed that PostgreSQL queries seem to add quotes around numbers. ``` js knex = new...

bug
discussion
PR please

Would be nice to have a simple attribute that automatically inlines a struct editor instead of requiring user to fold it out. (i.e. draws it as if the fields belong...

I use the following pattern: ```cs public abstract class ProbabilityConfig : ScriptableObject where T : Object { [System.Serializable] public struct Entry { [Expandable] public T Value; public int Weight; }...

An attribute for List or Array that forces the field into a fixed number of elements: ```cs [SerializeField, ArraySize(5)] int[] _foo = default; ``` This would be a regular array...

Would be nice to support this case. ![image](https://user-images.githubusercontent.com/822105/153132080-41207abe-5f0b-415c-bdbe-9d185f086710.png) (Could be complicated)