Skip to content

Instantly share code, notes, and snippets.

View zendevil's full-sized avatar

Prikshet Sharma zendevil

View GitHub Profile
Uncaught exception, not in assertion.
nil
Error: Unable to find an element with the text: Something!. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. Ignored nodes: comments, <script />, <style /> <body> <div id="test-root" > <div id="report-header" > <div class="container report-body" > <div class="page-title" > <img height="50" src="https://clojurescript.org/images/cljs-logo-120b.png" width="50" /> <div class="test-title" > Test Run </div> </div> <div id="summary" /> </div> </div> <div class="controls container" > <button id="hide-show" > Hide/Show Passing </button> </div> <div class="container test-ns" > <h2> humboi.core-test </h2> <div class="test-var" > <div class="var-header" > /test-home <div class="test-var-line" > humboi/core_test.cljs : <span> 8 </span> </div> </div> </div> </div> </div> <div> <div> <p> Something </p> </div> </div> <div> <div> <p> Something </p> </div> </div> <div id=
@zendevil
zendevil / gist:ce069eb7375ede709c2e4ebbd3c2ef3b
Created July 12, 2021 17:43
datomic docker compose error
web_1 | 32616 INFO datomic.kv-cluster - {:event :kv-cluster/retry, :StorageGetBackoffMsec 0, :attempts 0, :max-retries 20, :cause "java.net.ConnectException", :pid 1, :tid 15}
web_1 | 33933 INFO datomic.kv-cluster - {:event :kv-cluster/retry, :StorageGetBackoffMsec 50, :attempts 1, :max-retries 20, :cause "java.net.ConnectException", :pid 1, :tid 15}
web_1 | 35299 INFO datomic.kv-cluster - {:event :kv-cluster/retry, :StorageGetBackoffMsec 100, :attempts 2, :max-retries 20, :cause "java.net.ConnectException", :pid 1, :tid 15}
web_1 | 36718 INFO datomic.kv-cluster - {:event :kv-cluster/retry, :StorageGetBackoffMsec 150, :attempts 3, :max-retries 20, :cause "java.net.ConnectException", :pid 1, :tid 15}
web_1 | 38181 INFO datomic.kv-cluster - {:event :kv-cluster/retry, :StorageGetBackoffMsec 200, :attempts 4, :max-retries 20, :cause "java.net.ConnectException", :pid 1, :tid 15}
web_1 | 39698 INFO datomic.kv-cluster - {:event :kv-cluster/retry, :StorageGetBackoffMsec 250, :attem
shadow-cljs - config: /Users/prikshetsharma/Desktop/humboi/shadow-cljs.edn
shadow-cljs - running: lein run -m shadow.cljs.devtools.cli --npm release test
WARNING: requiring-resolve already refers to: #'clojure.core/requiring-resolve in namespace: datomic.common, being replaced by: #'datomic.common/requiring-resolve
[:test] Compiling ...
NullPointerException:
shadow.build.node/configure (node.clj:59)
shadow.build.node/configure (node.clj:45)
shadow.build.targets.node-script/configure (node_script.clj:37)
shadow.build.targets.node-script/configure (node_script.clj:32)
shadow.build.targets.node-script/process (node_script.clj:71)
pragma solidity >=0.6.0;
//import "./strings.sol";
contract Creation {
//using strings for *;
address creator;
string creationId;
string creatorId;
uint public bidEnd;
no source by provide: module
{:provide module}
ExceptionInfo: no source by provide: module
shadow.build.data/get-source-id-by-provide (data.clj:186)
shadow.build.data/get-source-id-by-provide (data.clj:183)
shadow.build.data/get-source-by-provide (data.clj:189)
shadow.build.data/get-source-by-provide (data.clj:188)
shadow.build.js-support/shim-require-sugar-resource/fn--34327 (js_support.clj:107)
shadow.build.data/get-source-code (data.clj:319)
shadow.build.data/get-source-code (data.clj:306)
{:clojure.main/message
"Execution error (ActiveMQNotConnectedException) at org.apache.activemq.artemis.core.client.impl.ServerLocatorImpl/createSessionFactory (ServerLocatorImpl.java:699).\nAMQ219007: Cannot connect to server(s). Tried with all available servers.\n",
:clojure.main/triage
{:clojure.error/class
org.apache.activemq.artemis.api.core.ActiveMQNotConnectedException,
:clojure.error/line 699,
:clojure.error/cause
"AMQ219007: Cannot connect to server(s). Tried with all available servers.",
:clojure.error/symbol
org.apache.activemq.artemis.core.client.impl.ServerLocatorImpl/createSessionFactory,