-
Needs to be done:
- [x] Update address model implementation
- [x] Reverse the relationships between address and other model
-
This request is to expand Disco's distributor application by supporting replay from wireshark recording files.
Wireshark is the defacto standard tool for network troubleshooting and has a low barri…
-
The [BdxTransferServer](https://github.com/project-chip/connectedhomeip/blob/d139a42933eeddbe5459d059a97968b247533172/src/protocols/bdx/BdxTransferServer.h) implementation includes multiple references…
-
# No validation if implementation contract hold reference to the valid factory address.
### Severity
Medium Risk
### Relevant GitHub Links
https://github.com/Cyfrin/2023-08-sparkn/blob/0f139b2dc5390…
-
Add support for reactive queries on the existing `JSON.GET` command by introducing `JSON.GET.WATCH`.
This command should send push-responses to subscribed clients whenever the data inside the respe…
-
1. Create a csproj that targets `net461` like so:
```
net461
```
2. Attempt to add an assembly reference using the DTE
```C#
string assemblyName = "WindowsBase";
var vsproject =…
-
I was wondering if there is (algorithmically) any difference between your C++ implementation of Node2Vec and the original reference implementation from Stanford. For instance, I saw something about su…
-
## Problem:
When a user customizes their avatar using the "Big Ears" style of the DiceBear API on the `/account` route, the avatar is not stored correctly in our Supabase database. Currently, only a …
-
Hello,
I'm an embedded developer in Calgary, Alberta, Canada. I found your project after buying an 2578AY-AT with ST7735 color kit and assembling it. I enjoyed working in your code base. My work…
-
See the current TODO comment in the `menus` variable of `MenuManager`. Furthermore, this may remove the need for using `register` and `unregister` methods at all.