Results 76 comments of Dean Kayton

Anyone here with a similar issue. The workaround I am going to try is to change `NLTK_DATA=/tmp/nltk_data`. I only really need Amazon EFS for the library that is calling ntlk...

That would have worked if NLTK data required was < 512MB, however it is not. I get the following: `[ERROR] OSError: [Errno 28] No space left on device Traceback (most...

I am going to have to investigate monkeypatching to get this to work. For what reason can you not use try / except in this case? It is a much...

I don't have control here. NLTK is called through another library, AllenNLP. Anyway, I found a way. I call the module which results in the downloads during build time of...

Yeah despite my workaround, the NLTK library would still fail to make use of EFS with the checks in their current form. And in Lambda's case ${HOME} or ~/ is...

Thanks very much. I applied your advice here - https://github.com/dnk8n/tech-talk/commit/1e9206b2110a67ceceb531c3c28ba68b31e9b1bc One thing I noticed is that the logout button isn't working as intended. And I guess, although on the backend...

For Signout I did have to make the following change - https://github.com/dnk8n/tech-talk/commit/05f10dc752a53643015647f94eedab2b33534f44

This would be handy. Any docs on how to change already set tun0 10.8.0.1? E.g. ``` tun0: flags=4305 mtu 1500 inet 10.8.0.1 netmask 255.255.255.0 destination 10.8.0.1 inet6 xxx::xxx:xxx:xxx:xxx prefixlen 64...

Also, worth maybe changing the default. See here, https://community.openvpn.net/openvpn/wiki/AvoidRoutingConflicts The default has a high chance of conflicting with `"default settings for routers/acces points/switches/etc"`