Bozhidar Batsov
Bozhidar Batsov
> To run the jekyll server locally with Ruby v3, I needed to add gem 'webrick', '~> 1.7' to the Gemfile. Might be better to just do a `bundle update`...
I've added some docs here https://github.com/OCamlverse/ocamlverse.github.io/pull/151 Webrick is needed in Ruby 3 because it was removed from the standard library (see https://bugs.ruby-lang.org/issues/17303). I can add a note about it later....
I've also noticed that none of the releases (https://github.com/ruby/rdoc/releases) have any release notes.
Some context - Matz recently said at RubyKaigi that big improvements where coming to RDoc, but I've been struggling to figure out what exactly did he mean. :-) Some insight...
I'm not familiar with the codebase, so I'm down with whatever people feel is best.
I'm posting a link here to https://circleci.com/gh/cljdoc/builder/7400, as orchard is affected by this as well. Orchard has different Java parsers for JDK 8 and for JDK 9+ and selects the...
It's easy to write font-locking tests. Guess you should simply run certain tests only with a certain Java version. Probably it will be easy to just set some env variable...
Well, as a said before - it's not even a lot of work. Someone just has to find the time to do sit down, do it and write some documentation....
I also forgot to mention https://github.com/clojure-emacs/cljs-tooling - another library we've created to support ClojureScript in CIDER. It's completely cider-agnostic by default. Not sure how exactly do you handle completions and...
A small progress update - https://github.com/clojure-emacs/orchard is steadily growing and growing. A lot of functionality was moved from `cider-nrepl` there already, and things are looking good overall. Now it's time...