John Lyu

Results 38 issues of John Lyu

I tried the code in `readme` but got error like this: ``` >>> x_dim, y_dim = m.screen_size() >>> m.click(x_dim/2, y_dim/2, 1) Traceback (most recent call last): File "", line 1,...

![Imgur](https://i.imgur.com/4fkBu0m.png) See what I do in the screenshot, I definded a class in `es5js` and then call `evaljs` the first time, everything seems OK. But when I tried to used...

### Summary Altair chart won't show if use `resolve_scale` ### Steps to reproduce Code snippet: ```python import altair as alt from vega_datasets import data import streamlit as st source =...

bug
confirmed 🤝
P3 🌩
st.altair_chart

### Problem I have some CPU-bound tasks and want to use `multiprocessing` module. But, `multiprocessing` module can only used in `if __name__ == "__main__"` or with in a function. For...

type:enhancement
area:performance
area:threading/processing

Please: - [x] Check for duplicate issues. Please file separate requests as separate issues. - [x] Describe how to reproduce the bug. - [x] Use the latest versions of Vega...

Bug :bug:

**Describe the bug** My local time is UTC+8, but I can not got correct local time in flower view. My docker settings: ``` flower: image: mher/flower environment: - TZ=Asia/Shanghai -...

bug

### Gogs version 0.12.9 ### Git version - Server: git version 2.37.0.windows.1 - Client: git version 2.25.1 ### Operating system Windows 10 ### Database SQLite 3 ### Describe the bug...

💊 bug

I got double select2 span in my admin inline if I use dal in it's parent page. I found selec2.full.js is loaded twice They are `http://127.0.0.1:8000/static/vendor/select2/dist/js/select2.full.js` `http://127.0.0.1:8000/static/admin/js/vendor/select2/select2.full.js` if I block...

## Feature description In some case, users want to select all except one. With out `ctrl+a` hotkey, it is hard to select all.

If we have more than 100 features, no label is clear in current correlation map. But if we create heatmap by seaborn or just pandas, user can zoom html to...

feature request