Paul Shippy
Paul Shippy
There are quite a few items on https://arlobelshee.github.io/AgileEngineeringFluency/Stages_of_practice_map.html?stage=evo_design whose description have "TBD" under the **What this is** heading. Is this something that is being worked on? Not seeing any changes...
When writing event documents to the underlying store, the ID should be able to be a consistent known format, rather than derived from the commit sequence appended to the commit...
This appears to be a bug in the example: https://github.com/pulumi/examples/blob/1042be6f948bf3ceda4083dad170515b61c30769/aws-py-apigatewayv2-eventbridge/__main__.py#L127 According to https://www.pulumi.com/registry/packages/aws/api-docs/lambda/permission/#inputs the function property should be set to the `Name of the Lambda function whose resource policy you...
In order for an Azure function to work, it needs the app setting AzureWebJobsStorage to be set (to hold function and host keys). The example at https://github.com/pulumi/examples/tree/master/azure-ts-functions includes this (https://github.com/pulumi/examples/blob/cdc935d7cd0e9b4049f4c24b1c77214af3992bf2/azure-ts-functions/index.ts#L58)....
We ran into an issue where the CaseInsensitiveDict is not JSON serializable. The fix is easy - wrap in dict(). But comments that clarify that this class is used on...
How can I get past this? ``` > tsc --noEmit node_modules/@remix-run/router/history.ts:349:30 - error TS6133: 'window' is declared but its value is never read. 349 function createBrowserHref(window: Window, to: To) {...
Closes https://github.com/instructure/canvas-lms/issues/2346 Test Plan: See replication steps in https://github.com/instructure/canvas-lms/issues/2346 We encountered [this issue](https://github.com/instructure/canvas-lms/issues/2346) when trying to import QTI 2.1 items into question banks. It looks like this line of code...
### Summary: When importing questions to a new question bank from a QTI v2.1 file, if there is more than one question in the file, the question bank name gets...
- Rails version: 7 - Algolia Rails integration version: 2.3.1 - Algolia Client Version: 3.0.0 - Language Version: 3.2.2 ### Description We use [pagy](https://github.com/ddnexus/pagy) for pagination in our rails apps....
https://github.com/hschne/rails-mini-profiler/blob/f088e39c752bb02a3f27705f4cdeef0783837be7/rails_mini_profiler.gemspec#L31 means that this gem only works with pagy before version 6. [Pagy](https://rubygems.org/gems/pagy) is now at version 9. We had to remove this from our app because we needed later...