Christopher
Christopher
The FTP class blindly assumes that the server it's connected to supports Unix style directory listing. This is not the case for non-configured Windows FTP servers. `ftp_rawlist` returns a list...
Adds a JSONPath input that immediately applies to the codemirror window. Fixes #140.
When using the `Appsignal::Integrations::Grape` middleware a lot of exceptions are logged to Appsignal that in our mind don't belong there. These include authorization errors, validation errors, or generally all kinds...
- SQLite - MySql - Postgres - MSSql / SqlServer - Access ? Dynamically fetch the flavor by looking at the driver behind the connection.
The v2 API is not yet finalized, so it does not make sense to drop support for the v1 API right now, but support for the new version should be...
In our case the client keeps receiving responses with code 401. The FCM authentication works fine, but the configured APNS key doesn't seem to be working temporarily, so the FCM...
### What problem does this feature solve? In real-world use cases you often have to apply middleware to a group of routes. Currently however there's only native capabilities to apply...
[API v1 will cease to exist on September 1](https://community.wanikani.com/t/api-version-2-moving-out-of-beta-sunsetting-api-version-1/42539). Therefore Wanikanify needs to migrate to v2 in order to keep functioning from that date on. The endpoints in v2 are...
https://github.com/josefalcon/wanikanify/blob/2bde4314cd5504d9c913fd266195a50c748b2186/js/content.js#L186-L192 The WaniKani API is requested, but the result does not get stored in local storage. It'd likely be sufficient to replace the call with `cacheVocabList(await tryWaniKani(apiKey))`, but I haven't...
We should probably have some tests that auto-run before publishing to CocoaPods in case we break something either via a generate or API changes. The following things could be under...