-
Currently on Python 3.12.4 on Windows 11.
Trying to install PyGithub but keep running into an issue when installing it using pip.
I first thought I needed to re-install MSVC but didn't make a …
-
Similar to #3. and a very frequently asked question on Discord. I'm not sure however if this example should use plain websockets or the socket.io library. And to make this example self contained we pr…
-
### Describe the problem
One can easy implement GET, PUT in an api route by a function (see below)
```javascript
import { json } from '@sveltejs/kit';
export function GET() {
const number = …
-
### Description
Failure first reported here: https://ci.swift.org/job/swift-main-source-compat-suite-debug/854/console
### Reproduction
Error:
```swift
/Users/ec2-user/jenkins/workspace/swift-mai…
xymus updated
2 months ago
-
Describe the bug:
**Settings are not loading**
To Reproduce:
**- installed in docker on WSL
- tried both with and without ollama address in config file
- when I add ollama address in config (ht…
-
It would be nice to be able to use one library for both WebSocket servers and clients. It looks like currently only creating WebSocket servers is supported by http-kit.
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
### Describe the Bug
I upgraded today to 24.04.9-1:
```
code-brand (24.04-22 => 24.04-23)
collaboraoffice (24.04.8-2 => 24.04.9-1)
collaboraoffice-ure (24.04.8-2 => 24.04.9-1)
collab…
-
Hi,
I'm trying to get to a list of Media Sources, but to no avail.
I tried
func getSceneItemList(sceneName: String) async throws -> [SceneSource]
Am I missing something?