-
If you try to eager load a belongsToThrough relationship, Quick throws this error:
```
No matching function [MATCHONE] found
```
on BelongsToThrough.cfc:281 from BaseEntity.cfc:2475.
This …
-
The sender code should read and respect Discord rate-limit Headers to prevent lost webhooks.
### Dev notes
In this file: https://github.com/CFC-Servers/cfc_err_forwarder/blob/main/moon/cfc_err_f…
-
I'm using DI/1 with 'omitDirectoryAliases' set to true. So my beans have the same names as the cfc's. Taffy now doesn't discover my resources. I checked out the code and it seems in api.cfc, on line 1…
-
@klindsay28, can we delete logical `from_file`, or are you planning to use it later?
https://github.com/NCAR/MOM6/blob/b1eda273774965d9f673fb03912b145b17da93e1/src/tracer/MOM_CFC_cap.F90#L195
-
Our host recently upgraded to 4.5.1.022, and ValidateThis no longer functions properly. I now get this error message.
string The property name was not found in the object passed into the validation…
-
All our Stripe transactions were processing, but "city" information wasn't being logged by Stripe. In the Stripe gateway CFC (`/api/gateway/stripe/stripe.cfc`), all address parameters are being confi…
-
Hello @cfsimplicity,
I'm having an error in the production environment but in my development environment _(which uses the same stack)_ it works fine.
```
Version: Lucee 5.3.8.138-SNAPSHOT
Servle…
-
We should be creating permissions / Role Profile that match the Employee responsibilities. I'll follow up with an org chart with designations. We will also want to curate a set of departments for thes…
-
Hello 👋
After having some issues with hitting breakpoints, we are trying to update our luceedebug from 2.0.9 to 2.0.14. However, we can't start the application as it stops with the following error:
…
-
Given strings a, b and a set of strings, which are of equal size, find all possible ways to transform a to b. Every step in the transformation should be from s1 to s2, where s1 and s2 are almost the s…