-
I've been running socket-sharp for 3 weeks now just fine (.net Core 2.1). Its started to throw this
`System.PlatformNotSupportedException: Operation is not supported on this platform. at System.…
-
My Application:
```
using WebSocketSharp;
using System;
namespace TestProject{
class Program{
static void Main(string[] args){
WebSocket ws = new WebSocket("ws://local…
-
This is a standalone script, the purpose is to download the gift GIF
## Log
```shell
(@tgsnake/core) error - [32] Error when trying to make auth key: RangeError: Out of memory: BigInt generated …
-
**Describe the bug**
When editing a request's query parameter's value, the redo hotkey (ctrl-y) is not working but instead performs an undo.
**To Reproduce**
1. Open query parameters view of a re…
-
Hi! I have a question about something I was considering using accelerate for scientific computation that we wish to be reproducible.
The goal is to be able to run the same computation again on a di…
-
### Description
```
using (var stream = File.OpenRead(_item.ItemPath))
```
to
```
await using (var stream = File.OpenRead(_item.ItemPath))
```
In .NET, classes that own unmanaged reso…
-
### The problem
After a few minutes after a hard reboot the DHT21 sensor gets inresponsive. But is working again after hard reset.
### Which version of ESPHome has the issue?
2024.10.3
### What …
-
hello. recently I noticed that several times a day the data from my JK BMS + esp32 via UART is lost...searching on the Internet says that this is possible after updating ESPhome itself...
here is my …
-
**Describe the issue**
When trying to run a chmod command on a file, I will get the error:
`error: chmod Operation not permitted`
What I was actually trying to do is git clone a repo and the error…
-
## Description
Implement Happy Flow automated testing for Smart Cities using Cypress to ensure the core functionalities of the platform operate seamlessly under ideal conditions.
## Goals
- [x] D…