Xiaochen Cui
Xiaochen Cui
Due to some reason, there is no clang in our CI, but we still want to upgrade afl.rs to 0.8.0 https://github.com/tikv/tikv/pull/7683 How we achieve that?
Traceback (most recent call last): File "/home/chenxiao/myproject/flask-cloudy/example/app.py", line 16, in storage.init_app(app) File "/home/chenxiao/myproject/flask-cloudy/flask_cloudy.py", line 217, in init_app "directory or doesn't exist for LOCAL provider" % container) OSError: Local Container (directory)...
**Describe what's wrong** Got error when build from scratch, using llvm-20. **How to reproduce** create file CMakePresets.json: ```json { "version": 3, "cmakeMinimumRequired": { "major": 3, "minor": 21, "patch": 0 },...
I want to take a closer look at file `compile_commands.json`, but the content of it is not fixed. Is there a way to make the order of its content fixed?...
some resource names in the usage table are cut off with “...”. it would be helpful if users could drag or resize the column to see the full text. alternatively,...
**issue** `npm start` failed on the 2nd run on linux env. This caused the failure of recent CI jobs: https://github.com/HeyPuter/puter/actions/workflows/test.yml **how to reproduce** use linux env ```sh git clone --recurse-submodules...
**issue** `puter.fs.stat` is supposed to accept an option object after the `path`, but now it's broken **how to reproduce** Input following code in dev console in prod env. ```js (await...
This is the first release of client-replica, check the RFC for details: https://github.com/XiaochenCui/puter/blob/fs/client-replica/doc/RFCS/20250821_client_replica_file_system.md It's safe to merge and deploy it without update the config, no client will use client-replica in...
the mounted memoryfs doesn't show on it's parent `/admin`, which is not the case when this feature just finished. ``` "mountpoint": { "mountpoints": { "/": { "mounter": "puterfs" }, "/admin/tmp":...