Amos Ng

Results 11 comments of Amos Ng

Ah interesting, I hadn't looked into zprint binaries. Though what I like about using a lein plugin is that lein downloads everything for me :)

Sorry, I should've been clearer :P You can use it like this to quickly get multiple inputs, one at a time: ```python from langchain.chains.multiple_outputs import GetMultipleOutputsChain from langchain.llms.openai import OpenAI...

I've just encountered this myself as well. Thank you for the workaround @Sheap , you just saved me a lot of time with the `bubbles: true` trick :P

Hey, thanks for responding! - Good point, I think you're right. I need to modify more than one node at a time, so applying styles to the dragged `node` itself...

Do you have the `custom-protocol` feature enabled on your Tauri project? For me, it worked when I tried changing ```toml [dependencies] tauri = { version = "1.4", features = [...,...

@hueykwik you can manually install pydantic v1 like I did to avoid the error. That is, if the packages you're using supports that If the ICE maintainers see this: Out...

Haha no worries, though just FYI nothing seems to exist at https://oughtinc.github.io/ , and on top of that the CORS request from `ice.ought.org` fails :P

Right, I'm just saying, it looks like static files are not being served from `https://oughtinc.github.io` as the site apparently doesn't currently exist

Ohhh my bad, I got that confused with the other trace URL you posted. All good now!

Sorry for the delay, I was trying to meet a deadline. This looks to be a little harder than expected. If I do it for, say, this function in `Files`:...