Bradley Ayers

Results 64 comments of Bradley Ayers

I'm currently thinking the best option here is to simply change the input type in the mapper for json types to be `string` rather than `Json`, and just leave `Json`...

This is too naive actually, as it affects the result types too rather than **just** parameter types. I'll need to re-think the approach.

Any progress on `bolt help`?

I stumbled on this because I was writing some tests cases that compared the way the browser resolves URLs (against `window.location.href`), compared with the way URI.js does it. For the...

I'm experiencing a similar thing, but in my case I have the following file structure: ``` . ├── .storybook │   ├── main.ts │   ├── preview-head.html │   └── preview.ts ├── package.json...

Additionally ` … } />` is passed null rather than the DOM element.

I came across this issue because I'm trying to use `useSubscribe` in my component, where the variables for the subscription come from the data returned by `useQuery`. I'm not sure...

Hi @evert0n would you be open to having someone else help maintain this library?

I think we're better to use the `ref` callback here, in my testing it's called synchronously (or at least before a paint occurs after `render()`), and would give us the...

> if you set a property that may change somehow the attributes/dom and are not present at initial render. It's nothing to do with properties changing attributes, as properties (that...