Weize

Results 11 issues of Weize

It's possible to embedding seq-lang to Python? Just like the [numba](https://numba.pydata.org/numba-doc/latest/index.html) and [taichi](https://github.com/taichi-dev/taichi). The syntax of seq-lang is very similar to Python, so I think maybe it's possible to compile...

Hi, I'm a newbie of OpenGL and glumpy. When I try to run the code in chapter5, such as [outlined-cube.py](https://www.labri.fr/perso/nrougier/python-opengl/code/chapter-05/outlined-cube.py) and [textured-cube.py](https://www.labri.fr/perso/nrougier/python-opengl/code/chapter-05/textured-cube.py), I found that my cube looks like different...

When I use this kernel, I found that the object's attributes/methods can't get the completion. like this: ![image](https://user-images.githubusercontent.com/14010939/47340559-3d509400-d6d1-11e8-8905-d56899a65e3f.png) but in raw hy-repl, I can get the completion: ![image](https://user-images.githubusercontent.com/14010939/47340585-548f8180-d6d1-11e8-8b0a-eed0440ab5de.png) I should...

### Feature request Is it possible to support stream completion similar to the OpenAI API? ### Motivation Can save users waiting time and improve user experience. ### Other _No response_

I tried to run imjoy-rpc in the pyodide environment: ```python import micropip await micropip.install("imjoy-rpc") from imjoy_rpc import api class Plugin: async def setup(self): print("setup") async def run(self, ctx): print("run") print(ctx)...

`stbiw.cpp` 里面先 define 了 STB_IMAGE_WRITE_IMPLEMENTATION 再 include "stb_image_write.h" 预处理器会把里面实现的部分粘贴到这个文件里面,这个文件就变成了它的实现代码。但是外面的文件 include 的时候它没定义那个宏,就只粘贴声明部分,不会粘贴实现部分。stb 通过这种机制就可以把声明和实现放在一个文件里面,方便使用,一复制一粘贴过来就能用了。

Current implementation seems only support `PySide2`. Will ryvencore_qt be compatible with other Qt bindings in the future, such as `PyQt5`?

Provide a convenient way to config the style of the interfaces.

enhancement