Michael Born
Michael Born
I've found two PHP-OAuth libraries so far: * https://github.com/authbucket/oauth2-php * https://github.com/Lusitanian/PHPoAuthLib I recommend the second, it is up to date and has over 100 contributors, so it's probably going to...
Yeah, what would it take to add arrow function support? Currently CFLint throws a NullPointerException when it encounters them. (I can open this as a new issue if you'd like...
I've run into this as well, but it's more like CFLint is failing to apply the configuration in the file. If the file doesn't match the JSON schema or isn't...
CFLint seems extremely picky about the `.cflintrc` file format, much more so than I remember from previous versions. Given this `.cflintrc` file, CFLint ignores the lowercase rule name because it...
[SyntaxHighlighter](https://github.com/syntaxhighlighter/syntaxhighlighter) supports Coldfusion. https://github.com/syntaxhighlighter/brush-coldfusion
Note that positional placeholders are still formatted and replace correctly.
It's worth noting that this same export also fails in Bolt 5.1.12 on PHP 7.4. (Albeit with a slightly different error message.) So this is not just a PHP 8...
I'm guessing this is a case of an old `conimex` version, and not an issue in Bolt Core. I can see the `order` set on the collection field in the...
Nope - this still occurs on the latest `conimex` v 2.1.2. Unsure whether the issue is in conimex or in bolt/core.
I still don't know if this is a Conimex bug or a Bolt core bug, but I was able to fix by adding a check for array length in the...