-
This is what I see for a passing test:
```
(tests
(unqualify ::x) := :x
(unqualify nil) := nil
(unqualify "") :throws AssertionError
)
✅✅✅=>
#error{:cause "Assert failed: (or (ni…
-
## Steps to Reproduce
Given an Elastic Beanstalk Application
When there are no available Application Versions
Then eb publish should publish to a known bucket.
## Actual Behaviour
eb publish throws …
-
When trying to connect to a host that isn't resolvable via DNS causes the event-loop thread to crash.
```clojure
(def host1 (ntcp/event-loop))
(def client (connect host1 {:host "unresolved.local"…
-
Hi,
I'm trying to add two voices, intro and outro to create an episode. Programa fails with this output:
```
Exception in thread "main" java.lang.AssertionError: Assert failed: (= (channels s1) (cha…
-
Hi,
I'm very happy to see a tool to generate tcx fies. But when I use your tool , I get an error message:
Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on
Converting training1.json to tcx
…
-
Thanks for your great work!
I have ran your code and the result was so good and the execution speed was quite fast.
I actually compared the speed and it was as shown below.
> warp_model inferen…
-
If I promote a clj session with this:
```clojure
(do
(require 'cljs.repl.node)
(cider.piggieback/cljs-repl (cljs.repl.node/repl-env)))
```
And then `clone` that session, I get a ”d…
-
`dissoc` apparently operates on the map that has the matching key:
```clojure
(transform {:a 1 :b 2} [:a]
dissoc)
=> {:b 2}
```
✓
Since `dissoc` is a fn of (map, key), I ought to be a…
-
**Description:**
Consider the following code:
```ballerina
public function main() {
var tDesc = @strand{} start aFn();
}
function aFn() {
}
```
At ``, strand annotation's fields are n…
IMS94 updated
2 years ago
-
Hi
The following warning is generated when attempting to compile/run my project that uses clj-facebook-graph:
WARNING: get already refers to: #'clojure.core/get in namespace: clj-oauth2.client, bein…