Skylar Saveland
Skylar Saveland
One issue is that it's double escaping with the url tag: ``` {% for keyword, keyword_escaped in publication.keywords_escaped %} {{ keyword }} {% endfor %} ```
I'll see what I can do. It looks like django-taggit is more popular these days. I'm going to see if I can do it with migrations and tests and fix...
You can demonstrate the issue pretty easily here: https://github.com/skyl/react-native-zcash/tree/babel-minify-687 Checkout that branch, and run: ``` yarn cd applications/zcash-storybook ZCASH_RPC_TEST_USERNAME='anything' yarn storybook # in another terminal ZCASH_RPC_TEST_USERNAME='anything' yarn start ``` Run...
I reckon I may have just hit this with Django 3.2 and python 3.10 and `django-dbbackup==4.0.2`. But, I haven't tried any `DBBACKUP_CONNECTORS`. It seems in my case I will work...
It appears this is what I'm experiencing with remark-mermaidjs. @4 it doesn't require async, so that works, with react-markdown@8. But, react-markdown@9 has a different interface that is not compatible with...
> I gave an update in [#1106 (comment)](https://github.com/kubernetes/ingress-gce/issues/1106#issuecomment-1405593221). The initial rollout only was for newly created clusters that were at least 1.25. We have since rolled out the upgrade for...
Agree that adding html causes the problem. But, I want to find duplicates in html, as well. However, I'm using straight jscpd with no grunt/gulp wrapper. So, this is a...
I'm on kubernetes, trying to use gcs-proxy. These are the debug logs I have around the error message: [logs.txt](https://github.com/kaltura/nginx-vod-module/files/11087571/logs.txt) It seems to be making it through the `vod hls` location:...
Here is the complete log of one request to the `vod hls` location: [vod-log.txt](https://github.com/kaltura/nginx-vod-module/files/11096793/vod-log2.txt) Thanks for any help @erankor !
The gcsproxy, for the one request I make, logs: ``` time="2023-03-29T05:33:55Z" level=debug msg="finished handling request" ellapsed=85.544704ms method=GET path=/free2z/tiktok-tecnopapapi.mp4 proxyEndpoint= response=206 time="2023-03-29T05:33:55Z" level=debug msg="finished handling request" ellapsed=34.814168ms method=GET path=/free2z/tiktok-tecnopapapi.mp4 proxyEndpoint= response=206...