Dave Hughes

Results 9 issues of Dave Hughes

This is an alternative approach to fixing #23. For chrome functions that pass no arguments to their callbacks, we should try to propagate the function's own return value. Honestly, I'm...

@KeithHenry I noticed in [a comment from last year](https://github.com/KeithHenry/chromeExtensionAsync/issues/16#issuecomment-481171924) that you didn't have a way to reliably detect the promiseable functions in the chrome API. I took a stab at...

enhancement
help wanted

This (using Node 10) wasn't logging the entire BC vax card object because it was too deeply nested for the default `console.log()` behaviour. Replacing `.log(obj)` with `.dir(obj, options)` prints the...

I nominate Matthias Wermund's (Acquity Group part of Accenture) ContentBuilder implementation to be included as a sample Replication Serializer: https://github.com/mwmd/circuit14-aem-replication/tree/master/bundle/src/main/java/com/wmd/serialization/impl Related SlideShare deck with other potential samples: http://www.slideshare.net/mwmd/adobe-experience-manager-replication-deep-dive

See Adobe-Consulting-Services/acs-aem-commons#417.

Affected code: https://github.com/mridgers/clink/blob/823d841bc5c38a83c3cc0991c1f3ff8099d83fb5/clink/app/src/host/host_module.cpp#L71-L98 Removed in commit ae3a8a9a677cb3f403f295b0cff0c52bf7884253 Perhaps pasting (with ctrl+v) newlines in clink isn't possible, for some underlying technical reason, but it would be really nice if we could....

When the mountpoint does not exist, the application errors with a non-descriptive error. This could be more descriptive. ``` ~/projects/misc/diskfile (master)$ ./diskfile /dev/disk2s1 ./mount Segmentation fault: 11 ```

I was getting a prop type warning for the genre links in the app drawer. It seemed to be working totally fine, but I wanted to suppress the error. This...

Please register an intent-filter for the shc protocol, so the app can be automatically opened to the results page when a QR code is scanned from outside the app (ie,...