Jon Wood
Jon Wood
The icon specs are failing at the moment because Hash doesn't define a perform_caching method - this seems to be a known bug in Rails' Sprockets support, with an open...
This is an attempt to resolve #86
In investigating #86 I encountered a second issue, whereby any headers after one we send which is in caps with underscores were being dropped. Firstly, I know its not really...
We're attempting to migrate our Heroku hosted application to Falcon, but hitting an issue where `rack.url_scheme` in the request environment seems to be incorrectly set to `http` rather than `https`...
I'm currently building a CLI with Teletype, which so far I'm loving - great work on the user experience of getting from zero to a decent CLI tool! One thing...
## Proposed change This change makes it clearer how to trigger useful notifications based on actions such as items being added. ## Type of change - [ ] Spelling, grammar...
It appears the preload Docker image is not available on Docker hub, at least if I'm reading the source of the balena-preload module correctly. Configuration in the module references the...
Currently the unique identifier for a project is it's API key, however should that need to be changed (for example if a web host was compromised) then it will be...
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/ferdium/ferdium-app/blob/HEAD/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/ferdium/ferdium-app/blob/HEAD/CODE_OF_CONDUCT.md) that this project adheres to. -...