RossBoylan
RossBoylan
Please document the appropriate upgrade procedure for a new release of `julia`. As far as I can tell, this information is not in the current documentation. 1. Do I need...
Problem ===== ```julia plot((x, y)->x+y/2.0, 0.1, 5, -1, 3, Guide.Title("My Title")) ``` yields this error: ``` ERROR: Layers can't be used with elements of type Gadfly.Guide.Title Stacktrace: [1] error(s::String) @...
Here's my guide to creating a custom metadata plugin. Some questions and uncertainties indicated in parentheses in the text. This may generalize to other plugins, but I tried to stick...
```julia ofile = open("mycsv.csv", "w") # various regular writes to ofile # clus a DataFrame CSV.write(ofile, clus, header=["truez", "id", "sumY", "zhat"], append=true, writeheader=true ) close(ofile) ``` Did not write any...
Symptom ====== ```R > expect_equal(0.105487503092834, 0.10548753, tolerance = 1.5e-7) Error: 0.105487503092834 (`actual`) not equal to 0.10548753 (`expected`). actual != expected but don't know how to show the difference ``` Encountered...
### Feature description I just installed 2.44, and it's good to see `git credential-manager --help` working again (cf #1517). However, some of that page looks as if it should be...
# Problem `gitcreds_set()` doesn't seem to be setting anything: ```r > gitcreds::gitcreds_set() ? Enter password or token: ghp_XXXX -> Adding new credentials... -> Removing credentials from cache... -> Done. >...
The immediate issue for me is that if I modify the networking scripts so that only UCSF internal IPs are forwarded through the tunnel, the current test will think I...
Generally, I've been unable to get a connection that stays open for > 15 minutes for quite awhile. Thinking this might be cured by shifting to newer protocols, I used...
WHY ==== The standard way this tool, and AFAIK other UCSF VPN clients, work is that all traffic gets sent through the UCSF network. This seemed undesirable to me because...