Maxim Karpov

Results 25 comments of Maxim Karpov

Hi! I have Lenovo ThinkPad Carbon X1 6th Gen, and I tried to bring up NFC module according to the instructions above. Unfortunately, with no luck. DSDT shows same information...

Another issue that isn't directly related to Twirl, but will help to test modified version with scoped imports - how to import modified version of Twirl into Play 2.4.6 project...

>What you are suggesting is that nobody won't do math with numbers You could do any math with numbers, but you should do it once you cast the number to...

Actually when you try to do it *inside* of BouncyCastle, not as separate library, it's really not that bad. Many many parts of existing DTLS stack can be reused, but...

https://github.com/makkarpov/async-dtls/commit/c5717a28ba40f0441633f583ffb56b62d51e0cb1 I had finished it. DTLSReliableHandshake is a pure nightmare to debug. Never seen more implicit state machine that breaks in a such subtle ways. Changes: * Rather slight modifications...

+1 for feature. Embedded SSL support would be great for service-to-service communication.

Also, there is one suggestion of publication format. Currently binaries are published as "blobs", e.g. whole kernel that must be compiled and placed over the default one. This makes merging...

Hi! Maybe other version of CUP is loaded at the runtime. What SBT version do you use and are there any other plugins loaded?

Yes, that can be a possible source of conflict. The correct solution for this is to shade CUP dependency, as it is done in 'scalingua-shaded' artifact that was added after...

Solution was much simpler than I expected: 1. Create `ConfigMap` with single key: `ca-certificates.crt` and use desired CA certificates bundle as a value 2. Mount that ConfigMap over `/etc/ssl/certs` within...