aekidna

Results 18 comments of aekidna

Gaaak! Found the culprit, unless it's a red herring. There was a comma at the end of a deconstructed object in an import Changed ``` import { AppConfigSchema, SponsorshipTypeSchema, AuthoredFragmentSchema,...

Using Quill with no wrapper in Vue3. Same issue. Anyone looking at this? Edit: Turns out that wrapping Quill inside a fieldset element breaks the editor. Go figure...

Brave v1.43.89 (Chromium 105.0.5195.102)

Thanks. It definitely seems that debugging it ... breaks it :) Oh, the fun.

Thanks @hildjj. Are you saying that the `options` object is available in the grammar and it contains whatever I pass in as a second parameter of parser.parse()? That's not clear...

Yep, same problem here: Line 116 ```javascript // handle non-a[download] safari as best we can: if(/(Version)\/(\d+)\.(\d+)(?:\.(\d+))?.*Safari\//.test(navigator.userAgent)) { if(/^data:/.test(url)) url="data:"+url.replace(/^data:([\w\/\-\+]+)/, defaultMime); if(!window.open(url)){ // popup blocked, offer direct download: if(confirm("Displaying New Document\n\nUse...

This is still happening. Trying to tether a menu with the settings ```js new Tether({ element: menuEl.value, target: selfEl.value, attachment: 'top right', targetAttachment: 'bottom right', offset: '-5px 0', constraints: [{...

> > Any solution to fixed it? > > Try this: > > ``` > optimizeDeps: { > esbuildOptions: { > tsconfigRaw: { > compilerOptions: { > experimentalDecorators: true >...