vemv

Results 785 comments of vemv

It's always off-putting when one sees Claude Code resorting to `grep` or `rg` to find some string (and the choice of search string it makes can be quite arbitrary). One...

Hi @jadejr, I'm aware of that but this issue was asking for a CLI preset so that users don't have to figure this out on their own.

I found out, the name (which I had redacted in OP) is not exactly unconventional, it's `:console`, which Rails activates by default. Seems a clean way to affect console environments...

Hi @dgutov ! I tried `bin/rails console -e development` over a brand new Rails 8.0.2 project. It doesn't activate these: ``` group :console do gem "pry" gem "pry-rails" end ```...

I tried a few combinations just now – no luck unfortunately!

`require 'pry'` works, but there's still a difference: * with pry/pry-rails in :development, pry is there since the very beginning, I don't need a require. The console just starts as...

I'm getting the same for these simple examples, unfortunately ```clj (client/request {:url "https://www.example.com" :method :get :async? true} (fn [response] (println {:OK response})) (fn [ex] (println {:NOK ex}))) (client/get "https://www.example.com" {:async?...

If you feel it would help you with misc goals, why not 👍 I sense that we don't have at the moment as much traction as we once did, so...

Simply jotting down something I could implement some other day (but the feature is also up for grabs)

> I'm just not sure how adding this in nREPL with help cider-nrepl, as they target different Clojure versions. Yes they're slightly different, although 1.9 also became [partially unsupported](https://github.com/clojure-emacs/cider-nrepl/commit/c80f47c231acce5d6508c56e7d5868e4c726704c) in...