Mike Parker

Results 15 issues of Mike Parker

``` An error occurred while creating the issue. This might be caused by a malformed issue title, or a typo in the labels or assignees. Check ./results.md! Validation Failed: {"resource":"Issue","code":"custom","field":"body","message":"body...

Heres a segment of our stack trace. Note our relevant lines (labelled RiskFabricator) have 10 lines of AspNetCore internals in between. at async Task RiskFabricator.Controllers.GetRiskController.Get(string product, string version, string base64EnquiryId,...

For example, if my player clicks on a rock, I want him to path to next to the rock. Similarly for my ranged enemies (who can fire lets say 4...

I am implementing the ability to return incomplete paths and noticed this calculation was off. For example if a node is 1x,1y away from the target this function incorrectly returns...

I'm using `console --link --skip-prompt --username=x --password-x --mfa-token=x` with env vars ``` SAML2AWS_IDP_PROVIDER=Okta SAML2AWS_URL=https:// SAML2AWS_ROLE= ``` Which works, it logs me on to AWS but its always us-east-2. I've tried...

From docs on Batching: (https://segment.com/docs/connections/sources/catalog/libraries/server/go/#batching) > Batching ... If batch messages are not arriving in your debugger and no error is being thrown **you may want to slow the speed...

I've spent many hours trying to get Lambda -> SNS -> SQS -> Lambda to work in xray, and all my traces end with SNS, never going through to SQS...

enhancement

Great doc on microservices best practice, I agree with most of it. However, one thing that jumped out - it talks about client libraries and having retry behaviour, circuit breaking,...

**Describe the bug** when updating the data on a worksheet with a cell value `='sheet1!'A1` then data ends up starting with an apostrophe i.e. `'='sheet1'!A1` Maybe this is the sheets...

**Is your feature request related to a problem? Please describe.** I need to rename a worksheet when the action runs. for example, i have a 'latest' worksheet which I want...