Davis Gossage

Results 9 issues of Davis Gossage

**Description** We're attempting to limit the content to a maximum length by overriding `insertText`, but as of version 0.67 Slate will continue to display characters that are typed even though...

bug

**Description** Passing autofocus as an Editable prop results in a focus event but no cursor **Steps** 1) Use autoFocus as a prop 2) no focus **Sandbox** https://codesandbox.io/s/dbgrman-plate-playground-forked-vozips?file=/index.tsx **Expectation** Focus with...

bug
has workaround
core

I'm trying to download the framework for the latest 0.4.9 release but it's not at: https://aubio.org/bin/

The previous logic was "If an image has a zero frame, make the comparison image the same as the reference image" This means that tests incorrectly pass if the reference...

I can't get the requestHandlers to fire from within tests using FakeChannel I wrote a failing test, is something like this expected to work? https://github.com/davisg123/grpc-swift/commit/6927f25e9f265e2318f070a780063b4ab2160989

bug

Hi, I'm running a simulation with just a few static shapes on screen and no particles and seeing a 10ms delay when FlexExt makes the MapParticleData call. Is this the...

I'm wondering why the child process is exiting with code 1 after success? Is this a bug? ``` stdout: Rip complete ZAYN-I Dont Wanna Live Forever (Fifty Shades Darker).mp3 [...

Our production application filters a high number of messages, more than 99% are filtered out. We suffered an issue of unbounded memory growth caused by the behavior of `withFilter`. Our...

I hit an issue where moving an item to a new array is throwing an error ``` const item = store.arr1.splice(0, 1)[0] store.arr2.push(item) // throws error item is already part...