Pete Smith

Results 19 issues of Pete Smith

Hi, I like your runner the best, but I never see the option to run with -u available through a click. Can I enable it somehow?

### Describe the bug When start the distro, the home dir is under /mnt/c. I always have to cd ~, and then source ~/.bashrc to get what I want. How...

### Current behavior ``` 22[Violation] 'setTimeout' handler took ms hovercard-anchor.js:54 [Violation] 'setTimeout' handler took 68ms hovercard-anchor.js:54 [Violation] 'setTimeout' handler took 57ms hovercard-anchor.js:54 [Violation] 'setTimeout' handler took 55ms hovercard-anchor.js:54 [Violation] 'setTimeout'...

potential bug

We have stringent a11y requirements, and want to enhance Visx GlyphSeries to be focusable, and arrow key navigable like this example: https://www.fusioncharts.com/extensions-accessibility/multi-series-line Is there a way to add this today...

I have one file which uses a type export: ``` export type TopNavStore = { ``` Which is clearly imported with a type only import in another file: ``` import...

bug
help wanted
typescript

This query works fine: ``` $apply=groupby(mfs/ID, aggregate(mfs(im_foo with average as Value))) ``` But odata-query can't produce that nested 'mfs' part wrapped in the aggregate () ``` $apply=groupby(mfs/ID, aggregate(mfs(im_foo with average...

updating to newer versions of i18next, it breaks, only because i18next newer versions don't have .on. I know that this package isn't maintained, but a tiny addition would give this...

Hi, Do you have a sample of triggering a manual refresh (lets say someone adds / removes an item) and you want to fetch from the server immediately, then continue...

Hi, I have spent the last two days learning from your example which has a good starting point but is outdated. I think I have it working on the latest...

Interestingly, now that React 18 types have removed the implicit children problem, I want to go the other way, from a function with props typed as an object to React.FunctionalComponent.....