Alex Dupre
Alex Dupre
This is my improved version that works in a few additional cases: ``` object Slick { object UpdateReturning { implicit class UpdateReturningInvoker[E, U, C[_]](updateQuery: Query[E, U, C]) { def updateReturning[A,...
Any chance that the artifacts will be published somewhere else? Bintray and JCenter have been completely shut down.
The issue seems to be in the `lowestCommonPath` function that returns the wrong directory. In particular this line is wrong: https://github.com/dethcrypto/TypeChain/blob/master/packages/typechain/src/utils/files/lowestCommonPath.ts#L3 because in the above scenario it returns `contracts/interfaces` as...
Well, it's not exactly the same, but better than nothing. If I'm reading it correctly, enabling the `allowBlocksWithSameTimestamp` flag has the effect that all close transactions will end up in...
> I guess we can also add some RPC methods to change the behavior on runtime. That would be appreciated and I think will fulfill my needs.
Lol, I created another PR for the same encoder issue and I was going to create another one for the event part: https://github.com/web3j/web3j/pull/1774 After 3 PRs can we finally merge...
> I guess we can also add some RPC methods to change the behavior on runtime. @fvictorio I've seen you merged PR #3228, are you planning to add a RPC...
I'm not sure if it's the same issue I'm experiencing, but I see tests not terminating on FreeBSD with several processors, too.
Of course the action has been taken at the OS level. `net.inet6.ip6.v6only` is a sysctl at the OS level. If the OS prohibits the use of such addresses, no library...
Here you can find some additional context: https://lists.freebsd.org/pipermail/freebsd-net/2013-June/035858.html BTW, I think the SN re-implementation of the java network API relies on IPv4-mapped IPv6 addresses, too, creating just one socket. It...