Levi Zim

Results 38 issues of Levi Zim

机器人一直提示 处理中... 检查 docker 日志发现机器人已经崩溃重启 出现问题的命令: /sub @[channel user name here] https://gabrielsieben.tech/atom ``` / _| | _____ _____ _ __ ___ ___ | |_| |/ _ \ \ /\ /...

**rust-analyzer version**:0.3.1203-standalone **rustc version**: rustc 1.65.0-nightly (f03ce3096 2022-08-08) **relevant settings**: ``` "rust-analyzer.server.extraEnv": { "RUST_BACKTRACE": "full" }, ``` # Error Message I am getting this error message when having fun playing...

Broken Window

https://neal.fun/wonders-of-street-view/

issue-243

Hi, Thanks for maintaining this project. I am using the latest app-builder built from the master branch. I encountered the following error when building element-desktop on both x64 and riscv64...

Fix the following error: ![image](https://user-images.githubusercontent.com/18085551/186122673-7ba593d1-d974-48ca-903c-2e995d093d70.png) The numbers in `color` are float numbers, but PIL doesn't like it(I don't know why). ![image](https://user-images.githubusercontent.com/18085551/186122521-2d1d85b0-bbde-4a8d-bce8-a7cbfd39fcd2.png) This PR makes PIL happy.

contributor

Using ptrace::cont will skip some or a lot of syscalls depending on scenario. ptrace::syscall should be used here. Reproducer: ```c #include #include #include int main() { if (0 == fork())...

Hi, I am trying to build jupyter_client on riscv64 linux. I have noticed that there is a failing test. Failing test: TestAsyncKernelClient.test_input_request ```python =================================== FAILURES =================================== ___________________ TestAsyncKernelClient.test_input_request ___________________ self...

Hi, Some tests are failing on riscv64 architecture because the results on riscv64 is more precise than other architectures. - Operating System: Arch Linux - Architecture: riscv64gc - OpenColorIO Version:...

Help Wanted

Add two sub commands that process a batch of inputs. - `batch-text` - `batch-ssml` The input file to this two sub commands is of the following format: ```aspeak-list /home/user/1.txt /home/user/2.txt...

enhancement