Jeong, Heon

Results 16 issues of Jeong, Heon

I'm trying to add `CFLAGS+=-fPIE` only for musl, and wondering if there's simple configuration for it. so far I had to modify `musl-*/Makefile` after the initial build, remove some build...

Please fill out the form below. ### System Information - **Spark or PySpark**: Spark - **SDK Version**: latest - **Spark Version**: N/A - **Algorithm (e.g. KMeans)**: N/A ### Describe the...

help wanted
feature request

**IMPORTANT**: PRs without the template will be CLOSED ### Description of your *pull request* and other information Some of the fields are no longer available in the website. This use...

site-bug

`futures::stream::select` will poll streams in a round-robin fashion, which means one stream can be blocked if the other stream does not have item ready. It replaces select to `futures::stream_select!` which...

This change allows SVG images can be processed by astro-imagetools. (e.g. converting svg into webp etc) As the `file-type` library parse the SVG image as 'xml' extension, we should add...

Hi, I'd like to suggest PR to handle issue when value in zookeeper is containing newline character. Because import util reads entry line by line, import does not work properly...

current modules like `browserWindow`, `menu`, ... should be imported via 'electron'. ``` javascript import app from 'app'; // wrong import {app} from 'electron'; // should be ```

### Description ### TLDR I have a use case to register `commands` which is not actually user commands. In short, I wanna execute [lsp.start_client](https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig/manager.lua#L152) without calling [nvim_create_user_command](https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig/util.lua#L91). ### Minimal reproduction...

bug

Range header is important to support download resume and media streaming. As [GetObject supports Range](1), this commit proxy the range header from the request to Range parameter of the GetObject....

...when running goto_first_child_for_{byte or point}. My problem: I have a following markdown document ``` {Node document (0, 0) - (11, 0)} document 91 {Node section (0, 0) - (8, 0)}...