Jake Coxon
Jake Coxon
Is there an easy way of overriding the odd/even css class names? BoundRow has them hardcoded. If not, could we get `bound_row` added to the kwargs dict in the BoundRow...
I needed this because I want to be able to do get the error response with `errorResponse.text()` and put it in the error message. It could also help in other...
When a CSS property is defined more than once, you want to be able to access them all. ``` javascript css`display: flex; display: -webkit-flex` ``` Into ``` javascript ({ display:...
https://codesandbox.io/s/gracious-blackwell-yuleq6?file=/app.test.js Using the box from the examples ```js import ReactThreeTestRenderer from '@react-three/test-renderer' import { Box } from './src/App' it('Test', async () => { const threeRenderer = await ReactThreeTestRenderer.create() await threeRenderer.update()...
Hi I've been using a fork of pure-store in production. Pure-store is a great little utility, however a few changes will make it much better. Let me know if you...
**SDK you're using (please complete the following information):** - Version 4.32.0 **Describe the bug** `await xero.initialize()` hangs and never recovers. I tracked it down to the call to `got` inside...
To do
- [ ] Icons on scrollbar - [ ] Dropdowns - [ ] Sliders looking more like windows 98 sliders
### Are you requesting a feature, reporting a bug or asking a question? Reporting a bug ### What is the current behavior? When Survey is remounted it modifies the SurveyModel...
* Aliases lt, lte, gt, gte * Add neq node that does 1-eq(a,b). Could add a proper node here? * Add sign node that returns -1, 0, 1 for a...