blw

Results 12 comments of blw

I don't know why I have this kind of error, with other packages, also. For example, org-roam-capture gives me: `user-error: JSON readtable error: 122.` Very annoying. That doesn't happen in...

It's a little strange, but the problem is the following: ![pic-selected-210620-0700-47](https://user-images.githubusercontent.com/59554283/122669994-186c9180-d196-11eb-8d3e-455d88065ed5.png) Install jupyter in your system, and guarantee it's usable by your emacs environment. It's a chain of dependencies breakage....

I'm using `picom-ibhagwan-git`, available on AUR. It works just fine. The performance is pretty good (I'm using a laptop with lower specs than you). I'm using prime-run, so I run...

You can use https://github.com/ibhagwan/picom branch: `next-rebase`. Basically, it is the rounded-corner's problem fixed and rebased into yshui's picom. Then, you just build as you would with ysui's and go on...

@s0nny7 ```bash $ lspci -k | grep -A 2 -E "(VGA|3D)" ``` ```bash lspci: Unable to load libkmod resources: error -2 00:02.0 VGA compatible controller: Intel Corporation CoffeeLake-H GT2 [UHD...

I have this script which is working. I use my graphics card to run `picom`, but not necesserly you have to do that. Anyways, my solution at the moment is...

If this satisfies you, please awnser. So, we can close the issue (picom has a lot of them open right now, and most of them landing in composability-problems, instead of...

Actually, I'm receiving another error... ```bash Failed to inspect file /home/buddhilw/PP/ClojureScript/cheffy/cheffy/node_modules/react-highlight.js/node_modules/highlight.js/lib/languages/isbl.js it was required from /home/buddhilw/PP/ClojureScript/cheffy/cheffy/node_modules/react-highlight.js/node_modules/highlight.js/lib/index.js Errors encountered while trying to parse file /home/buddhilw/PP/ClojureScript/cheffy/cheffy/node_modules/react-highlight.js/node_modules/highlight.js/lib/languages/isbl.js {:line 1, :column 1, :message "The...

```clj (defroutes routes (GET "/" [] (redirect (let [config (resolve-config)] (path (:blog-prefix config) (when (= (:clean-urls config) :dirty) "index.html"))))) (GET "/cv1" [] (ring.util.response/file-response (path "public/pdf/cv-2022-11-03.pdf"))) (GET "/cv2" [] (ring.util.response/file-response (path...

Oh, yeah, if I run `lein serve`, it works on `localhost:3000/v1` and `v3`. But, not on the deployed website.