Samuel Omlin
Samuel Omlin
With the small English model, the recognizers with grammar behave as expected: `[unk]` is recognized if a sentence is spoken that is clearly something different from what is specified in...
fixes #172
``` help?> MacroTools.isdef Test for function definition expressions. julia> MacroTools.isdef(:(f() = 3)) true julia> MacroTools.isdef(:(f())) true julia> MacroTools.isdef(:ix) true ```
A great feature of `@autodocs` is `Filter`. So, I can do for example: ``` ```@autodocs Modules = [CellArrays] Order = [:type] Filter = t -> typeof(t) !== CellArray ``` It...
This MWE ```julia using LoopVectorization A = [iz*1e2 + iy*1e1 + ix for ix=1:7, iy=1:5, iz=1:6]; sendbuf = zeros(size(A,2), size(A,3)); ix, iy, iz = 2, 1:size(A,2), 1:size(A,3); dst = view(sendbuf,:);...
Error: ```julia [ Info: Running `conda config --set pip_interop_enabled true --file /home/runner/.julia/conda/3/condarc-julia.yml` in root environment CondaValueError: Key 'pip_interop_enabled' is not a known primitive parameter. ERROR: LoadError: InitError: failed process: Process(setenv(`/home/runner/.julia/conda/3/bin/condaconfig--setpip_interop_enabledtrue--file/home/runner/.julia/conda/3/condarc-julia.yml`,["PIPX_BIN_DIR=/opt/pipx_bin",...
When I try to install Conda.jl on a fresh Julia installation on Windows 7, the following happens: ```julia julia> ENV["PYTHON"] "" (@v1.7) pkg> status Status `C:\Users\somlin\.julia\environments\v1.7\Project.toml` (empty project) (@v1.7) pkg>...
Add docs