Yoni Gibbs

Results 17 comments of Yoni Gibbs

@Zummer: is there an equivalent to your suggestion above, but for use with functional components rather than class components?

Actually, scratch that, think I found it: ``` type Props = { ... } const MyComponent = (props: Props) : JSX.Element => { // render something } export default function...

@sharwell, can I please just double-check the latest state of this issue? Am I right in saying that currently generated C# code will not distinguish between a value which might...

@arian, I notice you upgraded the `org.jetbrains.intellij` plugin from version `0.4.9` to `1.1.4`. On the [GitHub repo for that plugin](https://github.com/JetBrains/gradle-intellij-plugin#the-latest-version-is-114) it says: > When upgrading to 1.x version, please make...

And it looks like that last error about generating the Elm parser fails because of a mismatch in some dependencies between the version of GrammarKit and the version of IntelliJ...

That's great that it helped! So you're now at the same state I got to: 8 or so failing unit tests. I see two options: 1. Find a lower version...

Great, thanks. We'll keep an eye out for it being implemented in future.

Is there an update on an ETA for v3.0? We specifically need the check for the thread being interrupted (see [here](https://github.com/beanshell/beanshell/blob/master/src/main/java/bsh/Interpreter.java#L490)) which will allow us to trap accidental infinite loops...

Yup, I'm doing something similar already (but not as neatly as you suggest up there). So do you reckon this means there's no point adding an exclude flag or something...