Alan Ondra
Alan Ondra
Setting `$fa-font-path` to anything doesn't have any effect whatsoever, even setting it as global via the `data` key in `sassOptions`. Even filling the variable with gibberish the value it uses...
When was this behavior changed? Because this is a step back in usability.
That's understood. It means however having to import each file individually even if using the full JS, and it also means that, since it's not described as the main file,...
It would be even better if it didn't depend on a library that was impossible to build even now.
I've only the 64-bit version, and yes, it's the latest version of the plugin. It is installed to `C:\Users\alan\AppData\Roaming\Notepad++\updater\gpup.exe` On the plus side I'm now actually seeing plugins in the...
I tried to reinstall the plugin from the manager just to see what it's doing. Even though it's configured to load plugins from `%APPDATA%` it requests administrative permissions to update...
So this should be treated as an extended function of Notepad++ instead of as a standard plugin?
Can you highlight the part where it says `view` needs to be imported from `HttpContextContract` in the Controller method signature? Perhaps where `HttpContextContract` needs to be imported from?
There is no indication on the page that you have to create this signature to use it with Controllers, merely passing `{ view }` throws an exception: ```Typescript public async...
I've had the same issue when creating a project and then trying to have other developers be able to build it. Instead of having `composer install` built into the initialization,...