Patrice Gauthier

Results 12 issues of Patrice Gauthier

In my project a dependency uses node-gyp and doing `yarn install` gives an error that it's missing. If I try to `volta install node-gyp` it gives me: ``` ❯ volta...

Awaiting more info

The query engine gets killed by linux as it exhausts the memory for the system to run smoothly ![image](https://user-images.githubusercontent.com/821567/102823144-5421cc80-43a8-11eb-9cae-c9ab5f364719.png) That's from a K8S cluster on GCP but here that's not...

bug/1-unconfirmed
team/client
topic: production
topic: out-of-memory

Using version 3.13.1 There's a type mismatch between the Result functions ![image](https://user-images.githubusercontent.com/821567/226970176-6625f84b-cb2c-4f8c-aa90-8b39a82c9e14.png)

Useful for array of objects

good first issue
feature request

I have followed the docs and wrote a simple spider but running it gives me a protocol error. Elixir 1.14 Erlang 24 Crawly 0.14 ``` defmodule BasicSpider do use Crawly.Spider...

### Checkboxes for prior research - [X] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide) and [API reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest) - [X] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js). - [X] I've searched for [previous similar...

guidance
response-requested
p2

**Describe the bug** I am unable to create users locally from the Studio **To Reproduce** Steps to reproduce the behavior: 1. Go to `/project/default/auth/users` 2. Click on Add User ->...

**Describe the bug** The path is not used when it is set. **To Reproduce** Steps to reproduce the behavior: In the VScode config, change the extension configuration `testify.testRunnerPath` to `./node_modules/mocha/bin/mocha.js`...

bug

The API for Node JS is confusing and not aligned with the API: - there's `MailData.text` & `html` but there's also `MailData.content` which is not optional when using `MailData`. The...

type: bug
status: help wanted