Sigurd Fosseng
Sigurd Fosseng
fixes #386 * disables month option if all days is disabled. * When changing to a month with disabled dates, select the first available
The readme says: > Returns only unique elements: > > ```js > union(['a', 'a'], ['b', 'c']); > //=> ['a', 'b', 'c'] > ``` the implementation returns: ```js ['a', 'a', 'b',...
It sort of works, needs lots of cleanup TODO investigate/learn about: * slotting, can it be used for piece templates? * child with `` * child with `` * animations
`types.ts` given these types: ```ts export interface Links { readonly self: HrefLink; readonly myLink: HrefLink & TemplatedLink; } export interface HrefLink { readonly href: string; } export interface TemplatedLink {...
### Describe the bug. ``` npm i -D @asyncapi/generator @asyncapi/html-template npx asyncapi-generator --force-write --output dist asyncapi.yaml @asyncapi/html-template ``` Gives the error ``` Something went wrong: Error: This template is not...