Aaron Bell
Aaron Bell
I.e. add the `clojure.math` namespace and the following functions to `clojure.core` \- [abs](https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/abs) \- [NaN?](https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/NaN?) \- [infinite?](https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/infinite?) \- [parse-double](https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/parse-double) \- [parse-long](https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/parse-long) \- [parse-boolean](https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/parse-boolean) \- [parse-uuid](https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/parse-uuid) \- [random-uuid](https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/random-uuid) \- [update-keys](https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/update-keys) \-...
https://www.braveclojure.com/random-quote For E2 of [Ch. 10](https://www.braveclojure.com/zombie-metaphysics/)
https://www.braveclojure.com/appendix-a
Similar to #32 Expected: Sprint Reader to skip past the ninth line ('--------------------------------------------------------------------') of [the copyright doc](https://phpunit.readthedocs.io/en/8.0/copyright.html). Actual: Reads each individual hyphen as its own word. ([GIF screenshot](https://i.imgur.com/vno259l.gifv)). Note: A...
Similar to #31. Expected: Sprint Reader to skip past the ninth line ('....................................................') of the copyright doc. (I changed the text from hyphens to periods). Actual: Reads each individual period...
### Goal or desired outcome of this feature Instead of this https://i.imgur.com/3dldcO0.gif When I click away from the card, let the text still be there when I go to add...
### Describe the bug Cannot drag list when clicking the six dots and dragging.  ### Expected Behavior The list order should change based on cursor position. ###...