Sancarn
Sancarn
> I doubt we can do it for the electron app either, but maybe @dbkr knows differently. Wouldn't this work? ```js const { app } = require('electron') app.commandLine.appendSwitch('ignore-certificate-errors') ```
I've been using Brave again, and audio hasn't been choppy at all... So maybe it's a caching issue?
I think I was initially thinking Examples > Addins but misc could work too... Actually, that whole section looks like it should be moved to Examples > Addins right?
Wouldn't it make more sense to have ```sql SIGNAL SQLSTATE '01000' SET MESSAGE_TEXT = 'Hello World'; ``` ?
@RyanCavanaugh I don't understand why you it's better to restrict the errors to a certain subset of pre-existing flags... Literally customisation is key in my opinion. The more customisable typescript...
Yeah I think this has been an issue for a while 😅 I did start making a new websocket class [here](https://github.com/sancarn/stdVBA/blob/master/src/WIP/stdWebSocket/stdWebSocketNew.cls) but haven't got around to finishing it...
Nice ideas 👍
This is a fair shout, I think it's only really going to affect a few libraries like `stdJSON` and `stdDate` (possibly). Not suire of many others where this will make...
What would be great is substituting this function in some stdVBA class, and testing the comparative performance. The reason I mention this is I don't think replace is the bottleneck...
Yeah I need to fully migrate over to the new `stdRegex` created by @sihlfall. This should fix this issue. See: https://github.com/sihlfall/vba-regex/blob/master/stdvba_regex3/stdRegex3.cls