Jan Scheiper

Results 11 issues of Jan Scheiper

### Service A recipe to integrate the standalone reddit chat into Franz. ### Link to your repository https://github.com/jangxx/franz-recipe-redditchat ### Additional Information

If I run the following code in Pythonista: ```python import requests requests.get("https://literalchaos.de") ``` I get a `CERTIFICATE_VERIFY_FAILED` error with the following trace: ``` Traceback (most recent call last): File "/var/containers/Bundle/Application/4CD5E048-4218-4FB2-AF4A-89CFE5A5D86C/Pythonista3.app/Frameworks/Py3Kit.framework/pylib/site-packages/requests/packages/urllib3/connectionpool.py",...

When creating a stream with `as_loopback=True`, the `read` method on the created stream will block until audio is being played. I'm not sure if this is the desired behavior, but...

enhancement

I'm working on a driver which creates virtual trackers based on the position of the controllers and the HMD. I am able to get the poses of the HMD as...

I have a draggable element like this ```vue ``` with a start and end handler which take care of the actual ordering by using the `oldIndex` and `newIndex` values from...

### Reporting a bug? I'm trying to use pluralization and formatting together. This works as it should, but the TypeScript types seem to be incorrect, which makes it impossible to...

🔨 p3-minor-bug
typescript

### Bug Description I read in the latest release notes that mixcloud is supported now. When trying to actually play a file from mixcloud however, I unfortunately always get >...

This project looks like a cool emoji picker for Linux, but there are sadly no instructions on how to run it without FlatPak in the loop somewhere. I'm trying to...

### Analysis Running this minimal example ```typescript import { getResponder } from "@homebridge/ciao"; const responder = getResponder(); const service = responder.createService({ name: "Example Service", type: "http", port: 8080, }); service.advertise().then(()...

bug
pinned

Nodes with their ACCESS attribute set to write-only still return a VALUE attribute. For example: ```js { "DESCRIPTION": "root node", "FULL_PATH": "/", "ACCESS": 0, "CONTENTS": { "input": { "FULL_PATH": "/input",...