Beau Gunderson
Beau Gunderson
@laduke there isn't; if you add the required entry to `lib/v6/constants.js` that would make them work in `new Address6('fc00::1').getType()` though :)
@drahnieR thanks, this is a helpful addition--do you mind adding some tests in `test/functionality-v4-test.js`? additionally, we should probably return `.correctForm()` instead of `.address`
@wcandillon yeah, just modify the completion function after omelette generates it; here's the diff of mine: ``` diff --- projects-unmodified.sh 2015-03-17 18:23:39.000000000 -0700 +++ projects-modified.sh 2014-12-13 14:00:02.000000000 -0800 @@ -6,8...
The changes I made were: - Use the `cur` and `prev` variables that the bash builtins like `_filedir` rely on - Try the omelette completion, and if it returns anything,...
@wcandillon What operating system? On OS X you can `brew install bash-completion` if you have homebrew installed. On Ubuntu you can `apt-get install bash-completion`. You could also try replacing the...
the referenced build doesn't work for me on an M1; probably due to code signing.
this would also be useful for us; I'm going to investigate which specific methods we need.
this is the binding type we're trying to connect to, if that's helpful: ``` ``` When I make a request using C# it looks like there's a request that happens...
0.6.0 was [reverted in this commit](https://github.com/genuinetools/img/commit/d93fa3779d8b7f6edb8651d761a5c23d5ccab2ab), yet the README refers to it as the version that works without `--privileged`
daphne no longer uses a separate worker process as of 2.0 (which may change how this issue is tackled)