David Johnston
David Johnston
basically, each diff type can have an additional flag, `areSame`, which is set true if the objects are the same. This functionality can be achieved with this: ``` const result...
``` [ERROR] Failed to execute goal com.samaxes.maven:minify-maven-plugin:1.7.4:minify (minify-css) on project realme-common-assets: java.lang.StackOverflowError -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.samaxes.maven:minify-maven-plugin:1.7.4:minify (minify-css) on project common-assets: java.lang.StackOverflowError at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)...
Anyone have a config for allowing the images to be exported?
Fantastic tool. Do you have a config for making this a typescript library?
Given that the intention that these components should only be used by other projects, shouldn't react, etc be a peer dependency?
Repro: 1. Create a new create-react-app with the TypeScript template 2. Change version down to 16. (see: https://github.com/segmentio/typewriter/issues/209) 3. Add typewriter `yarn add -D typewriter` 4. Init typewriter `npx typewriter...
1. Create an application with create-react-app. 2. Add typewriter `yarn add -D typewriter` 3. Run typewriter init `npx typewriter init` You will get this error: ``` TypeError: setRawMode is not...
>And because `never` is only assignable to another `never` This isn't true! `never` _is_ assignable to a number for example, see for yourself. ``` function myFunction(a: number) { } function...
It would be nice to be able to do drag and drop interactions via keyboard. Good for accessibility, but also, good for testing, as you can just use keyboard commands.
The list of available functions is in that right hand panel, and is separated into groups (days, minutes, etc). It's actually very difficult to find the appropriate function you're looking...