jxn

Results 10 comments of jxn

This comes up often for me with scripts which are globally installed. For instance, we deploy a phar automatically to /usr/bin/myscript which is used by users across the system. Most...

For what it's worth, I believe the browser potion of the Web Extensions sync API is in FF 52, and the kinto/server portion required to do syncing with firefox accounts...

I was thinking about this issue and how great it would be to integrate with container tabs. I have been using container tabs for a while now and they're really...

Looks like there is now API access to container tabs, though I haven't dug through it yet. https://bugzilla.mozilla.org/show_bug.cgi?id=1302697 I don't see a full doc on the userContainer portion of the...

Here's a list of configuration I have not been able to add via azure_rm_webapp but please mention if some of these are already possible: * connection strings * http version...

@yungezz sorry, the project I needed this for is now moved to AWS, so I won't have any time to do a PR anymore (at least not any time soon).

> @jxn, please check https://learn.microsoft.com/en-us/cli/azure/use-cli-effectively?tabs=bash%2Cbash2#use-quotation-marks-in-parameters to see how to pass string with spaces in bash. @jsntcy my example command is included. If you feel there's an error in usage there,...

@jiasli here's my version output: ``` az --version azure-cli 2.45.0 core 2.45.0 telemetry 1.0.8 Extensions: azure-devops 0.26.0 Dependencies: msal 1.20.0 azure-mgmt-resource 21.1.0b1 Python location '/home/jmurtha/.virtualenvs/azure-cli-2.42.0/bin/python3' Extensions directory '/home/jmurtha/.azure/cliextensions' Python (Linux)...

I've nearly submitted this exact same code in a different PR today. Even with today's master, the changes are the same. It would be great to get this reviewed and...