Olivier M

Results 10 issues of Olivier M

`stirlings2` is implemented twice in this package. - [`stirlings2`](https://github.com/JuliaMath/Combinatorics.jl/blob/v1.0.0/src/numbers.jl#L154) is correct but recursive and slow. - [`nfixedsetpartitions`](https://github.com/JuliaMath/Combinatorics.jl/blob/v1.0.0/src/partitions.jl#L338) is bugged eg. it silently overflows. `stirlings2` is slow : ``` julia> @btime...

*Nota: this is a repost of [https://github.com/lezer-parser/julia/issues/4]()* the tree-sitter grammar offer a very partial implementation of the import/export rules. in particular - selected and scoped (tree-sitter lingo) are exclusive -...

It should be worth in your "other traits packages" section to also reference the work of Taine Zhao (aka [thautwarm](https://github.com/thautwarm) ) in [MLStyle.jl](https://github.com/thautwarm/MLStyle.jl) , more precisely : - Active Patterns...

```julia u = URI("//foo.com:bar") using Test @test u.port == "bar" ``` breaks the parsing of port as expected from https://www.ietf.org/rfc/rfc3986.html#section-3.2.3 > The port subcomponent of authority is designated by an...

Hi. This is a proposal for a new feature based on the declension of the well known `join` function with an iterable arg. ```julia import Base.Iterators as _I struct _IJoin...

Hello BuildingSmart, I can not see any mention of the license of those documents. Is there any mention somewhere precising these conditions ? Or could you add them accordingly to...

```julia import CSTParser as C using Test _eval_or_ex(a) = try; a catch ex; ex end _backtest_parse(s) = (s |> Meta.parse) == (s |> C.parse |> Expr) _log_parse(s) = s |>...

bug
wontfix

```julia import CSTParser as C using Test _eval_or_ex(a) = try; a catch ex; ex end _backtest_parse(s) = (s |> Meta.parse) == (s |> C.parse |> Expr) _log_parse(s) = s |>...

bug
wontfix

Hello effi developers , I am wondering if it is possible to use effi to push some [julia lang](https://julialang.org) code into an erlang shell ? *Julia as in the ju...

Hello there. I encounter a fail of an image path resolution in a defs/use context Here is a MWE (env: win10 pro with docker desktop) The svg file is ok...