Gustavo Arantes

Results 8 issues of Gustavo Arantes

Hello, I'm trying to run the code bellow, but devices are never found even tho I have a lot of them here. ``` const ChromecastAPI = require('chromecast-api') const client =...

**Describe the solution you'd like** I'd love to have a way to duplicate a server directly on the node i'm with all it's files, etc. **Describe alternatives you've considered** I...

feature request

Tried the readme example: ```js const { JSConsumer, JSProducer } = require("sinek"); const config = { clientId: "my-app", brokers: ["localhost:9092"], }; async function run() { const topic = "my-topic"; const...

I'm trying to connect to a database with this DSN: `cockroachdb://test:test@host:26257/test?sslmode=verify-full`. (I changed the password and host for this example) This is the code: ```go connURL, err := crdb.ParseURL(os.Getenv("DATABASE_URI")) if...

unconfirmed
v4

### Expected Behavior Select the text, press ctrl+c or right click and copy and it should be added to my clipboard. ### Actual Behavior I can right click and copy,...

E-good-first-issue
B-bug
S-unverified

``` $ swag --version Swag version: v2.0.0 swag version v2.0.0 ``` `go.mod` ``` go 1.24.2 require ( github.com/go-chi/chi/v5 v5.2.2 github.com/swaggo/http-swagger/v2 v2.0.2 github.com/swaggo/swag/v2 v2.0.0-rc4 ) ``` Generating the spec with `swag/v2`:...

**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** Separate monitors and status pages like Uptime Kuma for example. The objective here would...

### Description When building a non EBS instance with the following code it fails with `InsufficientHostCapacity` ```hcl placement { tenancy = "host" host_id = var.host_id } ``` The cloudtrail logs...