Thomas Schaper

Results 34 comments of Thomas Schaper

@olmokramer is not dead, he just started using a different editor.

What is an acceptable way to implement this? I don't think we can achieve the same way of integration as those rails plugins can. Because the templating system less integrated...

[CodeGrade](https://codegrade.com) uses Purify quite heavily (although still migrating) to innovate programming education. Thanks for the nice library! Unfortunately I also can't share the source here, but I can share our...

There is a pull request for CL+SSL that is adding support for host checking in ssl. For revoked certificates it is a bit more difficult as checking those means downloading...

I'm still encountering this issue. We've worked around it for now by creating a custom `HttpHandler` that uses [undici](http://undici.nodejs.org). Would AWS be interested in such a handler to workaround this...

What we (CodeGrade) did in our fork is that we made it possible to use external processes to parse the languages. The major advantage is that you can use existing...

Wouldn't it make more sense to enable ssl verification on all platforms that support it? And when enabling ssl verification, as @tdrhq stated, `cl+ssl:ssl-check-verify-p` is not set to `T` so...

I think it is better to be a bit more explicit about this, also as they mean quite different things. I don't really like the idea of allowing `t` as...

I totally agree your version is way better, so please do add tests!

Hi! Thanks for reporting this issue. It was known that this issue existed, however a fix is unclear. I think there are two possible options. The first being adding an...