-
**Describe the bug**
With some questions we are not able to export the results as a csv. The result size is around 330k so its under the 1Mio limit. If we filter down the results more the export is w…
-
```
java.lang.IllegalStateException: Ref count should be >= 1 for accessing the ArrowBuf
at org.apache.arrow.memory.ArrowBuf.ensureAccessible(ArrowBuf.java:119)
at org.apache.arrow.memory.ArrowBu…
FiV0 updated
2 months ago
-
## License Policy Violation detected in metabasev0.26.0.RC1
Library - metabasev0.26.0.RC1
The simplest, fastest way to get business intelligence and analytics to everyone in your company :yum:
Libr…
-
### Describe the bug
This might be a dns problem but you can't connect to mongo atlas via a local ssh server
### To Reproduce
1) use mongo atlas
2) set up an ssh server
3) try to connect to mongo…
-
In my experience, tests using `kaocha-cljs` sometimes fail because it can't connect successfully to the ClojureScript client. This is particularly problematic on CI, as it causes PR test runs to fail …
-
This is measured on
Windows 10,
HP, i5 2.3 Ghz
8 GB RAM.
Using Shadow-cljs on a basic cljs project.
Here are my measurements and notes from the work PC:
```
fetch metadata and extract:sh…
-
Hi, thanks for all the work done on this excellent library!
I'm wondering if there's a reason that the `Equiv` implementation in `cljs-time.extend` and `cljs-time.core/=` return different results?
…
zalky updated
5 years ago
-
From https://github.com/eyelidlessness/alter-cljs?tab=readme-ov-file#usage
```clj
(ns my-ns
#?(:clj (:refer-clojure :exclude [alter-var-root]))
(#?(:clj :require :cljs :require-macros) [alte…
-
Would be cool so that we don't have to write :refer-macros anymore.
-
Either:
- use a more Node-stye callback signature. For example:
```
(open-serial-board :auto-detect (fn [err board]
; Do stuff with the board
)
```
- Return a Promise or promise-l…