Andreas Molzer

Results 68 issues of Andreas Molzer

> The only point of these helper methods is to allocate a buffer, such that I don't have to repeat the boilerplate allocation code twice in every test. > The...

`try_get_pixel` is not perfect (it may indeed suggest that the return type is a `Result`), but I think it conveys the meaning of what the function does better than `opt_get_pixel`....

Adds a common interface for decoding meta data. The `Metagram` struct, storing all meta data, is partly public and has a `Default` implementation that should be interpreted as having no...

https://github.com/spacejam/rio/blob/43c565fd3f7e5aa656f2a919ed45b7d4a0d146c9/src/histogram.rs#L60 This is not necessary as the type contains no field that isn't `Send` and is therefore `Send` already. [See this playground](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=797185bbfd58b0851971bf0beba0cf9e). If the point is to ensure that property...

# Project Improvement The lack of comments and the complexity in the setup leads to bad understanding of the examples, especially without prior knowledge of OAuth2's inner workings. In particular:...

improvement
documentation

Project Improvement ====== Self-encoded tokens suffer from not being revokable at all. At the same time, the storage backend does not yet remove expired tokens from memory and offers no...

improvement
question

Feature ========= To ensure compatibility and transparency, the self encoded access tokens should be structured based on an open standard, such as [JWT][JWT]. Since private data is needed for several...

feature

# Project Improvement Use the client from the `support` module which is also used by all other frameworks. This would guarantee the page looks consistent across examples. It also ensures...

improvement

Project Improvement ====== It is currently unclear where to start with implementing bindings for other libraries. While the main module for such documentation should be [`frontends`][frontends], most documentation currently lives...

improvement
good first issue
documentation

These additional types have representations that are defined to be the same as some underlying FFI safe representation.