sparanoid

Results 9 issues of sparanoid

Input: ```html {%- capture theme_base %}{{ site.theme | prepend: "/themes/" | relative_url }}{% endcapture -%} {% svg "{{ theme_base | prepend: site.assets }}/img/logo.svg" %} ``` Error: ``` Error: No such...

When dealing with replica that has redirections: ```bash curl -I https://experiments-alicdn.sparanoid.net/algolia.js HTTP/1.1 302 Moved Temporarily Date: Sat, 25 Sep 2021 13:28:37 GMT Location: https://cdn.jsdelivr.net/algoliasearch/latest/algoliasearch.min.js ... ``` In Vigil config: ```ini...

It seems all nodes are sorted alphabetically. Currently I can hack the order by prefixing numbers like: ```cfg [[probe.service]] id = "0-frontend" ... [[probe.service]] id = "1-backend" ``` But this...

enhancement

Use `-p` option to make download scripts work both on Linux and macOS.

When run this project in JupyterLab the `checkpoints` directory cannot be openned due to a bug of jupyter_server: https://github.com/jupyter/notebook/issues/5569

最近b站开始对弹幕用户名进行随机打码,打码后 UID 返回为 0: ![preview](https://github.com/simon300000/bilibili-live-ws/assets/96356/1a0a56bc-b99d-4850-95ef-8fa949a49456) 目前观察下来这个功能是灰度的,不是每次都会出现这个情况,有时候主播的弹幕机刷新一下就正常了,但过一会所有 `DANMU_MSG` 事件又会被打码。~具体触发条件未知~

Now CloudFront has built-in Gzip support: https://aws.amazon.com/blogs/aws/new-gzip-compression-support-for-amazon-cloudfront/ I think now we can simply use some options like this: ``` yaml cloudfront_distribution_config: compress: true ```

enhancement

### How can we reproduce the crash? My program connects to WebSocket connections and saving events to a PostgreSQL db with Drizzle ORM. The code is not opensourced at the...

crash
linux
crash reporter bug

### Issue Summary Our use case is for customers to uploading large files (over 261MB), so we self-hosted Formbricks. However, it seems Formbricks cannot handle large files, resulting in the...

community request