Daniel M

Results 9 comments of Daniel M

The default username and pass is 'wallabag'... You can change the password after you log in, but not the username. Would be nice to have an easy way to change...

I'm following these instructions to compile from source: https://github.com/easymodo/qimgv/wiki/Compiling-qimgv-from-source Can you share the changes needed to enable Qt6?

@aooohan @5HT2 did you find a way to get this to work? I'm forced to do cleanups with either `trap [System.Exception] { Cleanup }` or `try { ... } finally{...

@5HT2 sadly, it does not work for me (PowerShell `7.5.1`), it only outputs the following: ```text Id Name PSJobTypeName State HasMoreData Location Command -- ---- ------------- ----- ----------- -------- -------...

Workaround to avoid modifying the global configuration at `~/.azure/config`: ```shell az config --local set core.login_experience_v2=off export AZURE_CONFIG_DIR="$(pwd)" # execute the rest of your az commands below ```

> Hello Folks, > > In Azure: > > I have been seeing this "App settings have been redacted" when i am trying to run a command in the Azure...

> Hello, > > Same issue here using the Windows version. > > If we try from azure cloud shell it works. @d13g0s0uz4 @RoFz for me the `--id` parameter doesn't...

@htwashere does azure-cli have the same random GUID values as the Azure Portal or ARM templates?

> I ended up using Azure Powershell (or same as in AZ CLI), I check to see if assignment exists first before doing a new assignment. It's an inconvenience because...