descampsk
descampsk
Thanks for this commit. I won't merge atm, because I didn't manage to compile with Ethereum Wallet with a compiler higher than 0.8.10. Indeed, with all compiler higher than 0.8.10,...
4 years after and it is still the case. Do you think there is a possibility to fix this ? ```js @request() req: TypeRequest ``` is casting to the right...
Same thing with helm job and wait_for_jobs = true. It will wait the timeout and then will return true. If i reapply I got the following : ``` $ terraform...
Hi, Just use the 0.8.10 version of Ethereum Wallet. It's a compiler issue.
How can we help to make this PR merged :) ?
4 years after and it is still the case. Do you think there is a possibility to fix this ? ```js @request() req: TypeRequest ``` is casting to the right...
"Happy" to see that i'm not the only one. Now the question is : is a workaround or fix possible ?
Same, i'm unable to import ```ts import { ChatPromptTemplate, HumanMessagePromptTemplate, SystemMessagePromptTemplate, } from '@langchain/core'; ``` following the upgrade to 1.0.0 When trying to use dist/prompts ```ts import { ChatPromptTemplate, HumanMessagePromptTemplate,...
```json { "compilerOptions": { "module": "commonjs", "declaration": true, "removeComments": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "resolveJsonModule": true, "target": "ES2021", "sourceMap": true, "outDir": "./dist", "baseUrl": "./", "incremental": true, "skipLibCheck": true,...
Is it possible to add also Claude Opus 4 and Claude Sonnet 4, already available on vertex AI https://cloud.google.com/blog/products/ai-machine-learning/anthropics-claude-opus-4-and-claude-sonnet-4-on-vertex-ai/?hl=en ?