Steven Xu

Results 52 issues of Steven Xu

This fixes stdin so it runs on windows, as windows doesn't have `/dev/stdin`.

**Descriptions** Currently `gw_iface` doesn't work with the network speed (unless it's in a Lua function like `${lua rjust ${downspeed ${gw_iface}} 8}`), and doesn't wok not the network graph. ``` conky.text...

Can there be UMD support, so there is a /dist directory with a prebuilt version? This allows the package to be hosted on cdns, such as https://unpkg.com/. Thanks!

Certainly these can be done in a custom way, but it would be nice to support these structures by default, since they are often used.

**Have you checked the readme and man page for this feature?** Yes. **Have you checked previous issues for this feature?** Yes. Besides the packages that I installed in *AUR*, I...

### Proposed change Use Unix domain sockets for *Jupyter Server* since support is now in [jupyter_server/CHANGELOG.md at 18156d508344964c73cf3a8882835bfefc25deda · jupyter-server/jupyter_server](https://github.com/jupyter-server/jupyter_server/blob/18156d508344964c73cf3a8882835bfefc25deda/CHANGELOG.md#190). This addresses the comment [Listen on a UNIX-domain socket ·...

enhancement

This PR addresses #425. Some main points in the implementation are: - The ability to iterate over a sequence using any graph of layers which maps inputs to outputs. -...

I have multiple external HDDs that I backup to, but I only keep 1 external HDD available near me. When I backup with `btrbk`, it will refuse to cleanup the...

enhancement

When running `mkvenv`, recently there's a `randstr` suffix that is added at: https://github.com/MichaelAquilina/zsh-autoswitch-virtualenv/blob/c119ab9c539aa892e32e705144eae926ae44893b/autoswitch_virtualenv.plugin.zsh#L327 ```zsh local venv_name="$(basename $PWD)-$(randstr)" ``` Can there be an option to exclude this? I often create projects...