Settings and activity
15 results found
-
15 votesMaslow supported this idea ·
-
18 votesMaslow supported this idea ·
-
46 votesMaslow supported this idea ·
-
1 voteMaslow shared this idea ·
-
86 votesMaslow supported this idea ·
-
119 votes
An error occurred while saving the comment -
25 votesMaslow supported this idea ·
-
49 votes
An error occurred while saving the comment Maslow commentedremoving votes, as I feel this is a duplicate as Mark suggested
-
6 votes
An error occurred while saving the comment Maslow commentedIf I'm following this correctly, I use something similar depending on the context. Environment Variables or the password store.
`var servers= System.Environment.GetEnvironmentVariable("servers", EnvironmentVariableTarget.User).Split(';').Dump();`
or `var targetPath= Util.ReadLine("Target Path to blow away?", System.Environment.GetEnvironmentVariable("devroot", EnvironmentVariableTarget.User));`
Or for more sensitive info:
`Util.SetPassword` or `wc.Headers.Add("Authorization","Basic "+ Convert.ToBase64String(Encoding.ASCII.GetBytes("bdimperio:"+Util.GetPassword("atlassian",true))));` -
13 votes
An error occurred while saving the comment Maslow commented@christoph I had to actually highlight and run the redirect code in the fiddle, That changed it for the appDomain. Then the whole query would run fine without the redirect code included at all.
An error occurred while saving the comment Maslow commentedgiven this code added before my F# Program runs it works as expected: https://dotnetfiddle.net/UnS2vU
Maslow shared this idea · -
27 votesMaslow supported this idea ·
-
198 votesMaslow shared this idea ·
-
43 votes
-
276 votes
-
84 votes
An error occurred while saving the comment Maslow commentedwhat's a linq shell? can you give some details?
this feature seems to already work, removing my vote.