Franco Biasin

Results 9 comments of Franco Biasin

Hit the same issue. What I tried: 1. Running with `gradlew installDebug --stacktrace` to get more information about the error. But it shows the same text. 2. Removing all deps....

This PR fixes #1118, but then you get another error (issue #1125) (For anyone looking for a quickfix: you can [disable frame processors](https://mrousavy.com/react-native-vision-camera/docs/guides/frame-processors#disabling-frame-processors), beware you lose some functionalities like bar...

Leaving this here for anyone that wants a quick solution. It uses [manual installation](https://github.com/binaryage/cljs-devtools/blob/master/docs/installation.md#install-it-manually): ```clojure (ns main (:require [devtools.core :as devtools])) (let [{:keys [cljs-land-style]} (devtools/get-prefs)] (devtools/set-pref! :cljs-land-style (str "filter:invert(1);" cljs-land-style)))...

Is this still a thing? I just tried and seems to work now. But, if you just add more span tags inside, then you won't be able to find it...

Hi @1995eaton, can you merge this PR? In the mean time I'm packing my own version, looks like running `scripts/build.sh` generates the zip.

I managed to narrow down the problem to importing the `common/gpu/amd/default.nix` file. Which I'm not sure what it does. Also if I add `services.xserver.videoDrivers = ["nvidia"];` to my config it...

@JacobGood1 just in case you are interested I wrote a couple of commits to address this and other problems related to Windows in a [fork](https://github.com/frankitox/ClojureDart/). I don't know why hot...

Oh @dupuchba , I know this is very low priority so don't worry! I'll write a description of what each commit does (It's mostly replacing `\` for `/`). I didn't...

Thank you Avila 🙏 you just saved me a ton of time. I'll be using the Clojars' fork