William John Holden

Results 8 issues of William John Holden

I am trying to compute the numerical integral from a time series. This fails due to a type conversion error that I do not really understand. ``` julia> using Dates,...

I encountered a two-part problem that I was able to resolve myself. My problem looked like this: ``` > devtools::install_github("Non-Contradiction/JuliaCall") Skipping install of 'JuliaCall' from a github remote, the SHA1...

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...

Needs-Triage

https://github.com/virtualgraham/Neo4jBolt.jl/blob/c55dc83379e97498d615889d2ba6670c222cb29c/src/julia_bolt/JuliaBolt.jl#L257 I am getting the following exception when I connect to my Neo4j Desktop 1.4.7/DBMS 4.3.1 database with Julia 1.6.1. ``` julia> driver = Neo4jBoltDriver("bolt://127.0.0.1:7687", auth=("neo4j", "password")) ERROR: MethodError: Cannot...

I am creating this issue to hopefully help the next person who gets surprised by a misleading error message. Suppose you build a SQLite database in Julia **and you close...

https://github.com/pmarks-net/chromadoze/blob/e63fc0903e4fc840899450012646d0931602f105/app/src/main/AndroidManifest.xml#L5 The current version of chromadoze does not allow the application to be moved to the SD card. I realize that the application is very small, but I think this...

After much debugging, I have found that [SNMP4j has deprecated `AuthSHA` and `AuthMD5`](https://stackoverflow.com/questions/57273315/snmp4j-client-gives-unsupported-security-level). If you still need these, then you can re-enable them with this one-liner: ``` SecurityProtocols.getInstance().addAuthenticationProtocol(new AuthSHA()); ```...

Hello, just a small suggestion here to specify in the documentation that `Matrix::variance` is calculating the population variance and not the sample variance. Coming from an R background, I was...