Lilith Orion Hafner

Results 181 issues of Lilith Orion Hafner

Steps to reproduce 1) Open a new private browsing session 2) Open https://clemens-cords.com/mousetrap/ 3) Click "search docs" 4) Type "add_render_task!" 5) Hover mouse over the label "Section" to the right...

Type: Bug
Format: HTML

It would be nice to have benchmarks to track search performance (i.e. ensuring that good results are ranked highly) For example Base.push! should rank above LibGit2.push! for the search query...

Type: Tests
help wanted
Format: HTML

Examining the search index on https://docs.julialang.org/en/v1.11-dev/#, I noticed that many items are listed multiple times in the search index under the same category, location, page, and title (though with different...

Type: Bug
help wanted
Format: HTML

minisearch provides boolean searching and all sorts of fancy stuff ([doc](https://lucaong.github.io/minisearch/classes/MiniSearch.MiniSearch.html#md:advanced-combination-of-queries)). It would be nice to provide an opt-in way for users to access these features (e.g. a small "advanced"...

Type: Enhancement
Format: HTML

This is motivated by https://github.com/SciML/juliatorch/issues/12. It is proof of concept implementation to see if folks here think this would be reasonable to include in ForwardDiff or if it would be...

Code like ```julia combine(x, 3 #= this is the magic number =#) ``` should probably not be reformatted to ```julia combine(x, 3) #= this is the magic number =# ```...

Let's see if CI has anything to say about this

**Is your feature request related to a problem? Please describe.** I add a rule with a bug in the function, try a conversion, see the bug, and define a new...

enhancement

**Is your feature request related to a problem? Please describe.** Python stack traces place the most recent call last, Julia's place the most recent call first. When I the call...

enhancement

I want to get my hands on a `Tuple{Float32, Float32}` in Python and there doesn't seem to be a good way of doing it ```pycon >>> jl("typeof")(jl("Tuple{Float32, Float32}")((0.0, 1.0))) Julia:...

question