What format are .tox files stored in?
Specifically, I am looking for a way to start working up some Python 3 or Elixir code open and access the tox_save.tox file for the Tox network client μTox. Once I figure out how to get pip install...
View ArticleComment by Nathan Basanese on running bash script as sudo, 'Syntax error:...
// , I agree with Ted that although the solutions might be the same (add a shebang, noob!) the questions could be different. Ted, what's different about your question?
View ArticleComment by Nathan Basanese on running bash script as sudo, 'Syntax error:...
// , Also, welcome to the weird and wonderful world of shell scripting. Here be dragons.
View ArticleComment by Nathan Basanese on noob - Syntax error: redirection unexpected
// , I agree with Ted that although the solutions might be the same (add a shebang, noob!) the questions could be different. Ted, what's different about your question?
View ArticleComment by Nathan Basanese on How to add custom attributes to Windows Azure...
// , This may be interesting, because not only does it describe how to update the schema for Active Directory User Objects, but, apparently, I can also update the schema for many other things in Azure:...
View ArticleComment by Nathan Basanese on Can I move a virtualenv?
// , "It would make sense to re-write this in Python" awwww yiss. I may just take you up on that, Mr. Watkins.
View ArticleComment by Nathan Basanese on Security Group and Subnet Belongs to different...
// , Your clear explanation of the relationships has helped me, Jeet. Thanks for following up on this.
View ArticleComment by Nathan Basanese on copy file with destination permission
// , This preserves the source permissions, not dest.
View ArticleComment by Nathan Basanese on nginx: [emerg] "server_names_hash_bucket_size"...
// , Can confirm this does not seem to have any effect.
View ArticleComment by Nathan Basanese on Can I move a virtualenv?
// , I grit my teeth as I type this, but score one point for Windows.
View ArticleComment by Nathan Basanese on What request should I use from my ESP32 to...
// , Are you perhaps asking how you would find all of the available topics to which to subscribe? This might work better as a forum post somewhere, since it might be one of Stack Overflow's catch-22s...
View ArticleComment by Nathan Basanese on How to print the docstring(documentation...
// , Upvoted because sometimes a duplicate helps get me better search results.
View ArticleComment by Nathan Basanese on How to get the longest user name? (discord.py)
// , Can you edit your answer to add some links to the docs or other research you've (presumably) already done?
View ArticleComment by Nathan Basanese on import self signed certificate in redhat
// , This was the only thing that worked on my supposedly modern CEntOS 7.5 freshly built system. update-ca-trust is unreliable.
View ArticleComment by Nathan Basanese on JavaScript console.log causes error:...
// , Do you really consider this a viable alternative to console.log()?
View ArticleComment by Nathan Basanese on How to iterate over arguments in a Bash script
// , Today I learned Bash has iterables. A glimmer of hope has shown through the dark clouds.
View ArticleComment by Nathan Basanese on Adding roles to service accounts on Google...
// , I got the same error when trying to GET the associated role. I run into this BS any time I try to use GCP without Terraform. gcloud has a looooot of little gotchas.
View ArticleComment by Nathan Basanese on Why does Azure deployment take so long?
// , It's a business decision. They're not selling to devs.
View ArticleBasic Printing with Elixir - IO.puts error: ** (ArgumentError) argument error...
Here's the program I'm trying to run for Elixir 1.0.3: IO.puts "putstest" div2 = fn inputnum -> [:a, inputnum/4, inputnum/7, inputnum/5.0, inputnum/7, inputnum*88] end myoutput = div2.(300.0)...
View Article