brno32
brno32
Locally this doesn't happen, but when deployed on AWS, the explore url breaks the page  If I remove `?format=openapi`, it works. Is there a way to simply render the...
**Describe the bug** I'm developing an LWC on Salesforce. The component which contains this library is placed on a tab. When the user switches tabs during certain points when the...
I've encountered an issue where the payload size is too large and Salesforce rejects a bulk call for an upsert. The solution is to decrease the batch size. The write...
For some profiles, things like "full-time" show up for `companyName` in the positions objects. This text is from a nested HTML element so it shouldn't be tough to filter it...
I'm using the Serverless Framework and think it would be useful if I could generate a cloud formation definition from a PynamoDB model. Currently, I've defined this table in two...
**Your Godot version:** master branch **Issue description:** After running `scons platform=windows vsproj=yes dev_build=yes` as suggested in the Visual Studio documentation, the provided `.sln` file seems incomplete. Several modules throughout the...
On some systems `rsync` isn't in the `PATH`. Could we add support for specifying the path to the rsync executable for these situations? It could be an optional argument to...
Just wondering, why is everything uploaded as zip files instead of showing the real git history? Is GitHub just being used as a file hosting service here?
Is there a way to return the error from a failed `Run Code Asset` node? Currently I can print the error out inside my `LuaState` subclass, but I'd like to...
The following code silently exits if the user does not exist in the user pool https://github.com/aws-samples/amazon-cognito-passwordless-auth/blob/46bb71353588c3293df1b6b0ac888652e3f2c0f7/cdk/custom-auth/magic-link.ts#L290 This is good default behavior, as it prevents user enumeration. However, it would be...