Anant Thazhemadam
Anant Thazhemadam
Add `Base.length` definition for `SkipMissing`. Resolves #42672. Before this change: ```julia julia> x = [missing, 1, missing]; julia> (length∘skipmissing)(x) ERROR: MethodError: no method matching length(::Base.SkipMissing{Vector{Union{Missing, Int64}}}) ``` With this change:...
Sometimes, given just a `Project.toml`, you want to generate a corresponding `Manifest.toml` without actually instantiating the project, i.e., installing all the packages and downloading the respective artifacts (if any). It...
This PR adds colours to the menu options and also makes the colours for options that can be toggled (except for `debuginfo`) more expressive. Before:  After: 
It would make it much more easier to find the menu options (and also better UX in general) if the headings for different menu options (`Toggles`, `Show`, `Actions` and `Advanced`)...
The `m` variable is not defined. It should be `mid` instead. Fixes #1763.
Update [`SPEX`](https://github.com/clouren/SPEX) to [`v3.0.0`](https://github.com/clouren/SPEX/releases/tag/v3.0.0).
Update the package to use package extensions, instead of explicitly depending on all the respective packages it supports. The package still at a high level remains the same interface wise...
Update the workflows in this repository to use SciML's reusable workflows. This is part of a larger effort to standardise the SciML's CI workflows for more generic and common requirements,...
Update the workflows in this repository to use SciML's reusable workflows. This is part of a larger effort to standardise the SciML's CI workflows for more generic and common requirements,...
Update the workflows in this repository to use SciML's reusable workflows. This is part of a larger effort to standardise the SciML's CI workflows for more generic and common requirements,...