hi2u
hi2u
I see this issue regularly with Chrome (multiple times a day), and I've also seen it with vscode too. So it appears like it just affects Chrome/Chromium/Electron based programs. I've...
If you initially have a `GENERATED` column, and then later on remove the `GENERATED` part so that it's now just a regular column... rather than just removing the `GENERATED` part,...
For materialized views originally created using command: ```sql CREATE MATERIALIZED VIEW ... WITH NO DATA ``` The `WITH NO DATA` part at the end is not retained by migra on...
I've just started using this tool, and it's great. Thanks so much for your work on it, I've been looking for something like this for a while now. This was...
I noticed that earlier in the year after doing a system upgrade, krunner (KDE's equivalent of Albert) started displaying the favicons for my Chrome bookmarks automatically. It would be awesome...
Certain responses from the SharePoint API return invalid XML, an example is when SharePoint returns anything with `` it in. It breaks the XML parser in PHP and produces the...
The library detects "www.example.com", but not "example.com" Obviously we're getting close to the area of false positives here, but I think this can be countered by using a whitelist of...
I've got some autogenerated text in my database generated by https://github.com/fzaninotto/Faker Some of the strings it generated seem to break php-htmltruncator. I noticed that these strings contain a bit of...
Let's say I have a function called `oneTwoThree()` somewhere in my project, but I can't remember the exact name of it (or the order of words)... I would normally search...
### Current Behavior - I'm on a Windows machine - I have a new empty node app (or any node app with more code) - When generating the node app,...