Frank Cornelis

Results 37 comments of Frank Cornelis

The only way to get the correct chain id, is to get the latest block and analyze the signature on the (first) transaction. If EIP-155 is not enabled on your...

The `JobRepository` interface is indeed exposing much more than just the job repository artifact remove operations. How about introducing an interface that is limited to these job repository artifact remove...

> our current thinking is not to expose JobRepository as a public API, since this type of tasks belong to batch job administration rather than batch application developement How about...

Why not go _all the way_ with the reflection? :) https://github.com/e-Contract/jsf-crud

I'm afraid that the fix is not sufficient to cover all cases. On some `null` values, even the type cannot be inferred. For example `value="#{cc.attrs.value.blablabla.whatever.woopsy}"`. Here `valueExpression.getType(...)` cannot go _deep_...

Stumbled upon the same issue, indeed due to the documentation.

Well, the reason why I didn't do a PR, is that I don't know which group to put them under... :-)

> Interesting so this component basically says you can only click this button say "once every 5 minutes" or no more than "3 times in 10 minutes" type of limiting?...