Corin Lawson

Results 19 issues of Corin Lawson

The quotes around the regex was not quoting the regex but instead terminating the first quote and starting a new quoted string. This lead to the dollar sign being dropped....

I'm a big fan of Backbone and of Promises, this is my take on combining the two. I understand that this may be a can of worms and I have...

I wanted a way to quickly add example gomacro files as test cases. This change adds TestWriteDeclsAndStmts that essentially constructs a new fast interpreter, calls EvalFile and then WriteDeclsToFile. The...

Prior to this change, gomacro was unable to report its own version. I found myself reaching for the version when experimenting with my own changes, so I added a `--version`....

Evaluating `"{{duration 95}}"` results in `"0s"`; expected `"1m35s"`. It appears that there's a few cases missing in [date.go](https://github.com/Masterminds/sprig/blob/master/date.go#L89-L92).

**Describe the bug** Attempting to build an uberjar with Selenium as a dependency raises the following exception: ``` clojure.lang.ExceptionInfo: Prefix string "9" too short: length must be at least 3...

I am trying to run `./build.sh` on NixOS (21.11). I faced many issues and I feel like I am very close but I get these errors during the final testing:...

When running `./build.sh` I encounter these messages: ``` testing x86_64h-apple-darwin21.1-clang ... osxcross: warning: cannot find clang intrinsic headers; please report this issue to the OSXCross project clang-7: warning: argument unused...

I notice that Vim doesn't have a `Settings.bundle` and many pull requests may be knock back due to lack of user customisability. Thus, there needs to be a way to...

enhancement
requires_attention
medium_workload

I encountered a NullPointerException today: ``` java.lang.Thread.run Thread.java: 748 java.util.concurrent.ThreadPoolExecutor$Worker.run ThreadPoolExecutor.java: 624 java.util.concurrent.ThreadPoolExecutor.runWorker ThreadPoolExecutor.java: 1149 java.util.concurrent.FutureTask.run FutureTask.java: 266 ... clojure.core/binding-conveyor-fn/fn core.clj: 2022 adzerk.boot-cljs/compile-1/fn boot_cljs.clj: 160 adzerk.boot-cljs/compile boot_cljs.clj: 72 boot.pod/call-in* pod.clj:...