Radek

Results 3 issues of Radek

## Expected behaviour Pa11y should set cookie on the browser. Pa11y should be able to load page with `headers.Cookie` without need to specify `headers.Accept` ## Actual behaviour Pa11y is not...

type: bug
priority: medium
status: help wanted

Example code: ``` export type IPropsVariant = 'primary' | 'secondary' | undefined export type IPropsType = 'button' | 'submit' | 'reset' | undefined export interface IProps { id?: string; type?:...

**Issue Overview:** I’m starting a brand-new project and trying to connect to Prisma’s accelerated PostgreSQL database (Prisma Data Platform), but I’m running into issues. Despite configuring my environment and database...

bug