Liu Sida

Results 22 issues of Liu Sida

Hi guys from 2020, I should say halloc is still great. Wish someone can continue working on it. I've just tested halloc on my laptop, and here is my environment:...

$ java -jar AlienFX.jar Device found: 187c:0530 and a window pop up and said "Device unknow: no controller available. Please report this issue..." So I am here reporting. ^_^ =====...

missing controller

In README, I saw the 3D visualization of `diffmpm3d.py` is super cool https://raw.githubusercontent.com/yuanming-hu/public_files/master/learning/difftaichi/diffmpm3d.gif but when I try to reproduce the result, the code only produced `.bin` files. I am wondering...

The online service is down I think, unfortunately. so the doi2bib doesn't work.

While processing this PDF: http://papers.nips.cc/paper/2328-a-note-on-the-representational-incompatibility-of-function-approximation-and-factored-dynamics.pdf An exception occurs, and the program crashs. ``` $ java -cp cermine-impl-1.13-jar-with-dependencies.jar pl.edu.icm.cermine.ContentExtractor -path bug/ File processed: bug/2328-a-note-on-the-representational-incompatibility-of-function-approximation-and-factored-dynamics.pdf Exception in thread "main" java.lang.RuntimeException: EOL code...

We define some callback manager and a chatbot: ``` from langchain.callbacks import OpenAICallbackHandler from langchain.callbacks.base import CallbackManager manager = CallbackManager([OpenAICallbackHandler()]) chatbot = ChatOpenAI(temperature=1, callback_manager=manager) messages = [SystemMessage(content="")] ``` Now if...

This is a very interesting experiment! Really like the idea of accumulating skills as executable codes. I can't find any checkpoint in this repo, and want to take a quick...

Since we have moved the project folders into `/projects`, we should also change the default argument for main.py https://github.com/AntonOsika/gpt-engineer/blob/52ee3ed88e6c1753f0d38398d396f023ffe97346/gpt_engineer/main.py#L20 it should be ` project_path: str = typer.Argument("projects/example", help="path"), `, so...

I assume this is a typo, because `possible_module` can be `__pycache__` but `module_path` is the full path and never be `__pycache__`.

This PR introduces a new function, `cleanup_if_idle`, which is triggered in two scenarios: when a user leaves and when the queue is updated. Its primary purpose is to efficiently release...