Jorrit Schippers
Jorrit Schippers
Thanks for merging. I was pondering about withdrawing the PR because it was such a hack. Tom Select seems fine, this small piece of code seems to do exactly what...
I've been running the 5.1 branch on PHP 8 for a while and there seem to be no incompatibilities in every day use.
My old config had: ```json "includes": ["*.graphql"], ``` This got migrated to: ```yml include: '*.graphql' ``` This didn't work. What worked was: ```yml include: './**/*.graphql' ```
The error was generated by an obsolete iPad device. My idea was to add this to the top: `const intersectionNotSupported = typeof window !== 'undefined' && !('IntersectionObserver' in window);` set...
I just received an error report that IntersectionObserver wasn't available even on Safari 15. It seems it's marked as an 'experimental ' feature that could be disabled by the user.
I have a custom rich text field. The TypeKey of the default rich text field seems to be hard coded and the algorithm that determines if a field is rich...
I hope @JedWatson can merge this PR soon.
I think the entire `files` section can be removed. Most files it mentions are always included in the NPM package, even when not specified. Also, as this bug demonstrates, having...
5.6.0 has been released. I am wondering if a new release of node-libtidy could be created? See https://github.com/htacg/tidy-html5/tree/master.
In my experience, the following things have to be changed for Active Directory: - `ldap_set_option($ldapConnection, LDAP_OPT_REFERRALS, 0);` needs to be added - The code should try to bind as the...