Alasdair McLeay

Results 151 issues of Alasdair McLeay

Closes: #9444 - [x] Docs - n/a Tests The docs for `createCookieSessionStorage` state: > With other session storage strategies you only have to commit it when it's created https://remix.run/docs/en/main/utils/sessions#createcookiesessionstorage When...

CLA Signed
docs
feat:sessions

The following spec throws an error "TypeError: Cannot read properties of undefined (reading 'normalized')" ```yaml openapi: 3.0.3 info: version: 1.0.0 paths: '/example': post: parameters: - name: example schema: $ref: '#/definitions/DefinitionA'...

Awaiting: - [x] https://github.com/json-schema-faker/json-schema-faker/pull/360#issuecomment-364470410 release of json-schema-faker - [x] apigee-127/sway#174 failing tests with [email protected] - [x] apigee-127/sway#165 UNRESOLVABLE_REFERENCE for circular references - [x] apigee-127/sway#168 Add date and time format support...

Watch spec file and restart on change

enhancement

I am using remix-utils/client-only in a route: https://github.com/sergiodxa/remix-utils ```tsx import { ClientOnly } from "remix-utils/client-only"; export const config = { runtime: "edge" }; export default function Index() { return {()...

## Feature request: Allow wildcards in the import/core-modules settings ```json "settings": { "import/core-modules": [ "@my-monorepo-namespace/*", ] } ``` ... so that ``` "import/no-extraneous-dependencies": ["error", {"devDependencies": true}] ``` ...does not throw...

I have a list of languages in a Select. I want to feature some options at the top of the Select but these options also appear alphabetically lower down with...

### Describe the bug Storybook canvas doesn't persist an arg from the URL arg when `@storybook/addon-essentials` (docs add-on) is installed and an arg can accept `React.ReactNode` (or other complex type)....

bug
needs triage

### Is your feature request related to a problem? Please describe. I am attempting to write design system components that are compatible across a range of React architectures, including 11ty....

education
typescript

**Checklist**: * [ ] Documentation * [ ] Tests * [ ] Ready to be merged