K.S.
K.S.
I think I understand what the library is meant to do, but what I'm getting stuck on is this is what Symfony's DI already does: 1. Add dependencies to composer.json...
Adding `overflow: auto` or `overflow: scroll` on the `div.content[role=main]` selector solves the problem with minimal change.
The faBackpack, faBuildings, and faComputerClassic are also missing.
For me, it seems any annotation that comes right after the starting php tag causes the missing route warnings; see screenshots. Symfony: 5.4.3 PHPStorm: 2022.1.2 (Build #PS-221.5787.33, built on June...
@bwliu62 A bit of a long way around to get the job done, but should work until something better comes along. ```typescript const picker = this.$refs.picker as VEmojiPicker; const cateories...
Simple solution, at least for Sublime Text 2: Clone the latest version of sqlparse (https://github.com/andialbrecht/sqlparse) and then replace the sqlparse folder in this plugin with the copy from the clone...
$xmlContainerFile = $env === 'dev' ? dirname(dirname(__DIR__)) . '/app/cache/dev/appDevDebugProjectContainer.xml' : dirname(dirname(__DIR__)) . '/app/cache/test/appTestDebugProjectContainer.xml'; It would be much more encompassing to just use `$env` directly (after ensuring it's safe to use):...
You're right. Nothing a `ucfirst(strtolower($env))` couldn't fix. :)
> How do you suggest we add support for this? Either a breaking change or add a separate key for top-level meta properties. I agree with your comment about guessing...
I was imaging it to look like: ```js const Conf = require('conf'); const config = new Conf({implicitObjectRoot: false}); // defaults to true for BC config.set({ type: 'object', additionalProperties: {type: "string"},...