Dan Masquelier

Results 7 comments of Dan Masquelier

Love this library, but our team regularly experienced issues where we could accidentally overwhelm the database if we forgot to implement the concurrency option. We regularly have to specify `{concurrency:...

Seeing this error with `1.2.19`. Doesn't seem to block plugin initialization for me. I'm not even using `readonly` anywhere. [Commenting this out](https://github.com/angular-ui/ui-select2/blob/master/src/select2.js#L202-L204) mutes the `Unknown method: readonly` error.

You should make a pull request for this. I was blocked by the same thing and replaced `convertToAngularModel` with your implementation and it works exactly as I would expect it...

Leaving this hack here for future travelers. ```typescript // Pick your favorite regexp for url detection e.g. https://stackoverflow.com/a/3809435/ // use at your own risk... const QUILL_URL_REGEXP = /[-a-zA-Z0-9@:%._+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_+.~#?&//=]*)/gi; export const...

@benvogler sorry to bother several years later, but did you manage to resolve this? I get a similar null response when sending my class name(s). It's also definitely not resulting...

Hey thanks for adding this improvement! It looks like it was approved several months ago. What's the next step to get this merged?