John Reynolds

Results 3 issues of John Reynolds

Added a positive lookbehind to add a slash '\' before a dot '.' in json key names. I needed this for openvpn config file ` { "Default": { "admin_ui.https.ip_address": "all",...

…multiple cookies #1 ran into same issue getting back a multi-cookie list where origin server separated by comma. added a split on comma before the regex step

When running eval.py on Cuda 11 / pytorch 1.9 , ran into following error `RuntimeError: Tensor for 'out' is on CPU, Tensor for argument #1 'self' is on CPU, but...