Jon Rimmer
Jon Rimmer
I was trying to use Ecstatic (via http-server) to serve Angular's ES2015 modules. This means serving with `.js` default extension. I had problems because they have some files named e.g....
I am using wasync to connect using websocket to an Atmosphere server that, while developing, is on the same machine. I kept getting timeouts when trying to open the wasync...
We are using the new jsx runtime using [vite-react-jsx](https://www.npmjs.com/package/vite-react-jsx), but this causes an error when we run tests. I have reproduced it here: https://github.com/jonrimmer/vite-jest/tree/problem-jsx The app runs fine when I...
The example in the [One Time Initialization](https://www.polymer-project.org/2.0/docs/devguide/custom-elements#one-time-initialization) section of the custom elements guide uses `Polymer.RenderStatus.afterNextRender()`. Nowhere does it say that RenderStatus is not included in Polymer by default, or how...
Chapter one of the book asks you to run a cell that builds a model can get recognise cat or dog photos: https://colab.research.google.com/github/fastai/fastbook/blob/master/01_intro.ipynb#scrollTo=yutkpiHJ0rA5 The text of the chapter suggests that...
Quite a bit of the custom elements explanation focuses on extending the select element, but trying to do this using the polyfill fails. The call to `var shadowRoot = new...
### Motivation When customising `SelectItem`, it would be useful to know whether the current item is selected or not in JS. For example, I might want to display a custom...
**Is your feature request related to a problem? Please describe.** When building apps that work across timezones, it is frequently necessary to show/capture dates and times in a different timezone...