Alessandro Vermeulen

Results 21 comments of Alessandro Vermeulen

I concur with etrepum, it is very inconvenient not to be able to build cabal-dev on a fresh HP2012.4.0.0 install.

Honestly, I think a design first approach is more useful than just having documentation generated from the code. Therefore, I'm a whole lot more interested in generating code from swagger...

@aroberts. In Jersey only the interfaces are generated. Similarly we can, preferably at runtime, generate the traits containing the Finch endpoint definitions. That way we don't need to check anything,...

Depending on which actions are being performed this could not be just wrong but also insecure.

> I'm no longer sure it something that's easy to fix. Perhaps an alternative approach would be to promote a different way of doing an auth? Instead of having something...

> Still using Finagle & Shapeless from 2.13. We still need shapeless for coproducts, because union types are meh. @sergeykolbasov I haven't worked with scala 3 too much but union...

Having it configurable would be optimal. Then everyone can determine their own.

I see https://github.com/romanowski/hoarder/blob/master/hoarder-amazon/src/main/scala/org/romanowski/hoarder/amazon/S3Caches.scala, what is the status of this issue?

Thank you for the example @ryanoneill. Caching the netty `SslContext` indeed does make more sense as the context creates the engine. Based on the input I create my own `ExternalContextClientEngineFactory`...

@andrievsky what happens if you use the [`SslContextServerEngineFactory`](https://github.com/twitter/finagle/blob/develop/finagle-core/src/main/scala/com/twitter/finagle/ssl/server/SslContextServerEngineFactory.scala) instead? I noticed that for clients using the client variant improves the performance significantly, see #874.