Romain Billot

Results 20 issues of Romain Billot

TARGET is named as REMOTE_TARGET in example.

**Describe the bug** The agent does capture stack trace but it wrongly claims that the line is 299 when it's 364 actually. I first though it was a source map...

agent-nodejs

I'm using latest version of `tf-next`. Building and deploying works just fine, but, images are not displayed at runtime. Here is the endpoint called: `https://xxxxx.example.com/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fportrait.05e9d5ee.png&w=96&q=75 ` and here is the...

feature/next.js

This path works : `import createCloudFormationResources from "dyngoose/dist/utils/cloudformation.js";` This path doesn't : `import { createCloudFormationResources } from 'dyngoose/utilities/cloudformation';` Documentation : https://github.com/benhutchins/dyngoose/blob/master/docs/Deployment.md#generate-with-utility

Hello, I'm trying this package. I can see that the current example in `Home.md` does not works with the latest version of `dyngoose`. ```ts import { Dyngoose } from 'dyngoose'...

Everything is in the title.

#3940 ### What's being changed: Bedrock URL for inference service Bedrock invoke model documentation: https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_InvokeModel.html Unless i'm missing something here, weaviate should use this url ### Review checklist - [...

Hi, current workflow frustration: * as a developer, searching for occurrences of a certain `text`, with the goal of refactor all impacted places, I have to search multiple times to...