Claas Augner
Claas Augner
Moving to mdn/bob, as the feature resides in the editor, and was implemented in https://github.com/mdn/bob/pull/759.
@romainmenke Can you share what browser and version you saw the red banner with? PS: In the future, please make sure to always use the issue templates to ensure we...
Let me put some things in context here: - The examples you're referring to here are specifically for CSS features, like this one: - Before https://github.com/mdn/bob/pull/759, the case that a...
@romainmenke Let me try and ask once more if your argument is theoretical at this point, or whether you can provide a real example where a specific CSS feature is...
This has meanwhile been fixed by https://github.com/mdn/yari/pull/10910.
I was unable to resolve the remaining issue: ``` error[E0277]: `?` couldn't convert the error to `FxaError` --> src/fxa/mod.rs:178:57 | 178 | let http_response = async_http_client(req).await?; | ^ the trait...
Reproduced the issue with the [live version](https://mdn.github.io/todo-vue/): 1. Click "Edit" on any item, 2. Click "Save" without changing the title, 3. Nothing happens, but the effect should be the same...
@stephane303 I'm experiencing the same issue. Have you found a workaround, by any chance? PS: Maybe these `tsconfig.json` settings are to restrictive: https://github.com/intlify/vue-i18n-composable/blob/f35ee68712fcc1358a37b9d2f1632f58a06bccd8/tsconfig.json#L3-L4 In my project, we have them set...
cc @antfu: Writing `import { useI18n } from 'vue-i18n-composable'` like in the example, causes the following error: ``` Failed to compile. ./node_modules/vue-i18n-composable/dist/index.mjs 17:17-25 Can't import the named export 'computed' from...
FWIW I also tried these workarounds, without success: - https://github.com/graphql/graphql-js/issues/1272#issuecomment-404154877 - https://github.com/apollographql/react-apollo/issues/1737#issuecomment-372958899