actondev (Christos)

Results 27 comments of actondev (Christos)

while you're (not) at it, perhaps a `resize` as well? :) PS: thanks for the lib!

having the same problem (kinda) - cause the fix people are saying here doesn't work.. otherwise the application works prefectly (shows the remotes/mounting/syncing and everyting) - `rclone-browser` 1.2 - `rclone`...

thanks @gwatt ! Wasn't aware of the `environments` thing, will look into that at some point. For now my issue can be solved, but however I think the modularization of...

Yeah that's more or less what I thought of doing. One note: I think the `init` function should be moved inside the `if` block. For reference, that's the error I...

Hi @untoreh Actually I've been wanting something like this myself as well, since I use this package (well, to be frank a new re-write of this package) a lot and...

Update: This works ``` clj (ns app.shared (:require [clojure.core] ;; hack: clojure.core isn't needed actually, but figwheel.main complains #?(:cljs [reagent.core :as r :refer [atom]]) )) ```

Another problem appears ``` cljc #?(:cljs [cljs.core.async :as cljs.async :refer [go]] :clj [clojure.core.async :as clj.async :refer [go]] ) ``` I get ``` [Figwheel:WARNING] Couldn't load Clojure file src/cljc/app/shared.cljc line:1 column:1...

Hi @raysan5 ! Yes, I mentioned in my comment as well https://github.com/raysan5/raylib/pull/3245#issuecomment-1684519819 . Note that his can happen not only with keys but with mouse buttons (as I mentioned it...

Hey @raysan5 , apologies for not having replied all this time, hi @Julianiolo ! > it should return both for a same key and same frame, to indicate a press-release...

Just FYI, I was trying with latest main branch b0cc214c94736162fb36392cc4b80085e0d12f20 (because I saw some commits about remeshing) but the issue is still there