Jonas Schulze

Results 26 issues of Jonas Schulze

Only after I had already done the modifications I noticed that I could also perform the search on a permuted graph: ```julia d = # some graph s = 3...

Sometimes it's useful to have more verbose infix operators (e.g. `isa`). I would like to suggest adding a way to declare arbitrary identifiers `` to be infix operators. Please consider...

speculative
parser
feature

In your [performance tips]( https://render.githubusercontent.com/view/ipynb?commit=32a08895be41fc20c9f8c9da408909aa404f806c&enc_url=68747470733a2f2f7261772e67697468756275736572636f6e74656e742e636f6d2f626b616d696e732f4a756c69612d446174614672616d65732d5475746f7269616c2f333261303838393562653431666332306339663863396461343038393039616134303466383036632f31315f706572666f726d616e63652e6970796e62&nwo=bkamins%2FJulia-DataFrames-Tutorial&path=11_performance.ipynb&repository_id=112856111&repository_type=Repository#Allowing-missing-as-well-as-categorical-slows-down-computations) at `In [8]` you mentioned: ``` Allowing missing as well as categorical slows down computations ``` I might have an idea on how to fix...

Follow up to [#303#issuecomment-966395495](https://github.com/JuliaDynamics/DrWatson.jl/pull/303#issuecomment-966395495). This is very much work-in-progress. I just opened the PR so that I won't forget to work on it. I've had a version that additionally checks...

How do I document/test examples that involve `Distributed`? Is it somehow possible to deactivate the sandboxing, such that `@everywhere` works as expected? ### Example Consider the following `src/index.md`: `````` ```jldoctest...

When using [DrWatson.jl](https://github.com/JuliaDynamics/DrWatson.jl)'s `collect_results!` with `JLD` as the desired output format, things break. Internally, it tries to store a `Dict{Symbol,DataFrame}` ([see here](https://github.com/JuliaDynamics/DrWatson.jl/blob/master/src/result_collection.jl#L108); `wsave` is just a copy of FileIO's `save`)....

Are the measurements taken using `tune!(suite)` reused/incorporated in the min/mean/etc values from `run(suite)`?

question

I don't know whether this is the right place to report this. When manually typesetting the exponents in Makie (to circumvent https://github.com/JuliaPlots/Makie.jl/issues/1296), the spacing between the minus sign and the...

parser
layout

This makes it handy to unpack named capture groups from a regex match.

Removing [mentioned line](https://github.com/JuliaDynamics/DrWatson.jl/blob/cad2a38cf05002795968fadee39920a516431056/src/saving_files.jl#L90) did not work, as that would break usages like `produce_or_load(; filename=hash, prefix="foo")`. We could make `append_prefix_suffix()` a little more fuzzy, but that would invalidate other cache files....