Daniel Griscom
Daniel Griscom
How are presets organized in the camera? By number, right? Would reordering the presets in PTZ either a) reorder the numbers that PTZ uses to refer to the presets, or...
Telling make to ignore all errors wouldn't feel safe to me as an end-user; it would be far better to have the Makefile itself be more robust. Given that the...
I have a use case for this capability. We're using JSON to store a product's configuration, but from time to time we add new properties to that configuration. So, I...
Re: [jansson] [feature request] Function printing the erro Perhaps this could be done as a Jansson helper function, which the caller hands the source JSON that caused the error, the...
I just checked, and it doesn't seem to. Test: 1. Started in directory with existing `npm-shrinkwrap.json` file, specifying `abbrev` version 1.0.9 (among many other packages) 2. Executed `npmbox abbrev` 3....
Well, I'm not sure how to proceed. I see that there's some complexity in the handling of the code, but the only thing I could do would be to short-circuit...
OK, would you like me to make a pull request?
I'd forgotten that I'd offered this suggestion two years ago, and came back to do it again. So, that's two of me that want this.
I believe this is an issue with the VirtualBox shared file system, which doesn't properly issue file changed events in the guest when a host file is changed.
I don't think I'd call the current behavior a bug, as it seems to be behaving as designed. I would call it a poor design choice, though, especially as it...