you-n-g

Results 33 issues of you-n-g

Hi, `lens` is realy a great plugin that saves me a lot of time. It works as what I expected most of the time. Can `lens` make the XXX_resize_max proportional...

Hi, `Context.vim` is a great tool for me. Thanks your efforts to build such a great plugin. However, I found it conflicts with [vim-which-key](https://github.com/liuchengxu/vim-which-key). Here are the steps to reproduce...

Hi, tmux-complete is a great vim-plugin. I'm using neovim + coc.nvim. I found it try to complete the words from all panes( I have a lot of sessions. So it...

## Description ## Motivation and Context ## How Has This Been Tested? - [ ] Pass the test by running: `pytest qlib/tests/test_all_pipeline.py` under upper directory of `qlib`. - [ ]...

## 🌟 Feature Description Currently, user should use the following command to download the data. ![image](https://user-images.githubusercontent.com/465606/180944946-20cb4b7e-f46e-4ac6-8c03-621dcc261813.png) This requires the following steps. 1. Install Qlib 2. clone the source code of...

enhancement
good first issue

## 🐛 Bug Description Qlib does not require the installation of packages like `CatBoostModel` But the output looks a little misleading. ## To Reproduce Run `examples/workflow_by_code.ipynb` in jupyter notebook. ##...

bug
good first issue

Hi, *Sideways* is realy a great plugin that saves me a lot of time. It works as what I expected most of the time. But it ignores a case that...

Hi, I have a similar problem with https://github.com/joblib/joblib/issues/359 My worker process has a memory leaking problem. So I want to respawn it after finishing a specific number of tasks. Does...

Hi, I'm using coc.nvim in neovim. I installed the coc-python extention. The process of "Searching Intepreter" is extemely slow. It even stopped me from exiting neovim until it finished. ![image](https://user-images.githubusercontent.com/465606/80933654-3f7fcc80-8df7-11ea-8f9c-070ab08c9864.png)...

I'm writing a package which will use some functions in v0.2. There is no release on pypi and related tag on github. I can only add the code below in...

question