Liam Tait
Liam Tait
## 🚀 Feature request ### Current Behavior Often I come across a situation where if I have one attribute, another attribute should also be required For example: `A` by itself...
**Actual Behavior**: - `What is the issue? *` md-nav-bar / md-nav-item does not select an active tab based upon the current ui-router - `What is the expected behavior?` When an...
The Github API form contributors[^1] `per_page` parameter has a max 100 When fetching contributors[^2] the `per_page` parameter is set to 999. Based upon the 999 param, the assumption is that...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] We have types, however...
Based on this issue https://github.com/hayes/pothos/issues/910 Add method `withScalars` to `SchemaBuilder` to enable loading scalars and inferring their types for convenience. This especially helps with using existing libraries like [graphql-scalars](http://graphql-scalars.dev/) Loading...
Instead of adding scalars after creating a schema builder using `builder.addScalarType`, I would like to be able to give `SchemaBuilder` an object with scalars. This would set up like the...
Support Iterable for `slidingWindows` While working here I have made the errors a bit more granular. With light benchmarking I have also made the array use case around ~2x faster...