binarious
binarious
When you browse to `app_dev.php/media/cache/why_500/error` you get: ``` Unable to generate a URL for the named route "_imagine_why_500" as such route does not exist. 500 Internal Server Error - RouteNotFoundException...
This situation looks strange with TypeScript: But much better when changing the syntax to JavaScript: Is this a bug (or missing support for TypeScript) in this plugin or maybe a...
- [x] **Describe the bug** [`axe`](https://www.npmjs.com/package/axe-core) throws the [following error](https://dequeuniversity.com/rules/axe/4.3/aria-input-field-name?application=axeAPI): > ARIA input fields must have an accessible name The node: ``` ``` - [x] **To Reproduce** Run `axe` on...
**Is your feature request related to a problem? Please describe.** Some packages may only be used in the `scripts` section of the `composer.json` file. These are shown as unused. An...
#### Expected behavior Installation uses configured `npm` or system proxy settings. #### Observerd behavior It does not, because it [directly uses `https`](https://github.com/react-native-webrtc/react-native-webrtc/blob/ec55e5295a78e9e74182617611722b3467623feb/tools/downloadWebRTC.js#L14). #### Steps to reproduce the problem Install behind...
Thank you for this great project. It would be nice to install and update it via [Homebrew Cask](https://github.com/Homebrew/homebrew-cask).
The System Console states the following at the moment: > Configuration via the System Console isn't supported at this time. Please modify the config.json file directly. For more information please...
I'd like to see posts users have liked in my timeline just like the Twitter web app shows them. At the moment I'm only seeing retweets and original posts.
[The check in AnalyzedTemplatesTainter](https://github.com/psalm/psalm-plugin-symfony/blob/583bfd706f69c31504db0738a9f0de3fc5743b8e/src/Twig/AnalyzedTemplatesTainter.php#L80) for Twig variables just checks for `([a-zA-Z]+)` while Twig variables could contain other characters (like `_`). Having a variable named `my_result` leads to: ``` Uncaught Exception:...