cossio

Results 72 issues of cossio

``` julia> x = [1, 2, 3] 3-element Array{Int64,1}: 1 2 3 julia> proportionmap(skipmissing(x)) ERROR: MethodError: no method matching proportionmap(::Base.SkipMissing{Vector{Int64}}) Closest candidates are: proportionmap(::AbstractArray) at ~/.julia/packages/StatsBase/XgjIN/src/counts.jl:455 proportionmap(::AbstractArray, ::AbstractWeights) at ~/.julia/packages/StatsBase/XgjIN/src/counts.jl:456...

good-first-pr

I have a number of remote Jupyter servers, which I map to local ports using SSH tunnel. In JupyterLab-desktop, these remote connections show up as `http://localhost:8890/lab`, or `http://localhost:8891/lab`, etc. Since...

enhancement

I'm running a Julia notebook, in a directory containing `Project.toml` and `Artifact.toml`. Evaluating `Base.active_project()` from within the notebook, confirms that the active environment is the `Project.toml` in the directory. However...

``` A = gpu(rand(3, 5, 2)) mean(@views A[1, :, :]; dims=2) # ERROR: Scalar indexing is disallowed. ``` However, the following all work: ``` sum(@views A[1, :, :]; dims=2) mean(A[1,...

bug

Sometimes I want to register a package in General that skips a version, but Automerge will complain about this. In those cases, to avoid having to ping people to manually...

I'm getting the following precompilation warnings from SimpleTraits: ``` WARNING: method definition for hasheight at ~/.julia/packages/SimpleTraits/l1ZsK/src/SimpleTraits.jl:331 declares type variable T but does not use it. WARNING: method definition for getlength...

Currently `\upalpha` is not concealed (though it renders correctly in obsidian as an upright alpha). Would be nice upright greek letters were concealed.

Getting this error when I open the integrated REPL in vscode (using the Julia extension): ``` conda activate .CondaPkg/env ERROR: syntax: extra token "activate" after end of expression ``` It...

Any chance of changing the name of the script? Currently it collides with `timeout` coreutil.

Any chance this can be updated to Tensorflow 2?