Dennis Schridde

Results 164 issues of Dennis Schridde

**Is your feature request related to a problem? Please describe.** Downloading the Codecov CLI, e.g. using the CircleCI Orb, requires a build environment that has `curl` and other tools available....

documentation
enhancement
codecov/codecov-cli

It would be nice if the app came with themed app icons: * https://developer.android.com/about/versions/13/features#themed-app-icons * https://developer.android.com/studio/write/create-app-icons#preview-themed-app-icons

My application runs inside a container (compose). When I open the Portal tab in IntelliJ, a `.portal/intellij.edn` file is created in the project source directory (which is mounted into the...

I experienced a connection issue between my nREPL and the Portal server and wanted to confirm that the server works using `curl`, but got a `500 Internal Server Error`: ```...

My IntelliJ UI theme (Settings -> Appearance & Behaviour -> Appearance -> Theme) is "Light". The Portal tab icon is barely visible: ![image](https://github.com/djblue/portal/assets/63082/5e386846-0cf7-4240-97a7-b2b45202bcd5) It took me several minutes and the...

I have got a Samsung SSD 850 PRO 128G drive, which needs hddtemp to be tought about it. The following addition to the db works: ``` Samsung SSD 850 PRO...

Debian seems to ship a newer patchset, revision 52, since a while: https://packages.debian.org/source/wheezy/hddtemp It would be nice if you could import that into the official source-code. See-Also: https://savannah.nongnu.org/bugs/index.php?51703 See-Also: https://bugs.gentoo.org/show_bug.cgi?id=627272

### Describe the bug ``` ❯ [[a]; [null]] | polars into-df # a 0 ❯ [[a]; [null]] | polars into-df | polars to-parquet test.parquet thread 'polars-0' panicked at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polars-arrow-0.39.2/src/compute/aggregate/memory.rs:68:18: called...

needs-triage

### Related problem I want to filter those files from `ls -l` where the user has write permission. ### Describe the solution you'd like ```nushell ls -l | where mode.user.write...

enhancement
needs-triage

**Describe the bug** When I write in a `*.clj` file: ```clj [\!\@] ``` Clojure LSP IntelliJ marks `\!\@` as an error: ` expected, got '\!\@'` This appears to be independent...

bug
editor