-
On Julia 1.11.0, generating a new package whose `src/MWE.jl` is just the following, where we print the `pkgdir` for the current `@__MODULE__`:
```julia
module MWE
greet() = print("Hello World!")
fu…
-
Hi @gcv,
I don't have an issue, just wanted to say thank you for writing and maintaining julia-snail. I've been using it for almost three years now, in a literate style inside Org mode. Without j…
-
This is partially the same issue as #4129, but I'm creating a new issue with a more descriptive title, more info on the problem including some version bisecting and a workaround that may be helpful. T…
-
I got confused, it wasn't resolved #697
I put this into startup.jl , to change package directory
`DEPOT_PATH[1]="D:\\Julia\\julia"`
and it worked well.
` julia> DEPOT_PATH
3-element Arr…
-
Has anyone had success using Julia with BERT? If so, please share the details.
I have tried without success adding my path to Julia in %LocalAppData%\BERT2\bert-config.json within the subsection
…
-
The LaTeX-output of `latexify` for something with double subscripts does not compile. For example:
```julia
julia> using Latexify
julia> latexify(:(x[1:2][1]); index = :subscript)
L"$x_{:\left( …
-
Does not look like Julia is currently supported though it is mentioned at the top of the notebooks.ai page.
-
Hi Alejandro,
I though you might be interested in this seeing your list of Julia packages:
https://github.com/rafaqz/Photosynthesis.jl
Its a rewrite of Maespa/Maestra in Julia, minus the spat…
-
There is this nice package by @willow-ahrens https://github.com/finch-tensor/Finch.jl, which is a compiler for tensor algebra. In principle is optimized for sparse algebra, but I know that it also sup…
-
This is related to #98 — `Float64` precision seems to be baked into the package, whereas it would be more flexible (and more Julian) to use the precision of the arguments. For example, using `BigFlo…