Mark Michaelis

Results 21 comments of Mark Michaelis

Just in case it is interesting, here are our typings we have tried to introduce for BBob (Permlink of current state, often refactored currently when we go deeper down the...

@colindawson, we just finished more than a year of development to replace CKEditor 4 with CKEditor 5 (find the sources at https://github.com/CoreMedia/ckeditor-plugins). And yes, the package you spotted is one...

> For single attribute tags like `[url=someurl]` I think need to ignore any symbols except ending tag `]`. Agreed. The question is, where to provide this information. My gut feeling:...

Quoting [TestCafe](https://testcafe.io/documentation/403841/guides/intermediate-guides/quarantine-mode) as referenced by @signed: > **Quarantine Mode** > > Enable quarantine mode to eliminate false negatives and detect unstable tests. When a test fails, TestCafe quarantines it and...

> Maybe it's a bad decidion for handle this as `{ 'example.com': example.com }` maybe better will be handling this as `{ url: 'example.com' }`, but it breaking change. Yes,...

This issue becomes more severe, when you want to have tags, that only handle "unique attributes" differently, but keep all others as is. Thus, if you want to stick to...

**Broader Issue for several CKEditor Plugins:** As our data layer does not accept any kind of `style` attributes, we also require representation as `class` attribute. As of 35.x (and before)...

To my surprise, the adjacent features font-size and font-family already provide a configuration option, which allows using classes instead of style attributes in views: ```javascript fontSize: { options: [ {...

Here is the PR: highsource/jaxb2-basics-support#1. It also shows the missing handling in toString, equals and hashCode plugin.

> Those are some interesting examples of missing exports. I feel we may need to discuss it because some of these classes are not something we would like to expose...