Jonas Kello

Results 270 comments of Jonas Kello
trafficstars

Here is another example that uses a Message type as key to pick a handler. It also works but outputs DEPRECATED messages: ``` dart import 'package:di/di.dart'; abstract class MessageHandler {...

If you have an .obj model I think it is easier if you use the obj loader: https://threejs.org/docs/#examples/loaders/OBJLoader

Since this is a rather large PR it would be nice if you could provide a bullet point list in the main description of the PR summarising the changes that...

I added a starting point for describing the PR in the main description. You can go ahead and edit this.

Same issue: ``` [24-06-17 21:59:50.3547] Plugins::YouTube::WebM::__ANON__ (690) could not get codec info 403 Forbidden ``` I also tried to erase LMS cache dir except InstalledPlugins and all "recent" items in...

To provide some more technical detail of the issue. The failing call is made here in the code: https://github.com/philippe44/LMS-YouTube/blob/master/plugin/WebM.pm#L653 I logged the url and tried to curl it and also...

In order to fix this `routes` would probably also have to be updated somehow: ``` routes: - output: parser-docker expr: 'body matches "^\\{"' - output: parser-crio expr: 'body matches "^[^...

Yes this would solve it as it removes the need for regex! Thanks!

We have the same problem, get this in gitlab ci: ``` INFO[0172] Taking snapshot of full filesystem... Killed Cleaning up project directory and file based variables ERROR: Job failed: command...

I have the same issue with this chart: https://artifacthub.io/packages/helm/dagger/dagger-helm. Installing it with flux I get error ``` ConfigMap "dagger-dagger-helm-engine-config" is invalid: metadata.labels: Invalid value: "v0.13.5+a076bb44441a": a valid label must be...