sp.wack
sp.wack
> We may need to support copying from [inside the container] to the [host] to be able to download from workspace. I was actually referring to extending [files.py](https://github.com/OpenDevin/OpenDevin/blob/main/opendevin/files.py) based on...
Using Bun v1.0.25 Still facing the same issue when trying to run `bun add @graphql-mesh/cli graphql` Running `bun add uNetworking/uWebSockets.js` results in the error `error: InstallFailed extracting tarball for uNetworking/uWebSockets.error:...
Experiencing the same problem ``` TS2322: Type '(e?: FormEvent | undefined) => void' is not assignable to type '(event: GestureResponderEvent) => void'. Types of parameters 'e' and 'event' are incompatible. ...
Maybe try importing differently: ```py from guidance import Guidance from guidance.llms import OpenAI # example llm setup # There is also a `token` parameter if necessary. davinci = OpenAI(model='text-davinci-003') guidance...
@Sam1320 This seems to have worked for me https://github.com/microsoft/guidance/issues/40#issuecomment-1554084184
https://github.com/microsoft/guidance/issues/36#issuecomment-1553723123
It is an issue regarding whitespace looks like https://github.com/microsoft/guidance/issues/53
https://github.com/microsoft/guidance/issues/36#issuecomment-1553723123
@Sparkier I'm a little confused on what the motivation behind a partial tree is, or maybe I am just misunderstanding what it actually is. Could you clarify? I may spin...
When I noticed we were accessing the workspace through the API, I considered an alternative: It might be more efficient to load it locally (I assume similar to the backend's...