Rik Huijzer

Results 90 issues of Rik Huijzer

I'm unable to run code which refers to `tz"Europe/Amsterdam"` with `TimeZones.jl` v1.9.1: ```julia julia> using TimeZones julia> tz"Europe/Amsterdam" ERROR: LoadError: ArgumentError: The time zone "Europe/Amsterdam" is of class `TimeZones.Class(:LEGACY)` which...

I've re-learned the importance of quotes the hard way :sweat_smile: ## Preview ![image](https://github.com/dtolnay/rust-toolchain/assets/20724914/f900fcaa-9d87-4536-9c62-69558cb10da6)

Maybe wrapping all `precompile` directives in a try catch would be a solution? Or there needs to be a way to filter those unknown modules out Maybe use ``` @import_pkg...

The Terms of Use is written in Markdown. When using Markdown with Git, many people place each new line of text on a new line. For example, the README of...

This should be very much doable. To implement it, add an extra handler for `CTRL + L` and make that clear the message history. The handler was already added in...

enhancement

To list the available models: ```sh curl https://api.openai.com/v1/models \ -H 'Authorization: Bearer YOUR_API_KEY' ```

enhancement

This can be done via (thanks to Hacker News for the tip).

enhancement

When a heavy package like StatsPlots is a required dependency, then GAM is more difficult to use since StatsPlots or it's many dependencies might conflict with other packages. It's probably...

Is there any location where documentation can be found for this package?