jing

Results 15 comments of jing

Recently, I revise this repo to be consistent with the caddy 2's structure and support in_memory. In my experiment, caching in memory is actually more efficient. Anyone is interested can...

My temporary workaround for this is to change the implementation of `org-roam-fontify-link-in-org-mode` like below ```emacs-lisp (defun org-roam-fontify-like-in-org-mode (s) "Fontify string S like in Org mode. Like `org-fontify-like-in-org-mode', but supports `org-ref'."...

Hi, recently, I hack and migrate https://github.com/nicolasazrak/caddy-cache to be consistent with caddy 2 architecture and make it supports in-memory backend. Here is the repo: https://github.com/sillygod/cdp-cache. Actually, I am not familiar...

I agree with you on this point. I would like to combine these two repos. However, I am working on my repo to support my company's requirements so It will...

Hi Phillipip, I am glad you like it. BTW, could you please provide an example to help me debug this issue? Furthermore, give me some more context something like the...

hi @schlypel , Thanks for helping! Currently, I still don't know how to reproduce this one.

> can i contact you via your email address (the one given on your github profile)? Ok, sure.

Hi @tystuyfzand , I don't think the situation you mentioned would happen. You can see here https://github.com/sillygod/cdp-cache/blob/master/handler.go#L283. I've acquired a lock on the request URI. Furthermore, I also write a...

> hi @fgilio, yeah... basically, 3xx responses are redirection only and what was happening is that I was getting 302's from the upstream but the cache was responding with a...

> @sillygod any chances we can get the other features I added merged? > > ``` > - Changes how the file backend store the files by using sha256 hashes...