Results 61 comments of mighdoll

For convenience until a new rev is published, I pushed a fork to github with @magicdawn's fix. You can use the fork from package.json like this: ` "easy-peasy": "mighdoll/patched-peasy#fix-explicit-children",`

Created a fix here: https://github.com/mighdoll/cypress-visual-regression Apologies that it's not a minimal patch. I refactored a bit as I was exploring the code.

updated the fork to pass eslint/prettier. cypress 10 works for me with the following line in package.json: ` "cypress-visual-regression": "mighdoll/cypress-visual-regression", `

undo-peasy tests pass on the latest version of easy-peasy. I will bump the dependencies and republish undo-peasy. undo-peasy uses unstable easy-peasy implementation internals to find computed properties. see e.g. https://github.com/mighdoll/undo-peasy/blob/master/src/Utils.ts#L78....

published undo-peasy 0.6.3 with updated dependencies

glad to help, and thanks again for sharing your work with the community! On Wed, Mar 12, 2014 at 7:38 AM, Taro L. Saito [email protected]: > @mighdoll https://github.com/mighdoll > Thanks...

I mean in the directory called 'project' if that was unclear. http://www.scala-sbt.org/release/docs/Getting-Started/Directories.htmlshows build.scala at the root of the 'project' directory - I think this has been the convention for some...

@jsuereth - not quite everything works. I see in #26, someone noticed the same issue and also proposed adding: ``` ``` Perhaps the plugin could check whether there are .scala...

Yep, I think there'd be hope that GPU-Reshape could hook in when running a browser on the the right platform. In WebGPU land, we're eager for GPU tool support! Here's...

I posted a ref to this bug over on: https://matrix.to/#/#webgpu-dawn:matrix.org. I recommend dropping in over there if you have questions about Chrome/Dawn!