Hermholtz
Hermholtz
In README.md there's this: > Important Note: This project is meant as a temporary implementation of angular/components#5697. The goal is to have an implementation in the official Angular Material repository,...
FK bug
``` ALTER TABLE PostsWithDeleted ADD CONSTRAINT Fk_PostsWithDeleted_Users FOREIGN KEY ( OwnerUserId ) REFERENCES Users( Id ) ; ALTER TABLE PostsWithDeleted ADD CONSTRAINT Fk_PostsWithDeleted_Users FOREIGN KEY ( LastEditorUserId ) REFERENCES Users(...
``` CREATE TABLE PostTags ( PostId int NOT NULL, TagId int NOT NULL, PRIMARY KEY ( Id ) ); ``` there's no column "Id" in this table hence PK is...
IMO that would hugely help the project. It would be lower the barrier for experimenting with the system. Maybe you can leverage some GitHub automation to do that when you...
Info from https://learn.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-2-0
Properly proxy WebSocket "upgrade" connections. Without this change any attempt to use `http-server` as a proxy for WebSocket does not work. The code also handles error cases when WebSocket server...
### Environment - Visual Studio version: 2022 Community - CodeMaid version: 12.0 - Code language: C# ### Description CodeMaid Spade hangs the whole Visual Studio if you switch between long...
Hey, 7-zip is also vulnerable - https://www.zerodayinitiative.com/advisories/ZDI-23-1164/ It's been patched in 23.00 and the newest version is 23.01. Can you please update and release it? Thank you in advance!
I don't get what these charts are showing. Thanks in advance.
I recently turned on the option "Sync before opening a KeePass database" because I create more and more entries from my smartphone so that to have them at hand on...