Peter Epp
Peter Epp
@davids4 that's a great question. I don't actually know how the source code for the extensions gets compiled out into the final shipping version of the Javascript code that's used...
@ikappas any chance you will consider accepting this pull request and including this feature in a future release of the VSCode extension?
> Is there a reason not used a phpcs.xml file for adding extension in the working project directory? I've used the zipped file at one point and it worked great,...
It's also more than just the path to the apache conf file, there's also the matter of what means by which it should restart apache. If you're using home-brew apache,...
@jaybabak that's true, though there are so many different configuration options you may need, depending on your specific situation, plus the configuration is often project-specific. If you work with a...
Custom matching and highlighting functions seem like the most pragmatic approach. That way no assumptions need to be made, default matching is provided and works as is, and anyone can...
This could of course be augmented with a couple of different default options too, such as the whitespace removal. So you could set some values that affect the default matching...
I think this crash has something to do with the MariaDB server itself and something about how it's been setup. I was having this issue with my local, our staging...
I can verify that behaviour @giloliveira-nmi. I tried connecting to our staging server at work, where clicking the users button in the toolbar has been causing Sequel Ace to crash...
We have a production server running MariaDB 10.5.26 and I don't have issues managing users on that with Sequel Ace. Our staging server runs 11.4.3 and crashes every time I...