Will Honey

Results 14 issues of Will Honey

In the update to support ESLint v7, I was forced to add output to a test... However, when I added the correct (at least I'm pretty sure it's correct) output...

Thank you for this excellent library! I'm a big fan of zero runtime css-in-js and typescript. I've been using `globalStyle` a lot because we've been doing our css with our...

Hi there! https://live.amcharts.com/ZlMzQ/ Here's a simple example of an XY chart (taken from the template). The only difference is the `ValueAxis-2` has `recalculateToPercents` set to `true`. The chart is broken...

# Bug Report **Current behavior** The `connected` eventHandler of the OTSubscriber component is called with different arguments based on the platform. **Steps to reproduce** Add a `connected` eventHandler to the...

bug

I think the html-loader is universal enough to add to the base config. Thoughts? https://github.com/andywer/webpack-blocks/blob/master/packages/webpack2/index.js

help wanted
new block

### Describe the bug and the expected behavior If you set a `defaultValue` in the `useForm` hook (like for existing server data) and the field is handled by a `useInputControl`...

bug

So since `execa` doesn't work with aliases, can we just remove them from `historie`'s list? Possible under a flag? Thoughts?

I use `ns` a lot (an alias for `npm start`) and it shows up a lot in historie. Any way to remove duplicates? ![image](https://user-images.githubusercontent.com/290380/28095802-b90e6bbc-6661-11e7-889e-1f51396d2617.png)

I need to be able to update the scroll position. Is there some sort of `scrollIntoView()` method? So I could pass in a node and it would scroll until it...