-
I am trying to get [lora_phy](https://github.com/lora-rs/lora-rs/tree/d86786988a4a446963d1e85e3ab99a225734cedd/lora-phy) working with rppal. But I am getting the following errors
![image](https://git…
-
# QA (LOW & NON-CRITICAL)
## [L-01] Use of floating pragma
Floating Pragma used in `wfCashERC4626.sol`. Contracts should be deployed with the same compiler version and flags that they have been test…
-
Can we pass authorization code (or even access token) to redirect, so that we could handle access token to query other data(photo/...) with graph api?
https://github.com/snok/django-auth-adfs/blob/89…
-
**Describe the feature**
Comes from #185 (see comment there).
Notification.h defines values used for synchronization, such as the `NOTIFIED_FROM_` flags that indicate if an rx, tx, or task woke up…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Which plugins are affected?
Auth, Messaging
### Which platforms are affected?
iOS, macOS
### D…
-
Our notifications currently support SMTP and Webhook as delivery targets. We want to add native support for Slack workspaces as many customers use this as their internal messaging platform.
The na…
-
It's a common mistake for new users of Go* to accidentally attempt to set a field on a non-pointer receiver.
For instance:
```
type Something struct{
Done bool
}
func (s Something) Ba…
-
1. First part of std::execution is c++17 stl execution policies. Can stl functions like std::transform be used by alpaka so that they use different backends.
2. New std::Execution includes sender/…
-
I'm getting messages over LoRa and sending to HTTPS server over WiFi.
All works except once in a few hours (quite randomly) board crashes. I tried with ESP32 v 1.0.2 and 1.0.3.
I suspect that issu…
-
I am designing atm for my Custom Electric Items a lag free solution that allow to have infinite producers and 1 consumer.
Normally every producer would iterate through the entire Inventory and search…