Frank Riccobono

Results 14 comments of Frank Riccobono

Another workaround that seems to work for my team is using `~run` instead of `run` in the Intellij run configuration.

In your example, the `invalid` class is automatically added because the input has type `email`, which has validation built into it. I believe the creator of the original issue was...

This fix is wrong. It works for plain text fields but does not work for ones that actually do have validation logic, like email fields. Do you agree that adding...

Okay, so if we are trying to extract the update instructions, is it safe to search for the REGTEXT and AMDPAR elements? Or can there be edit instructions that the...

I think this might also fix #731 which was causing problems on a project I was trying to use this library in.

A special attribute would be fine for my use-case. Would that be difficult to implement?

Sure. I can take a stab at it. Just need to get approval from my employer to do it.

I just hit the same issue. Would it make sense in the library for `assertArg` to include a try catch that returns `false` when an exception is thrown? I just...

> You need to do something like `override val functions = super.functions.updated(...)` I think > > I haven't actually tested this yet, so try it out and let me know...

It seems the solution in Scala, at least, is to use an early initializer.