Dana Woodman

Results 82 comments of Dana Woodman

I am in need of this feature as we only allow a user to define one polygon. I'd like to be able to disable the polygon control unless they hit...

Got around this for now by directly accessing the button via the DOM and setting `disabled` when a `draw` event is fired and enabling it again when the `delete` event...

From my understanding Electrino is a proof of concept and not actually usable at least yet?

I was reading something a few weeks ago that said it is "demo-ware" so might be a bit down the road to use

I'm seeing similar behavior to the described issue using the latest VSCode on macOS: ![Screen Recording 2022-09-23 at 02 02 47 PM](https://user-images.githubusercontent.com/157695/192056365-43b1b1b0-6615-4669-bc85-493ec80e96b3.gif) ![image](https://user-images.githubusercontent.com/157695/192056404-9a81fd11-2c0d-4258-915e-e4dab070463d.png) This is new, only occurring in the...

Same issue here, @mmw is this expected?

@arthurdent moving `filetype plugin indent on` did not work for me. Are you sure that was the only change you made? Commenting it out did work however. FWIW, my `:verb...

Personally, this is the main turn-off for me with undux because IMHO it goes against React conventions. It feels wrong to call getter methods in my components. This also breaks...

Not sure if this is doable while keeping typechecking, but perhaps an API like this? ```tsx import React from 'react' import { StoreProps, withStore } from './store' type Props =...

You can pass a `title` prop and it will be added to the icon HTML tag