Richard Michael

Results 12 issues of Richard Michael

I attempted to use `-U` (`--atimes`) between two local volumes (apfs and HFS) on MacOS 10.14.6, and received this error message: ``` rsync: This rsync does not support --atimes (-U)...

Enable docs for useful modules from stdlib. The `docs:generate` errors are unrelated to removing these `skip_patterns`. Unfortunately, I am not yet familiar enough with the scraper error handling options to...

History replay only appears to work with "session" history. This is not terribly surprising, as history loading would mean my current session couldn't start at 1. So, I suppose this...

Shipit misleadingly emits a deprecation from `ssh-pool`, it should swallow this message because it is not a concern of my deploy script using shipit, but rather is an internal concern...

bug

Thanks for ImagerJs! The [FAQ](https://www.imagerjs.com/faq) currently reads: ``` What are the requirements for your image uploader library? ImagerJs does not depend on any JavaScript libraries or frameworks, so it should...

Documentation indicates `DataTransfer.clearData()` may only be used in the handler for the `dragstart` event, https://developer.mozilla.org/en-US/docs/Web/API/DataTransfer/clearData Otherwise, it results in the following error: `NoModificationAllowedError: Modifications are not allowed for this document`...

@charliekassel I talked with @alanbhamilton about PR #20 (which closes issue #19). I've taken the PR, and re-worked it. I left the commits unsquashed, if you want to review the...

The `Content-Type` and `Referrer` headers cause browsers implementing CORS to send a preflight (`OPTION`) request. If we remove them, our `GET` requests will be "simple", and no longer trigger a...

While simplifying code trying to understand a different issue, I tried to run the trivial example here: https://github.com/dwavesystems/qbsolv/blob/0.2.9/python/dwave_qbsolv/dimod_wrapper.py#L75-L81 However, the response has no `energies` attribute. I don't actually use this...

Various tidy-ups.