BambOoxX

Results 39 issues of BambOoxX

This subject was initially discussed in https://discourse.julialang.org/t/efficient-way-to-split-string-at-specific-index/83115/17 regarding a way to split a string into equal-length substrings. The solutions discussed involved (for a string composed of 10 blocks of 8...

good first issue
strings
iteration

While testing the examples for [`mesh`](https://makie.juliaplots.org/stable/examples/plotting_functions/mesh/) I stumbled upon a weird error when replacing `mesh` with `poly`. In fact, evaluating this example works fine ``` using FileIO using GLMakie brain...

Hi, I've been testing `PackageCompiler` for both sysimages and apps and I was wondering if you planned to add the possibility to set attributes for the executable or the dll....

I am very new to this field, so that may be a bad suggestion, but it seems that the most normalization strategies in use are: - Zscore normalization (already implemented)...

The current behavior for `CompositeKind` data is https://github.com/JuliaIO/MAT.jl/blob/355bd1a901730ad5713b3283f6ec66603c72dfd9/src/MAT_HDF5.jl#L529-L536 however, there are issues with the `isbits(s)` test, reported in #162,#143 or with simple user types such as ```julia struct MyType field1::Int64...

MAT.jl v0.10.1 seems to fail with this call ``` D = Dict("num" => rand(), "vec" => rand(2), "mat" => rand(3, 3), "str" => "abc", "chr" => 'A', ) fname =...

If one wants to save a symbol to a `.mat` file, this symbol is not stored. See the example below ``` using MAT file = matopen("test.mat","w") write(file,"symbol",:a_symbol) close(file) ``` Matlab...

While working with this package, I faced a simple yet annoying problem : - When serializing, I need to convert my types to a `Dict` - When de-serializing, even using...

This problem is related to this stackexchange question [Polar plot with small values and coordinate transformations leads to a “Dimension too large error”](https://tex.stackexchange.com/q/549080/141947). Here is a repost of the original...

polar

Sometimes, `pgfplots` axes contain multiple plots which can have filtered values (`nan`,`0`s in logarithmic axes,...). In such cases, using e.g. `xtick=data` results in axes with missing `xticklabels` which is the...