Julien Gilli

Results 11 issues of Julien Gilli

- [x] Used appropriate template for the issue type - [x] Searched both open and closed issues for duplicates of this issue - [x] Title adequately and _concisely_ reflects the...

When marking objects as referents with `::findjsobjects -m` and then performing a search for references on a given referent with the `addr::findjsobjects -r` command form, mdb_v8 aborts due to [an...

In order to be able to test #75 with `tools/runtests_node`, it seems that it would be handy to have it run the tests suite against the latest nightly version available...

This came out originally from https://github.com/joyent/mdb_v8/issues/54, which was about solving some UX issues that users encountered when trying to find the appropriate address to use as input for the `::jsclosure`...

Currently, node-triton supports specifying volumes that a container mounts using a syntax similar to docker run's `-v` command line option: ``` $ triton create -n some-container-name -v some-volume:/mountpoint:ro ``` This...

nfs-volumes

Users should be able to enter: ``` $ triton volume create -s ``` and see a list of available volume sizes to choose from.

nfs-volumes

All call sites for `objFromKeyValueArgs` pass the value `true` for the `disableDotted` option. Thus, it seems we could drop that option and just not provide support for dotted values in...

This is part of the [RFD 26](https://github.com/joyent/rfd/blob/master/rfd/0026/README.md) effort. This can be modeled after the `triton instance rename` command, except that it wouldn't need a `-w` command line option, since when...

This proposal mentions the following: > A historical example of this in action is AngularJS's reliance on f.toString() to inspect the parameter names of a function. It would then use...

This proposal mentions: > Additionally, Error.prototype.stack reveals position (line/column number) information and file attribution information that restricts refactoring in a similar way to Function.prototype.toString's exposure of the function source text....