Char

Results 39 issues of Char

I think it requires whitespace or end of line after the regex, otherwise `form` will be highlighted as `pugScriptLoopRegion`. ```viml syn region pugScriptLoopRegion start="^\s*\(for\|each\)\(\s\|$\)" end="$" contains=pugScriptLoopKeywords ```

### Description Hi, It is possible to append to an existing parquet data by adding to an unpartitioned dataset by specifying `root_path` in `pyarrrow.parquet.write_to_dataset`. For example: ```python import pyarrow as...

enhancement
needs decision

### Checklist - [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues. - [X] I added a very descriptive title to this issue. - [X] I have provided sufficient...

type:bug
package:arrow
feature:st.dataframe
status:confirmed
priority:P3

Hi, When I first run the executable on my 2k monitor, the fonts in this application is blurry, which means that Windows thinks it does not support dpi scaling and...

### Steps to reproduce Hi, This issues is rather hard to reproduce because it only appears with a specific type of code. ~This might be caused by commit https://github.com/vim/vim/commit/ae07ebc04b0726e12b1af39d52e01d86ae79ef0a~ ....

bug

### Steps to reproduce Hi, I just realize that the latest vim version does not show a file modified dialog when switching tab (`autoread=no`) and the file is modified externally...

bug

### Version latest ### Steps to Reproduce 1. Create a segment overlay extending past the last data point 2. Add new data by scrolling to the left 3. Scroll back...

Hi, Mupdf tools supports a [low memory flag](https://github.com/ArtifexSoftware/mupdf/blob/master/source/tools/mudraw.c#L639). The default mupdf cache is 256MB, this means opening 4 documents will use up to 1GB memory. In my test opening 4...

Hi, I am profiling my application startup time. In the profile result, jurigged requires around 300ms, where 200ms comes from importing blessed. Since I only run `live.watch()` and blessed is...

### Environment GVim #### If you are using vim(not neovim), fill in the following blanks - Output of `vim --version`: 9.0.1270 - Platform: - [ ] Linux - [ ]...