Frames White

Results 504 issues of Frames White

### Is there an existing issue for this? - [x] I have searched the existing issues ### Problem description It seems that there are undocumented restrictions on the characters that...

bug

## Checklist - [x] Appropriate tests were added - [x] Any code changes were done in a way that does not break public API - x ] All documentation related...

Consider: ```julia-repl julia> using Catalyst julia> t = default_t() t julia> @species a(t) 1-element Vector{Num}: a(t) julia> nameof(a) ERROR: None Sym BasicSymbolic doesn't have a name Stacktrace: [1] error(s::String) @...

We have `register_plugin` and `unregister_*_plugin` I would like a function to check if a plugin is registered. I guess technically this is a bit race conditiony, but it would be...

enhancement
help wanted
good first issue

I wanted to set my `PYTHON_JULIACALL_PROJECT` manually because i wanted to manage my julia dependencies manually, so i could use them both in julia (for testing) and via juliacall. And...

### What happened? If i have 2 datasets with the same set of coords but in different orders then `to_zarr` writes them to a file in that order, rather than...

topic-documentation
topic-zarr

### Is your feature request related to a problem? The [docs on for `dot`](https://docs.xarray.dev/en/stable/generated/xarray.dot.html#xarray.dot) do not mention how coordinates interact with dot. It is also not used in any examples....

contrib-help-wanted
topic-documentation

What is going wrong with this: ``` julia> using OneHotArrays using Lux using Random embed = Dense(5=>2) ps, st = Lux.setup(Xoshiro(1), embed) xs = onehotbatch("aabc", "abcde") ys, _ = embed(xs,...

Right now, if there is a exception thrown in code that uses `@compact` to declare the custom layer, the stack trace just reports a line in ``` [8] (::Lux.CompactLuxLayer{…})(x::Tuple{…}, ps::@NamedTuple{…},...