Andrea Ascari

Results 101 issues of Andrea Ascari

There's no need to have millisecond in the `BUILD_DATE` env var and this also breaks our tests from time to time. ## Proposed Solution Formatting the date with `YYYY-MM-DD HH:mm`...

bug
test

Align _guardoni_ documentation including: - [ ] how to configuration - [ ] how to build - [ ] how to test - [ ] how to run pointing at...

To be sure the validation of metadata output is compatible with old versions of our metadata we need to dump some data from production DB and test it locally. When...

The _shared_ package now contains everything used by the platforms, on server and client side. This causes to have all the dependencies defined by _shared_ package installed on both backend...

There's no case at the moment for a manual insertion of the `experimentId` in extension popup, so the input should be only displayed when value is _present_ and shouldn't be...

browser-extension

It appears that a known bug is surfaced again and we're only collecting the first 12 results of the tiktok search page. Needs some investigation

bug

For now we only use one `tsconfig.json` per project and this causes some issues: - the inclusion of `*.e2e.*` and `*.spec.*` is not consistent across different workspace - when the...

build

To address properly the new documentation development and creation we need to put down a list of needed elements and find a good strategy to present our docs. Here are...

At the moment we only have 2 or 3 components in our storybook, but we may want to define how and where we want to deploy it.

Add a proper section in the documentation to explain how to to create and run the needed migrations for the backend.