bemoody
bemoody
According to https://github.com/ali-rantakari/trash/issues/43 "-force_cpusubtype_ALL is only relevant when building for PowerPC and is no longer allowed in Xcode 15."
Is this a separate issue from https://github.com/MIT-LCP/physionet/issues/119 ? Do you have any anonymized example data files that you could share? I found one version of the spec here: https://web.archive.org/web/20131219073923/http://www.tc251wgiv.nhs.uk/pages/pdf/censcp019.pdf but...
Thank you for identifying this bug and providing a patch. Personally I know very little about the SCP-ECG format, but your patch looks correct to me, except that in line...
No, unfortunately, the library is not thread-safe. The present WFDB API is not really amenable to working with multiple records simultaneously, as you'll probably realize if you start trying to...
When reporting a bug, please begin by saying exactly what you're trying to do (in this case, it sounds like you are trying to install WFDB 10.5.24.) It looks like...
That's good to hear. I'll try to fix this in the next version of WFDB.
Also, I saw somewhere in the documentation that the policy supports something called "groups" but it sounded like a "group" is only a group of users *within* an AWS account,...
From what I understand, an access point is in effect an alias for a particular bucket, that has its own access policy. So you can create a bucket `foo` and...
In the implementation of `create_bucket_policy` (5fe93fbd5edb8861d888eea4bb43af6176d97e29), it looks like 33 bytes are used per ID: ``` "arn:aws:iam::111111111111:root", ``` (I don't understand the "root" thing, maybe we need to explore this...
@chrystinne points out we should consider S3 Access Grants as an alternative to access points https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-grants.html