-
Recently, I'm encountering an error with Ultimate-autopair.nvim specifically in files with the .norg filetype (The plugin works as expected in other file types). When I enter insert mode and try to pr…
-
attempst to fix in [branch: mewu/fix-issues](https://github.com/InstituteforDiseaseModeling/data_access_library/tree/mewu/fix-issues)
1. devcontainer started but the rstudio and jupyter-lab is not a…
-
### Bug description
I am not sure if this a bug or if manuscripts have been planned to work certain way, but here is report anyway. Hopefully it is helpful!
### Steps to reproduce
I have two…
-
### Xmake 版本
v2.9.6
### 操作系统版本和架构
Windows10 22H2
### 描述问题
使用clang-cl构建verilator失败,提示`cannot copy file .../verilator_bin.exe, file not found!`,并且如果不指定使用clang-cl构建,即使设置了`xmake g --policie…
-
when use chrome browser, the ssl client hello is sent in two TCP segments, and reassembled, it appears sni.lua can't handle TCP reassembled clienthello SNI?
![Screenshot 2024-09-19 at 7 38 38 AM](h…
-
**Hi Envoy Team =D**
Guys I need to develop a HTTP listener filter to handle murmur3 hash, the idea is pretty simple, basically when the request arrives I need to:
1 .Get a value from a header let…
-
### Checklist
- [X] I have searched through the AstroNvim docs
- [X] I have searched through the existing issues of AstroNvim
- [X] I have searched the existing issues of plugins related to this issu…
-
### Description
The functionality described in `:h telescope.defaults.history` appears broken in a minimal install.
### Neovim version
```markdown
NVIM v0.10.1
Build type: Release
LuaJIT …
-
**Describe the solution you'd like**
Currently there is no way to modify an existing tag. If the lua filter allowed you to return the tag that if modified based on logic it would fix our problem. You…
-
I'm using pypandoc to use pandoc in python to convert html to markdown
I'm trying to make pypandoc apply lua filters. But non of the filters are applied. I put checkpoints at every function head and …