hejops

Results 19 issues of hejops

Weather icons are currently drawn above the temperature curve. Can an option be added to place them at the top border of the grid? Great app by the way, very...

It would be nice to be able to pan left/right within the program (or at least control the volume of the left/right channel), instead of having to use pavucontrol/etc.

Tridactyl version: 1.24.0 Firefox version: Mozilla Firefox 123.0.1 Operating system: linux - Brief description of the problem: I doubt this issue is unique to Streamlit, I'm only noticing it since...

Going off the example in https://github.com/jlumbroso/imslp/issues/1#issuecomment-864499769, I tried the following code: ``` from imslp import client r = client.ImslpClient() results = r.search_works(composer="Schoenberg") ids = [r["intvals"]["pageid"] for r in results] print(ids)...

This PR enables identifiers to violate JavaScript camelCase conventions -- or adhere to them, depending on your luck.

As of the newest commit, `go.mod` has: https://github.com/houqp/sqlvet/blob/5f05ce8ee30db3e0b2bd1ba6786ee20bdfc7d7da/go.mod#L9 However, `v1.1.8` (aka `latest`) still has: https://github.com/houqp/sqlvet/blob/de3040a06e0198e67a8ebcaba67095c601f42d81/go.mod#L9 This version of `pg_query_go` leads to the following compilation error: ```sh $ go install github.com/houqp/sqlvet@latest...

This PR adds an `exclude_binary` option, which instructs the `find` command to exclude executable binary files, while still including executable text files.

Node.js [removed support for import assertions](https://github.com/nodejs/node/pull/52104) a while ago, so `rollup.config.mjs` is technically invalid now. I thought I could work around this by simply [replacing `assert` with `with`](https://github.com/rollup/rollup/issues/5531), but `rollup`...