Jason Gerfen

Results 14 comments of Jason Gerfen

Thanks for reporting this. The error handling doesn't bubble up here for any OS, pull requests and patches are welcome! Use the [contributing](https://github.com/jas-/node-libnmap/blob/master/CONTRIBUTING.md) document to help. I simply do not...

@roccomuso I hope all is well. I was looking over the [travis-ci](https://travis-ci.org/github/roccomuso/memorystore/builds/643813822) build logs. Looks like this `pr` fails due to node `v0.10` not supporting `es6` class constructors. Is there...

Afternoon, while memory is typically considered more difficult to access than reading a file from disk or even a database store, today's malware includes memory scraping functionality that is trivial...

It’s your party, however from an implementation perspective, if I can turn on or turn off a security feature without the fuss of trying to get it to play well...

Morning. A `bool` flag? Maybe the `typedef` for the `secret` option is what you are referring to? Anyways, while I understand the simplicity for the internal structure of your existing...

I have done a little research on this as well; [snyk](https://snyk.io.cnpmjs.org) is showing 2 high/2 medium rated vulnerabilities in the underlying [phpjs](https://snyk.io.cnpmjs.org/test/npm/phpjs) module. It looks like while the `phpjs` module...

@krg7880 Any movement on this or has the module been abandoned?

Good morning @krg7880 I along with others would like to know if [PR #5 ](https://github.com/krg7880/cidr-js/pull/5) will be implemented to address the growing list of vulnerabilities with the [phpjs](https://www.npmjs.com/advisories/146) dependency.

Just define a checkpoint folder to use... `python style.py --checkpoint-dir /path/to/checkpoint` when training a new model or `python evaluate.py --checkpoint /path/to/checkpoint`. These are described in the accompanied [documentation](https://github.com/lengstrom/fast-style-transfer/blob/master/docs.md#stylepy)

I am seeing something similar., the loss goes down a couple of iterations then goes back up.