Wes Morgan

Results 47 issues of Wes Morgan

Typically in Clojure tests the expected value comes first and the actual value second. For example: `(is (= expected actual))` Other test runners then report the expected vs. actual values...

[This pull request](https://github.com/Quantisan/docker-clojure/pull/232) is a good example of why our current heuristic for whether or not we should automatically open a PR in docker-library/official-images is overly simplistic. Currently we only...

Due to #23 `docker run clojure:tools-deps-alpine` => `/usr/local/bin/rlwrap: line 13: /usr/bin/rlwrap: not found` Could do any one of the following: - install rlwrap (kind of heavy for alpine) - wait...

#238 revealed a blind spot in the exclusion code: architectures. This PR refactors & reorganizes some code and fixes that. It replaces the `config/distro-architectures` subsystem with the more generalized exclusion...

Would it be possible to add support for aarch64-darwin systems? When I run `nix run github:ryantm/nixpkgs-update -- --help` I get this error: ``` error: flake 'github:ryantm/nixpkgs-update' does not provide attribute...

When I run autogenerated `fdef` spec tests with the `exec-fn` entry point, I get this exception on failures: ``` Exception: clojure.lang.ExceptionInfo: Cannot print check results with default printer. Use 'set!'...

- [X] I have read the contributing guide lines at https://github.com/opnsense/plugins/blob/master/CONTRIBUTING.md - [X] I have searched the existing issues, open and closed, and I'm convinced that mine is new. -...