mrcbns
mrcbns
Tested successfully on my local testing swarm. you can now use secrets and avoid leaking passwords by reading ENV variables. ```yaml environment: - REGISTRY_PASS_FILE=/run/secrets/MYSECRET ```
I just push the container with `WPE_URL=youtube.com` on Raspberry 3 from Balena Cloud and I got this error: ```error wpe (cog:21): Cog-WARNING **: Crash!: The renderer process crashed. Reloading the...
I cannot browse HTTPS sites like [ui.ambianic.ai](https://ui.ambianic.ai) because it displays cert error. I think this can only display sites in HTTP without TLS  
No matter how I try to import .css file with fonts on app.vue it doesn't work. Im following this example from vue.app from [https://github.com/vuejs-templates/webpack/issues/604#issuecomment-287620657](https://github.com/vuejs-templates/webpack/issues/604#issuecomment-287620657): ``` @import 'src/assets/css/app-common.css'; ``` When I...
It should be awesome to display battery draining like `7.668 mW 8:57h` placing mouse on the tray icon so you get an idea how your power management is doin' it...
- Laravel Mix Version: 5.0.9 - Node Version (`node -v`): v15.5.0 - NPM Version (`npm -v`): 7.3.0 - OS: Windows with Ubuntu 20.04 WSL2 ### Description: Hot reloading is not...

**Problem Statement** When I use my physical calculator I can type `0,9` `*` `log` `(` `0.8` `)` And it displays 0.9 * log(0.8) so I can fix any typo and...
## supabase-companion This changes are intended to add supabase-schema as a more confortable default tables visualizer to your supabase stack. ### configuration `VITE_` variables are limited to build time so...