Lapo Luchini

Results 248 comments of Lapo Luchini

Provided link seems to open an https hover already, I guess it was already fixed in the meantime?

Right, starts on HTTPS and ends on HTTPS but the first 301 redirect is on HTTP. Curious. ![image](https://user-images.githubusercontent.com/420454/41837755-bef15f16-785e-11e8-8814-65f72823bee2.png)

Being able to define a "local threadpool" at build time (and thus being able to shutdown only my own and not everyone's) would be fine by me, but when a...

AFAICT `logback` does it in [`ServletContextListener`](https://github.com/qos-ch/logback/blob/4dd08e68321548cd85251ec389f5a832505e1268/logback-classic/src/main/java/ch/qos/logback/classic/servlet/LogbackServletContextListener.java) simply by including a [`META-INF/services/javax.servlet.ServletContainerInitializer`](https://github.com/qos-ch/logback/blob/4dd08e68321548cd85251ec389f5a832505e1268/logback-classic/src/main/resources/META-INF/services/javax.servlet.ServletContainerInitializer) file in the JAR.

Yes, it generates: ``` org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [test] appears to have started a thread named [ExpiringMap-Expirer] but has failed to stop it. This is very likely to create a...

I created PR #62 for that last part.

> The main obstacle is that we need to reimplement all the native Node encodings from scratch to support this feature and it's not easy. Maybe re-encoding to original charset...

Hi, the source of that file is not managed by me (and I use it in pristine form), so I'd suggest you to write to original author of the data,...

Yep, right now [update.sh](https://github.com/lapo-luchini/asn1js/blob/trunk/update.sh) (which downloads and translates the content) gives: ``` HTTP request sent, awaiting response... 304 Not Modified File ‘dumpasn1.cfg’ not modified on server. Omitting download. ``` I'll...