Nathan Smith

Results 27 issues of Nathan Smith

@staticfloat I'm trying to add a build script to [Maxima.jl](https://github.com/nsmith5/Maxima.jl.git) using Homebrew.jl. Seem to be getting some odd errors that don't show up if I use the system homebrew to...

Geolite2 datasets are also available in a custom binary format described [here](http://maxmind.github.io/MaxMind-DB/). Might be worth implementing a reader as it is probably more efficient than using the csv version of...

**Description** The [documented](https://docs.sigstore.dev/cosign/verify/#local-verifications) x509 certificate verification isn't working as expected. This is broken in two different ways at HEAD (29360f6a3390d44dd8faef636dd0c3449a213c88) and v2.0.0-rc0 HEAD ``` $cosign verify --certificate-chain bundle.pem --certificate cert.pem...

bug

**Description** While `cosign verify-blob` will accept a certificate and CA chain to verify against, it appears the signing command won't accept them. Feels reasonable to make these two commands symmetric.

enhancement

`browser.Title()` matches all title tags, but should only match one in the head section. ### Example ```go package main import ( "gopkg.in/headzoo/surf.v1" "fmt" ) func main() { bow := surf.NewBrowser()...

Need to reduce that [PackageEvaluator](https://github.com/JuliaCI/PackageEvaluator.jl) shame... And help debian/windows users of course.

enhancement
help wanted

Functions that take expressions to expressions are less awesome than macros for a variety of reasons discussed in the Julia docs. Perhaps a macro variant of the `Expr->Expr` version of...

enhancement

Maxima built with GCL doesn't seem to have unicode support and fails to provide Expr -> MExpr translations as a result. This is the case for the Maxima in the...

bug
wontfix

Hitting enter on an empty maxima prompt should have the same behaviour as the julia prompt (bring up a new prompt). Sometimes, especially after hitting `CTRL+L` this does not happen....

enhancement
repl