Stuart

Results 18 comments of Stuart

Bumping because there are a few related issues that have been closed due to staleness, with no response from Facebook. https://github.com/facebook/facebook-nodejs-business-sdk/issues/119 https://github.com/facebook/facebook-nodejs-business-sdk/issues/140

We would want to `git init` locally at least though, right? This would allow rolling back the user config to a specific commit, which is one of the main advantages...

The original implementation could have been an optimisation, if the checks that follow were expensive to perform, allowing the function to return early before incurring that cost -- however this...

There's an open issue on the VSCode repo here: https://github.com/microsoft/vscode/issues/34088

Another option is to add an `--endpoint=` CLI flag like with the region and stack ones, and then in the implementation anywhere `new AWSClient.SomeAWSService()` is called, pass in the endpoint....

Hey @hossein-zare is there anything outstanding on this PR that needs addressing? I'm experiencing the same problem as #460 and it looks like this change is a good solution.

I have to agree with this - the purpose of the ligatures is to make the text more readable at a glance. Monoid (https://github.com/larsenwork/monoid) takes the opposite approach to Fira...

Opening this as a draft as I'd like to help here, but unsure how to proceed. So far, I've written a failing e2e test to demonstrate this bug. Initially I...

Thanks @ahnpnl, I'm planning to continue looking at this when time permits

This was discussed previously in 2020: https://github.com/kulshekhar/ts-jest/issues/1088 Essentially, jest doesn't hoist variables starting with `mock`, but when hoisting mocked functions during initialisation, does not check if variables starting with `mock`...