Giovanni Lovato

Results 60 issues of Giovanni Lovato

I have multiple interfaces, and my Sonos devices are on a secondary one. When I run `airsonos`, it looks for devices on a network where there are none, i.e. ```...

Seems like the locale can only be set globally, e.g. `numeral.locale('it')`. This may cause problems with async callbacks causing them to pick the wrong locale, if multiple locales are involved....

I notice there is no bower.json file on this project, it would be useful to add one to install Crossroads and its dependency (Signals) automatically with bower!

enhancement

The URI template syntax used by routes is very similar to the one proposed with [RFC 6570](http://tools.ietf.org/html/rfc6570). The RFC uses the term `expand` to describe the operation of expanding a...

enhancement

I’ve just upgraded to Pro to have push notifications, but I had soon to disable them since I’m subscribed to many repos and I receive push notification for ALL GitHub’s...

I'm on version 1.4.5 and I'm trying to get colored output to debug a local web server (same machine), but I get the same color (red) for both server and...

bug

I cannot understand how to configure the plugin to work with Merge Requests. The goal is when a non-master branch is pushed and a MR is created for that branch,...

I'm using the latest version of both SQ and this scanner, but it's not picking up the `version` field from `package.json` and in SQ I get "unknown version". If I...

I'm trying V15 and I see now there is a `fronted/index.ts` file to provide where you instantiate a `Flow` object passing the path `../target/frontend/generated-flow-imports`. For the same reasons discussed in...

hilla
Severity: Minor
Impact: Low

When a method return type is `@NotNull Optional` that's legit in Java since the method will always return an `Optional` instance, but this generates a wrong GraphQL schema, i.e. `Foo!`...

question