Tomás Dowling

Results 13 comments of Tomás Dowling

Same issue here. Any table that is not in the public schema cannot be inspected using the left panel. Also is not clear in the UI which table corresponds to...

Running the server with the helper script solved this issue `MICROMDM_SERVER_URL=https://localhost:9000 ./tools/ngrok/start_server false` It will run the server without SSL on port 8080. I think we can close this issue.

CI jobs are failing to upload packageswith this error: ``` Uploading ./Postbird-0.8.4.dmg to https://postbird.paxa.kuber.host/2020_12_19.17_02-master-da81404 ... curl: (7) Failed to connect to postbird.paxa.kuber.host port 443: Connection refused ``` perhaps `UPLOAD_TOKEN` is...

> Also, having the "Show schemas" checkbox stay checked if I checked it last time I used postbird would be nice. Or make it a comfiguration parameter would work as...

We need to implement user settings to be able to sort this out. Similar situation happened with https://github.com/Paxa/postbird/pull/122

thanks, in my case I would need to relax ecdsa, SQLAlchemy and numpy requirements a little bit. I I agree that the example I provided may be too relaxed, but...

yes it does. I recommend using a limit for new major versions. usually a new major release will have breaking changes. For instance if SQLAlchemy is updated to 2.0.1 it...

I have the same issue. But I may add that if a stream is already sent to cheapcast, I can see cheapcast been detected by google Chrome extension, unfortunately, when...

Confirmo el bug. Me pasa exactamente lo mismo. Creo que @dansanti dio en el clavo, odoo devuelve esa vista como una pagina html en vez de json. Alguien pudo encontrar...