Michael Wu

Results 9 comments of Michael Wu

Yup this is not blocking for me! > On Mar 22, 2017, at 3:57 PM, Chris Lewis wrote: > > Reasonable. As a workaround, can you provide your own distant...

I played around with this and it doesn't seem like there's a good way to update `` options while the select is open. ~~Would we accept a pre-commit that replaces...

Would an acceptable solution be to set a large max / min range i.e. +/- 100 years of today and increase range when users select dates?

@adidahiya I feel like this is pretty sane default behavior. Perhaps a better alternative would be to make overlays ignore esc key events that originate from EditableText elements?

You may see the occasional bug fix for really critical problems, but we've otherwise shifted our charting dev efforts to an internal library.

Dupe of https://github.com/palantir/palantir-java-format/issues/786

A workaround is going to `Help` -> `Edit Custom VM Options` and adding the following jvm flags per https://github.com/google/google-java-format/issues/787#issuecomment-1200762464 ``` --add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED --add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED --add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED...

Does anyone know of existing alternatives?