Simon-Pierre Gingras

Results 12 issues of Simon-Pierre Gingras

Removes the `Enable Botpress Cloud` checkbox in favour of the upcoming Personal Access Token feature Ref: https://linear.app/botpress/issue/BUS-645/support-personal-access-tokens-in-studio

What's the difference (if any) between running `python manage.py bower install` and `python manage.py bower_install` ?

## Expected Behavior When I run `tlr show`, my secret from AWS Secrets Manager should be displayed ## Current Behavior Error is raised: ``` ➜ spg-test git:(spg-test) ✗ AWS_ACCESS_KEY_ID=AKIAXXXXXXXXX AWS_SECRET_ACCESS_KEY=XXXXXXXXXXX...

bug

When building my project, I get the following error: ``` yarn run v1.22.19 $ tsc node_modules/@sentry/types/types/globals.d.ts:2:11 - error TS2451: Cannot redeclare block-scoped variable '__DEBUG_BUILD__'. 2 const __DEBUG_BUILD__: boolean; ~~~~~~~~~~~~~~~ node_modules/winston-transport-sentry-node/node_modules/@sentry/types/types/globals.d.ts:2:11...

The current test suite uses Selenium tests. Though they cover a lot of potential issues, they are complex to write and maintain. We might investigate https://github.com/google/gwtmockito to see if some...

suggestion

Suppose I flush a bean from an GWT Editor, and that bean represents search parameters: ``` class SearchParams { String name; int age; State state; String zip; } ``` A...

Suggestion

When comparing these 2 schemas: `test/old.json` ```json { "openapi": "3.0.0", "servers": [{ "url": "https://myserver.com" }], "info": { "title": "My API", "description": "Description", "version": "0.2.0" }, "paths": { "/v1/entity/{id}": { "put":...

With the `+`, I get this error (context: I use corepack): ``` ➜ master git:(master) pnpm --version Usage Error: Invalid package manager specification in package.json; expected a semver version $...

Looking at `RecordProcessor::process_records` ```python def process_records(self, process_records_input): ... try: for record in process_records_input.records: ... except Exception as e: sys.stderr.write("Encountered an exception while processing records. Exception was {e}\n".format(e=e)) ``` I see...