Eric Hanson

Results 203 issues of Eric Hanson

```julia ERROR: LoadError: MethodError: Cannot `convert` an object of type LoggingExtras.Verbosity to an object of type Symbol The function `convert` exists, but no method is defined for this combination of...

I am seeing: ```julia ERROR: Method overwriting is not permitted during Module precompilation. Use `__precompile__(false)` to opt-out of precompilation. ┌ Error: Unexpected error: /tmp/jl_W1uV4ruvUb/done.log was not created, but precompilation exited...

I tried copy-pasting ``` create_accounts id=1 code=10 ledger=700, id=2 code=10 ledger=700; ``` from https://docs.tigerbeetle.com/quick-start#5-create-accounts but it gives an error: ```sh info(message_bus): connected to replica 0 TigerBeetle CLI Client 0.16.14+ff102ad Hit...

triaged

![Image](https://github.com/user-attachments/assets/0428bc5e-f887-425c-90ee-00dd42e23e5e) > It could say “.. by retriggering registrator on your original commit” with a link back to that place -@IanButterworth This probably isn't super easy but would be quite...

Currently, the check from #586 allows you to mention a changelog or breaking change in the release notes passed to Registrator.jl. I think it would be good to allow you...

Update defaults and values based on the code. It seems these were out of date.

e.g. https://opendata.aemet.es/AEMET_OpenData_specification.json uses "200" as a schema name, but open-api-generator fails to generate the schemas correctly (and also doesn't throw an error!).

using https://github.com/pre-commit/pre-commit/pull/3348 available with pre-commit v4.1

Note: TimeSpans.jl exports `start` The code: ``` stacked_area_plot!(ax, samples; start=start(density.span)) ``` ExplicitImports does not seem to recognize the second `start` there as being that function. If you do `using TimeSpans:...

bug
scoping

in some private code I am seeing a FP around `@argcheck`: ```julia Test threw exception Expression: check_no_implicit_imports(MyPkg) === nothing ImplicitImportsException Module `MyPkg` is relying on the following implicit imports: *...

bug