julee

Results 10 issues of julee

Works well in Windows 10 system Powershell terminal. But with cmder, powershell start task, z comamnd only list paths which typed in system Powershell termianl, not beside any paths typed...

See App.cc, in StartMainLoop(), this->addBlocker(AppState::Init) try to block app init until native window created(readyForInit will call when native window create, this try to unblock app init). But, App::onFrame: ``` if...

bug

openclash 的程序过滤规则依赖于这个模块。

插件版本: 0.2.79 浏览器: 版本 110.0.1587.63 (正式版本) (64 位) (Windows) 翻译配置: OpenAI 出现 BUG 的网页: https://shopify.github.io/spatial-commerce-projects/Reverse-AR/ 转菊花,指示还在翻译: ![image](https://user-images.githubusercontent.com/1493342/223093912-6cd706a9-4d9d-40ad-9797-8c3ae37dd278.png) DevTools : ![image](https://user-images.githubusercontent.com/1493342/223094139-1c08a547-78f9-49d6-9522-706291effe68.png) DevTools 显式的网络请求内容: ``` fetch("https://api.openai.com/v1/chat/completions", { "headers": { "accept": "*/*", "accept-language":...

### Steps to reproduce My laptop possesses two graphic cards—the integrated Intel graphics card and the NVIDIA GTX 1650 Ti. Test 1. When I select the NVIDIA graphics card in...

needs-investigation
bug

Version 11.6.0 added this environment variable, according to [the documentation](https://nvidia.github.io/cuda-python/release/11.6.0-notes.html#default-stream), setting this environment variable to 1 can make the default stream use per-thread stream. However, from the code perspective, this...

I'm interested in how this piece is implemented, but seems cannot find any thing about this. Thanks.

The VAO instance method uses the program id as a key to cache VertexArray internally. However, if the original Program is released, and a new Program is created, the opengl...

bug

Version: 1.89.1 (Universal) Commit: dc96b837cf6bb4af9cd736aa3af08cf8279f7685 Date: 2024-05-07T05:14:24.611Z Electron: 28.2.8 ElectronBuildId: 27744544 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Darwin arm64 23.4.0 C-mantic:v0.9.0 C/C++: v1.20.5 When I open a C++ file,...

- Addressed issue where repeated reloading of the ffmpeg library led to crashes. Previously, each component attempted to load the ffmpeg library and executed an unload before loading, causing other...