Robert Knight
Robert Knight
An addition to this. In early testing with a customer we ran into an issue where the admin had a mixed-case email address and the case of the email in...
See also https://github.com/rustwasm/wasm-bindgen/issues/4263.
The `Warning` exception is being raised by oauthlib, which in turn is called by pyramid_googleauth. See https://github.com/oauthlib/oauthlib/blob/bf75322aad61785501405308f3c4cd020983d17d/oauthlib/oauth2/rfc6749/parameters.py#L463.
oauthlib throws an exception if the OAuth callback URL includes different scopes than what were requested, even if the returned scopes are a superset of the requested scopes. The warning...
Catching the `Warning` exception thrown by oauthlib is problematic because we're not directly calling the library that is throwing it. The call chain looks like: lms -> pyramid_googleauth -> google_auth_oauthlib...
u8 x u8 is also needed for models that have been dynamically quantized using activations=u8, weights=u8 in order to work around the lack of support for the default activations=u8, weights=i8...
That code should work, although this could be handled in a more efficient way if the Hypothesis client monitored for changes in the current file rather than requiring the whole...
> Is it possible to add a way (e.g. an event) to requrest/notify the client about the webpage change? This would need to be implemented as part of Hypothesis's PDF.js...
> I'm not sure if a separate model optimized for manga would be in scope of this projects direction or not. Yes. Script, language or task-specific models are welcome. In...
> Cannot be redistributed (should such a dataset even be considered with ocrs requirements for datasets?) Ocrs's "core" models need to be trained exclusively on openly licensed data, but additional...