Albert

Results 4 issues of Albert

It's already possible to inject Debug ID to source maps via `sentry-cli` ([source](https://github.com/getsentry/sentry-cli/blob/master/src/commands/sourcemaps/inject.rs)): ``` sentry-cli sourcemaps inject /path/to/directory ``` I think it would be great to support this feature in...

enhancement
Status: Backlog

**Describe the bug** Attachment files created via `allure-playwright` reporter don't have a file extension. So the downloaded file cannot be identified by OS as pictures, archives or something else. ![image](https://github.com/allure-framework/allure-js/assets/26366132/c2691ec3-dcbb-444e-922c-74fcb2979367)...

type:bug
theme:playwright

I suppose there is an error in the [`getRequestUrl`](https://github.com/grikomsn/airtable-deno/blob/cf45c67b967408d49c0c1ef8fd19be327be2c0c6/airtable.ts#L433) function. In addition to the bug mentioned in the [pull request #5](https://github.com/grikomsn/airtable-deno/pull/5), this function does not properly handle the `sort` array....

bug
good first issue

Hi! I noticed a mismatch in the types of the `stayScrolled` function. **Expected** https://github.com/dotcore64/react-stay-scrolled/blob/bef46e1beaba45ed84d7db854fdf0fc4bf19ee8d/README.md?plain=1#L199-L201 **Actual** https://github.com/dotcore64/react-stay-scrolled/blob/bef46e1beaba45ed84d7db854fdf0fc4bf19ee8d/types/index.d.ts#L5