Laurent Pellegrino

Results 73 comments of Laurent Pellegrino

Playing with the VFS cache will make the solution specific to one usecase where files are assumed to be the same from a task to another, which is not always...

Ok, we agree ;) that's exactly what I proposed.

Please note that _Maximum Number of Execution_ has been recently renamed to _Number of Automatic Restarts_ in the Studio interface.

It is a Resteasy issue that is fixed for _3.0.18_: https://issues.jboss.org/browse/RESTEASY-1369

I have updated my original issue description since the loading issue is still present but it was not preventing to claim rewards.

Thanks for the answer. Indeed, that's why I updated the issue. However, the loading problem for SIP/SCCP is still present. Regarding voting and UX, it would have been helpful to...

If this can help, here is a very basic method relying on [dnsjava](https://github.com/dnsjava/dnsjava) library: ```java import org.xbill.DNS.Lookup; import org.xbill.DNS.Record; import org.xbill.DNS.TextParseException; import org.xbill.DNS.Type; public boolean hasMxRecord(final String email) { final...

Thanks for your answer. `InetAddress.getByName("::FFFF:83.90.47.30")` returns an `Inet4Address`. I would say the result type has no real importance as long as we have a way to move from a representation...

> We could add a method to IPv6Address to return the lower 32 bits as an IPv4Address as well as a isIPv4mappedIPv6() or something similar Yes, this looks great. The...

@alexey2baranov Yes, I have created a plugin for this purpose based on a compilation of existing ones: https://github.com/noticeableapp/remarkable-iframify