Creling

Results 22 issues of Creling

The Taskbar icon of rustdesk is devoid of an Exit button. So, other than killing it via Task Manager, how to exit Rustdesk gracefully? ![图片](https://user-images.githubusercontent.com/43109504/177075518-6fa61815-4b91-4698-a587-6a8fb83c4be4.png)

enhancement
good first issue

WindTerm renders the terminal incorrectly with [Neovim](https://neovim.io) + [nvim-tree.lua](https://github.com/kyazdani42/nvim-tree.lua). Remote OS: Ubuntu 22.04 WindTerm Version: 2.4.1 / 2.5.0 Prerelease 3 **WindTerm** ![WindTerm_37Rkst7OWr](https://user-images.githubusercontent.com/43109504/179241065-43b2c1a5-19c3-4c85-aec6-034aa0f08ad3.gif) **Xshell7** ![Xshell_BXG9LPH9t0](https://user-images.githubusercontent.com/43109504/179241003-b25d99d4-bcf2-4304-a2e6-eb04ba40f545.gif)

Hello root-gg: Will you intend to add multipart upload support to plik? In despite of plik supporting file size up to 10GB, I can hardly upload big files successfully due...

enhancement

As shown in the snapshot below. There are some notes tagged with "000 计算机科学" indeed and juggl cannot show them. ![image](https://user-images.githubusercontent.com/43109504/127757886-5cf1041f-a2ba-4aa1-a00f-4c3c0dc598e4.png)

bug

大家好: 如题,在使用PaddlePaddle SMOKE进行物体识别时,除了需要传入`img`外,还需要传入一个`cam_info`参数,从代码中可以看到,`cam_info`包含了一个硬编码的矩阵`K`。 https://github.com/PaddlePaddle/models/blob/0173b12c3974de44b0bdeb06802d6f27cb66dc65/PaddleCV/3d_vision/SMOKE/test.py#L66-L75 我的疑惑是,这个K矩阵是如何计算出的?使用SMOKE的[官方实现](https://github.com/lzccccc/SMOKE/blob/bc5d2bba66e2d66fa56b7b599d55457cb1a05b33/smoke/engine/inference.py#L11-L29)进行物体识别时并不需要传入这样的一个矩阵。 目前,我猜测这是为了兼容不同数据集而引入的一个特定于数据集的坐标转换矩阵,但从维度和数值来看,和训练PaddlePaddle SMOKE时使用的KITTI的数值标定矩阵似乎也并不相符? 请教 @michaelowenliu :)

因为运行脚本后没有文件被下载下来,就看了一下源码,调试了一下,发现 ``` error 10003 ```

Hi, As a researcher, I use screenshot tools to record experiment results. It will be convenient to paste the screenshots straight into Tropy after screenshotting, instead of storing the screenshots...

I use `"@voerro/vue-tagsinput": "^2.7.1"` in my `"vue": "^2.6.11"` proj to find that `typeahead-callback` doesn't show autocomplete prompts. Some code snippets are as follows: ```vue ``` ```js search_tags(query) { console.log(query); return...

使用如下配置的gunicorn运行pyone时,抛出以下异常 ``` LoopExit: This operation would block forever Hub: Handles: ``` 程序栈如下: ``` Traceback (most recent call last): File "/opt/PyOne/PyOne_venv/lib/python2.7/site-packages/gunicorn/arbiter.py", line 583, in spawn_worker worker.init_process() File "/opt/PyOne/PyOne_venv/lib/python2.7/site-packages/gunicorn/workers/ggevent.py", line 203, in...

您好: 按照目前的设计,当某个目录下文件过多时,不会一次性加载,而是当页面被滚动至接近底部时触发翻页事件。 但是目前的设计有一点瑕疵,当我多次下拉后,比如下拉了5次,然后进入了一个子目录,如果我随后退出这个子目录,那么我先前的5次下拉全部失效,需要重新下拉,而不会停留在我先前进入子目录的位置。 作者是否可以尝试添加一个缓存,记住当前的页码,或者干脆取消翻页行为,一次性加载全部目录(类似于oneindex)。 此致