Martin Kavalar
Martin Kavalar
Closes #158 Before submitting a PR make sure the following things have been done: - [x] The commits are consistent with our [contribution guidelines](../blob/master/.github/CONTRIBUTING.md) - [x] You've added tests to...
## Expected behavior I expect orchard `orchard.namespace/classpath-namespaces` to be resilient to faulty ns declarations. ## Actual behavior The precence of a faulty ns declaration on the class path like `(ns...
```clj (let [x {:hello :world | }]) ```
They currently only work in the static app. Can probably make them `clerk-eval` `clerk/show!` given we get the defining notebook file from the link.
This adds support to Clojure 1.11's `:as-alias` as outlined in https://clojure.atlassian.net/browse/CLJ-2123 and implemented in https://github.com/clojure/clojure/commit/f96eef2.
I've been wanting to use babashka.fs for writing files using nio * for byte arrays https://docs.oracle.com/javase/7/docs/api/java/nio/file/Files.html#write(java.nio.file.Path,%20byte[],%20java.nio.file.OpenOption...) * and chars https://docs.oracle.com/javase/7/docs/api/java/nio/file/Files.html#write(java.nio.file.Path,%20java.lang.Iterable,%20java.nio.charset.Charset,%20java.nio.file.OpenOption...) Might supporting those be a sensible addition? Would also require...
- Move Strings to Appirator.bundle - Add German translations - Adjust API so APPIRATER_APP_ID is set at runtime: Remove APPIRATER_APP_ID and refactor the ``` appLaunched:(BOOL)canPromptForRating ``` method to take the...
E.g. when dealing with sorted-sets. We probably want to point a `nextjournal.clerk.viewer/get-safe`.
Previously each node in the viewer tree would carry a viewer node and so we'd read and evaluate it multiple times. Now we build up a lookup table from hash...