Jose V. Trigueros

Results 24 comments of Jose V. Trigueros

@sayeefm0 at first it seemed like it was the same thing, but it ended being an issue with [libgccjit](https://github.com/d12frosted/homebrew-emacs-plus/issues/485#issuecomment-1206748102)

I wasn't able to pinpoint why this is happening but the macro [`start-javafx`](https://github.com/fn-fx/fn-fx/blob/36c7659ef3d9b88b8bcf71fecd792c0d829a2d38/src/fn_fx/init.clj#L9-L16) is choosing to start the application using the pre Java 9 method even when the running with...

I was looking for a backup solution for someone that doesn't know much about backups. I was already using B2 and found about `restic`, but this repo made it super...

Sorry, I should've gotten to the point sooner, just wanted to give a thorough description before posting. Yes, I suspect that JGit is crapping out when it is given a...

Most definitely! Anything I can do to help, if there's literature that you can point me to on how to get the tests running etc, I would be able to...

For me, this eliminated the issues: ```clojure {:user {:dependencies [[org.clojure/core.rrb-vector "0.0.13"]] :plugins [[org.clojure/core.rrb-vector "0.0.13"] [venantius/ultra "0.5.2" :exclusions [org.clojure/clojure org.clojure/core.rrb-vector]]]}} ``` I was seeing the error mentioned above when running on...

I just had the same issue, deleting the directory helped. Thank you!

Yeah, that's what it feels like. I think maybe git-extras is already set and they wont add any more features?

You bring a good point @chernjie, I'll make sure I don't duplicate functionality and if so, will try to implement what you suggested. Seems like that is a needed feature...

The workaround provided above was working fine until today, I reverted back to using `s3_website` with the original way of calling and it started working again. Here's my [diff](https://github.com/jvtrigueros/blog.jvtrigueros.com/commit/17353be76c3e495c1831db9d0cd457f5a047dc52) and...