Timo

Results 11 issues of Timo

``` curl -u username:password 'https://cloud.example.com/remote.php/dav/files/username/folder' -X PROPFIND --data ' ' ``` (see https://docs.nextcloud.com/server/latest/developer_manual/client_apis/WebDAV/basic.html#requesting-properties) returns ``` Sabre\DAV\Exception\BadRequest Namespace prefix nc on contained-folder-count is not defined on line 4, column 32 ```...

I am strongly interested in building a nextcloud app in flutter that makes improvements over the official app. This is how I found your project. Sadly I am not able...

investigate

### ❓ Question Consider this setup: ```python import stable_baselines3 import gym from stable_baselines3 import DQN, A2C, PPO #from sb3_contrib import ARS, TRPO env = gym.make('MountainCar-v0') seed = 42 verbose =...

documentation
help wanted
question

### Description of the bug Generating the api code for the [tictactoe example](https://learn.openapis.org/examples/tictactoe.yaml) from OPENAPI generates broken code: ```dart class Mark { /// Returns a new [Mark] instance. Mark({ });...

bug

This could allow a user to access hotp and totp tokens from their smartwatch. Research is required to assess if this is possible. Regarding push tokens, this may be already...

Type: Enhancement
Type: Clarification

~~~~dart Error: OS Error: Bad file descriptor, errno = 9 Stack trace: ~~~~ Affects: iOS Notes: No stack trace available [This](https://github.com/dart-lang/http/issues/197) indicates that the error occurs on a network request...

Type: Clarification
Prio: Low
Type: Crash Report

Ideas: - github actions - codemagic The app for android and ios should be build automatically. Use cases could be: - Releasing the official app to the stores. - Enabling...

Type: Enhancement
Type: Clarification

### Clear and concise description of the problem Some podcasts do not provide the track in the mp3 files (ID3 tag). ### Suggested solution It would be nice if this...

enhancement

### What happened + What you expected to happen Ray throws an exception if the environment takes to long to perform a step: No samples returned from remote workers. If...

bug
rllib

### What happened + What you expected to happen Cannot use framework `tf2`. It gives me the following error: > ValueError: Argument `learning_rate` should be float, or an instance of...

bug
triage