Dimitris Floros

Results 11 issues of Dimitris Floros

When working through the `DBASE` environment, there is an option to open a file "exclusively", so that other applications wait on the released lock, before altering the table content. Is...

enhancement

# Pluto hangs when using MATLAB.jl Pluto notebook that calls MATLAB commands runs indefinitely. Perhaps it is an issue with parsing the terminal output? Minimum example: https://gist.github.com/fcdimitr/c48cc6f6c4764a61b555f0c985bf76c0 I noticed the...

bug
other packages
logging

Hello and thank you for this package! I have experienced the following issue. When splitting a sentence across multiple lines (I have been using auto-fill in my buffers) the suggestions...

Hello and thank you for this package! I have experienced the following issue. When splitting a sentence across multiple lines (I have been using auto-fill in my buffers) the suggestions...

upstream

Is there any convenient accessor through Julia to iterate over the nonzero elements of a `GBMatrix`, with the full triplet information `(i,j,v)` instead of `v` alone? Similar to the [`SparseArrays`package](https://docs.julialang.org/en/v1/stdlib/SparseArrays/#SparseArrays.nzrange),...

Hello! This pull request adds support for generating Lancichinetti-Fortunato-Radicchi graphs. The function calls the `C/C++` generators [implemented by the original authors](https://sites.google.com/site/andrealancichinetti/benchmarks?authuser=0).

Is there a way to determine the number of distance calculations performed during the kNN computation? The brute-force approach requires evaluating the distances between every query and corpus point, resulting...

1.0

```julia julia> X = rand(4,100); julia> foldl( TeeRF(min,max), eachcol(X) |> Broadcasting() ) 4-element Vector{Tuple{Float64, Float64}}: (0.0007001389824357052, 0.9999324401155407) (0.019100256571215724, 0.999173988779715) (0.0007306661336644593, 0.9955462670775527) (0.0016049864224007004, 0.9960220490944728) julia> foldxt( TeeRF(min,max), eachcol(X) |> Broadcasting() )...

**Affects:** PythonCall **Describe the bug** I tried to do ```julia using MAT, PythonCall py_cugraph = pyimport("cugraph"); ``` and it errored (see the end of the bug report for the first...

bug

The `SystemError` ``` ERROR: SystemError: ioctl: Bad file descriptor Stacktrace: [1] systemerror(p::Symbol, errno::Int32; extrainfo::Nothing) @ Base ./error.jl:168 [2] #systemerror#62 @ ./error.jl:167 [inlined] [3] systemerror @ ./error.jl:167 [inlined] [4] ioctl @...