Dennis Schridde

Results 161 issues of Dennis Schridde
trafficstars

The selection box at the bottom of the Portal IntelliJ tab is clipped / cut off: ![image](https://github.com/djblue/portal/assets/63082/31f1042f-d5cc-4402-9990-b246190be4a9)

I have a Dell Thunderbolt Dock WD22TB4 which has 2 USB-A ports and 2 Thunderbolt USB-C ports. Devices plugged into the USB-A ports change their "parent" on (almost?) every boot,...

The homepage of this repository links to https://cljdoc.org/d/lambdaisland/kaocha/1.0.861/doc/1-introduction which is outdated. It could instead link to https://cljdoc.org/d/lambdaisland/kaocha/ which redirects to the latest documentation. ![image](https://github.com/lambdaisland/kaocha/assets/63082/a1d367f1-2a6a-4422-af60-bab6778141bd)

**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
help wanted

Closes: https://github.com/dm3/clojure.java-time/issues/111

The docstrings in `java-time.api` contain literal `\n` instead of newlines, which makes them hard to read in code. Cursive does not display them nicely either, but shows the documentation with...

```clj (jt/instant (jt/formatter "YYYYMMdd'T'HHmmssX" {:resolver-style :lenient :case :insensitive}) "20240611T131542Z") ; throws: ; java.time.temporal.UnsupportedTemporalTypeException: Unsupported field: InstantSeconds ; java.time.DateTimeException: Unable to obtain Instant from TemporalAccessor: {MonthOfYear=6, WeekBasedYear[WeekFields[SUNDAY,1]]=2024, DayOfMonth=11, OffsetSeconds=0},ISO resolved to...

== Goal == Hide attached DWH database details from admins: * Do not show them in the UI (not even to admins) * Do not permit anyone (incl. admins) to...

backport

The Clojure Style Guide suggests: > Wrap any var references in the docstring with \` so that tooling can identify them. Wrap them with `[[..]]` if you want to link...

IntelliJ gives me an "IDE Internal Errors" report for "Exception in plugin **Portal Inspector** (0.57.3)" with following stack trace: ``` java.lang.IllegalStateException: Attempting to call unbound fn: #'cursive.inspections.list/namespace-differs-from-package at clojure.lang.Var$Unbound.throwArity(Var.java:47) at...