Joshua Head

Results 10 issues of Joshua Head

Hey, was wondering if it is possible, to use what we have to implement a pass-though cache, that can inject the If-None-Match from etag or if-modified-since into the request header?...

Hey @saghul Would it be possible to have clone implemented on the MediaStream and MediaStreamTrack? ## current situation current implementation is to throw an error that it isn't implemented. Referencing...

Hey luke, How about git-extras? https://github.com/tj/git-extras it has a install.cmd, so it should be ~easy~. I can probably do it this weekend

help-wanted
package-request

Hey guys, Just tried using this for our RN project since we use it for it's sister web app. And I think there are still some holes in the implementation...

**Bicep version** v0.4.1008 **Describe the bug** Unable to get the fullyQualifiedDomainName from provider `Microsoft.DBforMySQL/flexibleServers@2021-05-01` properties. Reported error is `The template output 'dbHostUrl' is not valid: The language expression property 'fullyQualifiedDomainName'...

intermediate language
revisit
provider bug
breaking change

**Bicep version** Bicep CLI version 0.24.24 (5646341b0c) **Describe the bug** Trying to try simplify the bug reported in #12894 I found that when using `optionalModuleNames` and not having a name...

bug

**Is your feature request related to a problem? Please describe.** Currently our on-prem vms require us to allow ip ranges for external services. https://learn.microsoft.com/en-us/azure/communication-services/concepts/voice-video-calling/network-requirements only relates to media traffic our...

question
customer-reported
Communication

Hey, The official alternative is https://www.npmjs.com/package/expo-keep-awake Now that we have non-expo two alternatives https://www.npmjs.com/package/@sayem314/react-native-keep-awake https://github.com/unsw-gsbme/react-native-keep-awake It would be good to add a depreciation notice to the actual npm package. as...

We are moving from our home-grown logging module to this one. And we noticed the transport is limited. We internally would do this. ``` ts return Sentry.withScope(scope => { if...