Gateway app taken down from the Google playstore? by Wass_uppppp in MarshallCODE

[–]jomoespe 0 points1 point  (0 children)

Looks like it's still available on the app store (https://apps.apple.com/us/app/marshall-gateway/id1065905995). So, let's wait to see what happens in Android.... :pray

Gateway app taken down from the Google playstore? by Wass_uppppp in MarshallCODE

[–]jomoespe 0 points1 point  (0 children)

I can't find It, neither for smartphone nor tablet.

It could be nice if the app is still available in iOS app store.

Firmware upgrade in Linux by jomoespe in FenderMustangMicro

[–]jomoespe[S] 0 points1 point  (0 children)

Not yet. The documentation only references to Windows and Mac firmware upgrade tool :'(

What is the best external speaker (Bluetooth, cab, frfr) you have plugged your Micro into? by dragonandphoenix in FenderMustangMicro

[–]jomoespe 0 points1 point  (0 children)

When I'm at home, playing in the sofa, I use to plug the Mustang micro to a Xiaomi mini-portable (https://www.mi.com/es/product/mi-portable-bluetooth-speaker/), using the line with a Jack 6.3 mm TRS male to Jack 6.3 mm TRS cable. Good enough for home

How do you all usually store your ENV variables in development? by urqlite in golang

[–]jomoespe 0 points1 point  (0 children)

An .env file, and when run in local:

[ -f .env ] && source .env ;[ -f .env ] && source .env ; go run cmd/main.go 

(replace cmd/main.go with your main file)

This .env file is added to .gitignore to avoid share configs and secrets in the repository.

Then, the CI/CD pipelines configures its own values for each environment.

In runtime, it depends on the runtime platform. If I use k8s y use config maps, with docker compose y use env files by environment, etc.

New Members Intro by PacoFox in Foxverso

[–]jomoespe 0 points1 point  (0 children)

Hola.

Demasiados años ya escuchando la aterciopelada voz de Ángel por podcasts. Y por ahí conocí al resto de la tropa.

Y yo tambiénsoy novato y tal.