Jakob Krigovsky

Results 32 issues of Jakob Krigovsky

When an update is found, Alfred is opened using `open -n -a "Alfred 3"`: https://github.com/SamVerschueren/alfred-notifier/blob/1655892dbf56402bf13ad777cb8f59434cad668a/check.js#L36 This causes a second instance of Alfred to open which can lead to a few...

bug
help wanted

Adds tests for if an update is available and if the workflow is already up to date. Closes #1. For each test, a temporary directory is created with a `package.json`...

When enabling Hush, the cookie notice on [bmeia.gv.at](https://www.bmeia.gv.at) is blocked, but the backdrop (`.modal-backdrop`) remains, making it impossible to use the site.

### Description [Jest CLI options](https://jestjs.io/docs/cli) such as [`--onlyChanged`](https://jestjs.io/docs/cli#--onlychanged) and [`--watch`](https://jestjs.io/docs/cli#--watch) don’t work because Detox always passes the `e2e` directory. ✓ I have tested this issue on the latest Detox release...

type: enhancement ⚡️
status: accepted
platform: non-specific

[`standard` v16.0.1](https://github.com/standard/standard/blob/5937e954bc143af521e7dc5e461e67649fcae767/CHANGELOG.md#1601---2020-10-30) introduced a warning system. In particular, the [no-var](https://eslint.org/docs/rules/no-var) rule is now just a warning and will only become an error after the transition period ends. To enable projects...

enhancement

See [Library Definitions](https://flow.org/en/docs/libdefs/) on flow.org and [flow-typed’s install command](https://github.com/flow-typed/flow-typed/wiki/CLI-Commands-and-Flags#install).

The [generic-spacing](https://github.com/gajus/eslint-plugin-flowtype#eslint-plugin-flowtype-rules-generic-spacing) rule was updated with https://github.com/gajus/eslint-plugin-flowtype/pull/430 to not error when using line breaks. However, this only works when there’s no indentation. For example: ```js // Same pattern as in...

bug

For example, if you set the feed path to `feed`, `/feed` will return a `Content-Type` of `application/octet-stream` (instead of `text/xml`). We could automatically place the feed in an `index.xml` (for...

has-pull-request