rome-user
rome-user
## Description As described in #66, there are changes to the positioning of text in Emacs 29 that causes mini-modeline in its current state to have "cut off" text. I...
Adding the remaining of new React 18 hooks would be nice to have. But some hooks will allow us to provide an API more interesting than simply `(def use-x react/useX)`....
See the following page https://google.github.io/closure-library/api/goog.dom.html#appendChild The parameters `parent` and `child` are both listed as `Node | null`. However, the implementation of the function tells a different story. https://github.com/google/closure-library/blob/5918355a90382ab6d17e31ba7df8044d40f319f1/closure/goog/dom/dom.js#L1258-L1264
I am very thankful for this library, and I am interested in donating monthly to help sponsor this project or keep it going somehow. But I do not see any...
I am trying to run the following workflow on Gitea/Forgejo actions. ```yaml name: clj-kondo checks on: [push] jobs: self-lint: runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v3 - name:...
Addresses #52. This is not ready to be merged; unit test are not written yet. Here is an example of how to use: 1. Require the library adapter you want....
Hi. I typically use clojure.data.json for JSON parsing, since cheshire is quite heavy and its transitive dependencies often get CVEs. Would you be interested in a patch that allows users...
Would it be possible to disables the custom data printer with e.g. a compiler constant? For instance, the `re-frame-10x` library lets you opt in to the library by setting a...
Hello, I have a monorepo where some subprojects need additional folders in their `:clean-targets`, because of ClojureScript compilation artifacts. However, the path resolution when running `lein monolith each clean` is...
This change allows all current and future namespaces to warn on reflection without having to manually set! the var yourself.