Baptiste Arnaud
Baptiste Arnaud
## Are you reporting a bug, or opening a feature request? A bug ## What is the actual behavior/output? I'm computing a tree on component load but it is weirdly...
I have several users from different time zones. Currently, my server script is sending: `date.toUTCString()` to the spreadsheet but it will add a cell with the timezone of my server....
Hello, I need my assistant to constantly listen for mic input. But sometimes it just stop listenning (when looking at debug, it doesn't print anything). If I understood well, continuous...
### pnpm version: 7.8.0 ### Code to reproduce the issue: - Create a new turborepo project: `npx create-turbo@latest` - remove all `node_modules/` - Install dependencies of only the `web` package:...
**Description** For some reason, The FloatingLink menu isn't positioning correctly sometimes. As you can see in the video, I close and open the link many times. It often displays the...
**Description** On first component mount, the `editor.selection` is correctly defined but after unmounting and remounting the component, `editor.selection` is `null` forever To reproduce the behavior: 1. Click on "Toggle editor"...
The library works perfectly on my machine but when it's deployed in a Lambda function, the token doesn't seem to automatically update: ```ts export const getAuthenticatedGoogleClient = async ( userId:...
### Describe the bug When calling `deleteObjects` like this: ```ts const s3 = new S3({ endpoint: new Endpoint("http://localhost:9000"), }) await s3 .deleteObjects({ Bucket: 'typebot', Delete: { Objects: [ { Key:...
## Icon Request * Icon name: Drag handle * Use case: Used to indicate that something is draggable * Screenshots of similar icons:
I can't figure out how to make this library work with React Hooks. It doesn't seem to append children to my div element. To reproduce my "bug": 1 - Create...