mat926
mat926
I really need this feature but it seems it hasn't been implemented yet. Is there already an existing tool that will cleanup the old .torrent files?
Here's a sample project.clj that causes the problem. ``` (defproject sample "001" :plugins [[lein-ancient "0.7.0"]] :dependencies [[org.clojure/data.json "1.0.0"]] ;; :exclusions [[com.google.guava/guava]] ) ``` It also fails on 1.0.0-RC3 . But...
Sorry for the late reply. I'm not sure how ```[org.clojure/data.json ←[32m"2.4.0"←[m] is available but we use ←[33m"1.0.0"←[m``` would be the same as ```[org.clojure/data.json "2.4.0"] is available but we use "1.0.0"```...
This is on Brave
Here's an extension that does what I mentioned but only for closing tabs: https://addons.mozilla.org/en-US/firefox/addon/tabautoclose
Refused to execute inline script because it violates the following Content Security Policy directive
This is on Brave
Hello I'm facing the same issue on version 5.2. I created some filters to directly send the mail sent by some senders to the trash (pishing), the problem is that,...
I've been having this problem too. The current workaround I have is disable hardlinking. But the biggest downside to that is the files are copied and that would take up...
Just wanted to comment and say I am getting this same error too. I tried restoring the db file from a working backup , I look at the logs and...
Hello I'm having the same issue were you able to solve it?