mattsbennett
mattsbennett
https://github.com/keithclark/gadebugger/issues/52
I'm having this problem on 22.04 as well. Here's the output I get after following all the installation steps: ``` mattsbennett@pop-os:~$ tableplus tableplus: error while loading shared libraries: libldap_r-2.4.so.2: cannot...
@metaer describes the issue well. We can't really use a `test.php`, nor do we want to fiddle with `.env.local` every time we run tests. We're using the following solution for...
Just a note on a common use-case that runs into this issue: https://symfony.com/doc/current/frontend/encore/vuejs.html#using-scoped-styles. Namely that this pattern seems to be the recommended way to invoke CSS Modules in `webpack-encore`: ```...
I could really use this as well.
I tried using `asset/resource`, and it works the same as `file-loader`. Can just use `encore.getWebpackConfig();` to get the config, then add a rule as described at https://webpack.js.org/guides/asset-modules/#resource-assets. From looking at...