daviehh

Results 19 issues of daviehh

**Describe the bug** Running directly, the sparkline command switch or keypress 'S' works fine both on server and on client; however, glances just quits when running in server/client mode when...

bug

Access linearly works, but accessing via range does not: ``` u0=ArrayPartition(rand(1,2),rand(1,3)) u0[1:4] ``` > DimensionMismatch("output array is the wrong size; expected (Base.OneTo(4),), got (5,)") Although it can be avoided by...

Following up on https://github.com/pimoroni/fanshim-python/issues/19, I made a quick C++ code for the fanshim (no button yet). Anyone interested in review the code for bugs, etc? Note that it's very experimental/rough...

help wanted

May fix issue #166 : check if Pkg.jl has updated the keymap via async loop for up to 10 times; if so, reset the keymap. Or is it better to...

Consider a parametric struct where one field can be a floating-point vector or array: ```julia @with_kw struct Foo{T MethodError: no method matching Array{Float64,1}(::Array{Int64,2}) How about adding another optional argument to...

Hi, I'm trying to build a command line tool on mac using this library, but since command line tools do not have the "Embedded Binaries" section, building the file lead...

Running kopia in server ui mode, there seems to be some inconsistencies with regards to the environment variables: This code here https://github.com/kopia/kopia/blob/b97e567d06924a9576c7fa1fafe76be25cea894f/cli/command_server_start.go#L93-L94 suggests `KOPIA_SERVER_CONTROL_PASSWORD/KOPIA_SERVER_CONTROL_USER` is used for control, but this...

Related: https://github.com/JuliaPackaging/BinDeps.jl/issues/396 also reported https://github.com/JuliaGraphics/Cairo.jl/issues/271 and https://github.com/JuliaLang/julia/issues/31517 According to the glib upstream https://gitlab.gnome.org/GNOME/pango/issues/363, dlopen followed by dlclose is not supported and it's surprising if it worked before. Should changes be...

**Is your feature request related to a problem? Please describe.** In the "Files" view in the TUI, if the path is non-ascii, it shows the number like `\343\201...` **Describe the...

bug

This ticket system is to report bugs and feature requests. For support, visit the [help page](https://cyberduck.io/help/) first. **Describe the bug** Uneven spacing in settings **To Reproduce** Steps to reproduce the...

interface