tatref

Results 19 comments of tatref

Ok so here's the POC, but I couldn't get the generic type working (I can't find a way to convert from `Float` back to `f32`)... For the moment, the input...

Probably because of python2.7, which handles string differently than python3 See #78 for fix

> This requires preallocation of hugepages, something which I've never seen enabled by default. I have some experience with Oracle SGDB (one of the few application using hugepages). If huge...

Ok that was a stupid issue: the size of the huge page was 2 kiB instead of 2MiB... Now the example is functional, including drop.

I can confirm this fixes the issue, the token are not properly escaped. Commit 13b8488d32af14d12c169719e15873a23cfc2d2c only partially fixed the issue back then.

Some code was changed as part of #265 Can you test again? Can you provide the version of the Linux kernel you used on Android?

This might be of interest: https://github.com/foresterre/cargo-msrv

@ekollof I know it's an old issue, but the best practices with Python packages is to create a virtualenv, so it doesn't affect your system libraries. Should be something like:...

Same issue here. I couldn't get openvpn-auth-ldap to compile on any recent centos. I would be great to have a list of yum dependecies to install in order to get...