David Calhoun
David Calhoun
@danmarshall Thank you in advance for these super useful typings! I know it must be hard to keep this in sync with deck.gl itself. It's worth noting that even the...
Thanks for the heads up - I hadn't tested in full screen mode for a while, so I must've messed something up there. Will look into it when I can!
Sorry for the delay - I've been on a long, long break from coding. I tested on iOS 6.1.3 with jQuery Mobile 1.2.1: http://jquerymobile.com/demos/1.2.1/docs/pages/multipage-template.html Seems to work for me when...
I tried on a simple page with a text input and I don't see this issue (iOS 6.1.3). Can you provide more details or a code excerpt?
I've only seen tarcon's issue, which I can reproduce on my end. Can't seem to get a use case working that demonstrates the original issue described, although enough folks seem...
I have tried using `test-command` as well as `working_directory` and I still get this error - this is a blocker for me unfortunately. ``` ##[warning]Unexpected input(s) 'working_directory', valid inputs are...
@jake-nz Woo! Thank you, that worked for me! Initially I ran into #9 but was able to work around it by triggering on `pull_request` instead of `push`, that did the...
@ViggoV Unfortunately CSS doesn't allow for that single-line style syntax - see https://developer.mozilla.org/en-US/docs/Web/CSS/Comments
Having the same issue here with `Kap 3.5.1` running on `macOS 11.6 Big Sur`. Note that it's temporarily fixed after restarting the system, then seems to work for the first...
I added more details to #1951, but in short in 0.79 `@nivo/legends` is now using `d3-scale` and `@nivo/colors` [in compute.ts](https://github.com/plouc/nivo/blob/v0.79.0/packages/legends/src/compute.ts#L1). Both dependencies were added to legend's `devDependencies`, but since this...