Matijs van Zuijlen

Results 165 issues of Matijs van Zuijlen

https://openlibrary.org/developers/api Also see: https://news.ycombinator.com/item?id=25408744

Add specs for some code and remove some unused or broken code.

The installation documentation kind-of mentioned everything that is needed, but the description is very long and mixes instructions with explanations. There should be a simple section that just says "Install...

documentation
good first issue
help wanted

From https://github.com/mvz/alexandria-book-collection-manager/issues/40#issuecomment-626344609

What we can do, maybe: * Fetch info on books * Sync with user's LibraryThing account

GConf is deprecated. Its replacement is DConf, and the best way to use that seems to be via GSettings, which will choose the appropriate back-end. More info: * https://en.wikipedia.org/wiki/GConf *...

help wanted

The Rakefile contains outdated build tasks instead of a gem release task. This needs to be modernized.

Working on #14 brought to light that reading text properties results in a different type of result depending on whether the property type is `PT_STRING8` or `PT_UNICODE`. In the latter...

At [reek](https://github.com/troessner/reek), we're using SimpleCov with RSpec, and have the configuation in `.simplecov`. We use SimpleCov 0.16.1, and my `RUBY_DESCRIPTION` is `ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux]`. Here is our...

Feature