Sylvain Brunerie
Sylvain Brunerie
The Markdown source below works fine in my app in my local installation, but gives a different output in my app using the deployed app: the nested div ("More problematic...
**Is your feature request related to a problem? Please describe.** When I save a file containing an error, the diagnostics panel opens automatically (in accordance to the `show_diagnostics_panel_on_save` setting). Then...
Using the language server with Sublime Text 4, the "LSP: Rename" action is acting as a simple search-and-replace. ## Expected Behavior Consider the following file: ```elm module Main exposing (..)...
Alt-Tab doesn’t change the visibilityState. The docs were suggesting that it did (“if the user switches to a different tab or window”).
I often find it cumbersome to navigate to other packages. It might be made easier in a lot of cases by adding a “maintainer” page, listing all packages maintained/owned by...
Hi, I'm currently using Wrench 2 and wanted to upgrade to Wrench 3, only to realize that my webhost PHP install doesn't have the PHP Sockets extension enabled. It looks...
I'm trying this library and using version 2 because the application I'm working on is written for PHP 5.4 (I know...), and while the move to PHP7 is planned, it's...
When creating an ActiveQuery without a prefix (which is possible since the prefix property is nullable), the `sqlStatement` method fails since it passes the prefix property to `$this->driver->getQueryCompiler()->compile` which expects...
# Bug report Hi! Tried this on the playground with bleeding edge, so I guess it’s the latest version. I have an `int` incorrectly inferred as the value `0`, hence...
By default PHP-CS-Fixer won’t run if you have "risky" rules in your config. I added a setting named `allow_risky` to opt-in by adding the `--allow-risky=yes` param to the command.