you-n-g

Results 33 issues of you-n-g

I try to run my code `a.py` with jupyter run. Here is my code in `a.py` ```a.py import time i = 1 while True: i += 1 time.sleep(5) print(123) ```...

Hi, I try to plot with matplotlib in qtconsole. The plot seems OK when ploting in the qtconsole. here is the code and result ![image](https://user-images.githubusercontent.com/465606/83858580-4cbe0d00-a74f-11ea-9fe4-f01f3de704ea.png) However, when I copy it...

## 🌟 Feature Description CI that it can't detect the errors in the report. So I think it would be better to add such a check in our CI. (It...

enhancement
good first issue

### Initial Checks - [X] I have searched GitHub for a duplicate issue and I'm sure this is something new - [X] I have searched Google & StackOverflow for a...

bug

Thanks for your contribution to such a great plugin. Could you please inform me how I can log all the detailed requests to OpenAI API to disk? It would be...

enhancement

It will now keep wrap=True in diffmode instead of too long invisible lines, which is more readable now ![image](https://github.com/jackMort/ChatGPT.nvim/assets/465606/720ffe58-6c04-40c8-8be6-9d9f0beff7e0)

## 🌟 Feature Description A lot of users encountered data errors when integrating their own data. If Qlib can provide a health checker to help users automatically check the heath...

enhancement
help wanted

## 🐛 Bug Description Due to the [rearranging of the data in memory](https://github.com/microsoft/qlib/pull/1342/files#diff-7a9ec3a65d3670b22b437e0b2f8ae8a3fdce0bd378706316266026c2e1360eb8R387), the `TSDataSampler` based Graph-based models will not work properly now. Because the grouping by day mechanism is...

bug

## Abstract Thanks for the great plugin! I try to deploy my own CouchDB. But I must have a valid ssl certificate So I turn to ngrok tunnel to convert...

enhancement
addressed