Jim Geurts
Jim Geurts
@devvpm The link command completed successfully, but I'm getting the following now: ``` ** BUILD FAILED ** The following build commands failed: CompileC /Users/jgeurts/dev/meetattheshow_mobile/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/RNAudioStreaming.build/Objects-normal/x86_64/ReactNativeAudioStreaming.o /Users/jgeurts/dev/meetattheshow_mobile/node_modules/react-native-audio-streaming/ios/ReactNativeAudioStreaming.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (1...
Hi @dsherret, I'm using the schema is used to [describe options for the eslint rule](https://eslint.org/docs/developer-guide/working-with-rules#options-schemas). The goal with the eslint rule is to allow dprint to run as part of...
Sorry for the long delay on getting back to you about this. It looks to be a bug in the design of ldapts. Currently, messages are received from the socket,...
Hi @byujiang, I'm not sure I have a way to test binding with an email address. If that's possible, I'd be happy to update things!
Closing due to inactivity. Please reopen if you're still having troubles!
For now, I'm able to work around this by setting `skipLibCheck` to `true` in my project's tsconfig.
Looks like it resolved most errors, though, I'm getting an error where the string literal union type for the `state_reason` property from the `github.issues.listForRepo` return type doesn't match what is...
ah nice, thanks for the tip about using the Endpoints interface! I was able to get the type I was looking for by doing: ```ts type IssuesListItem = Endpoints['GET /orgs/{org}/issues']['response']['data'][number];...
Perhaps you need to enable php short tags?
I ran into this with the rds cluster resource. Terraform v1.0.2 and aws provider v3.50.0: ```terraform provider "aws" { region = var.aws_region allowed_account_ids = [var.aws_account_id] default_tags { tags = {...