Daniel Compton
Daniel Compton
Recently, new namespace creation was updated to include the full namespace path, and highlight it. This is helpful, but means that if you create a new file and start typing,...
If I run Optimize Imports on this namespace: ```clj (ns my.json (:require [cheshire.core :as cheshire] [cheshire.generate]) (:import (java.io InputStream InputStreamReader BufferedReader) (org.joda.time DateTime LocalDate)) (:refer-clojure :exclude [read-string])) ``` Cursive produces:...
I don't remember exactly what the UI was previously, but now it shows this when renaming a function When I want to rename a file by a character, I need...
Now GitHub supports rel="me" natively with their new links feature: https://github.blog/changelog/2023-02-02-add-more-social-links-to-your-user-profile/ https://github.com/simonw/til/blob/main/mastodon/verifying-github-on-mastodon.md could probably be updated with the simpler method.
https://mobile.twitter.com/indygreg/status/1586046065878265856 > Git 2.38 added a `git rebase --update-refs` argument that automatically moves branches associated with rewritten non-head commits. You can now stack multiple branches in the same commit series...
It takes a 80-90 seconds to sign all of the files in our barebones Electron app. Looking at the debug logs, it appears as if this is because each file...
Fixes #180.
**Is your feature request related to a problem? Please describe.** We are using nginx-s3-gateway to serve sourcemaps for production services. The s3 gateway lives on a private AWS VPC and...
### Before - [x] I have checked for similar issues already - [x] My issue is not a bad syncronisation between the Spotify track and the YouTube audio (Those go...
I've noticed since upgrading from 0.7.7 to 0.7.9 that Clojure Extras seems to hang IntelliJ on startup. I'm not sure what debugging information I can provide to help further.