Dan Stoner

Results 7 comments of Dan Stoner

@hollyel Do you have a link or other information on the 3D metadata standard that Jon Blundell is developing? At present I have not seen a need for 3D metadata...

@sagar-git-hub Can you attach the full log from the initial clone? The one you attached appears to start when the errors began. You mentioned "database we use is of AWS...

It looks like the simplest possible s3 bucket website example is located in the documentation: https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_s3_deployment-readme.html edit: That doc leaves out the additional properties on the Bucket that are necessary...

@dimitri From [a Medium article](https://medium.com/block-imperium-games/exec-format-error-or-how-macs-m1s-docker-images-and-aws-ecs-eks-conspired-to-waste-a-weekend-6fcd2ea063d1): > The Docker documentation describes how this can be accomplished https://docs.docker.com/engine/reference/builder/#from using the --platform argument with the FROM command. > This will tell Docker to...

My testing of `v0.15` failed with: ``` free(): corrupted unsorted chunks free(): corrupted unsorted chunks free(): corrupted unsorted chunks ... free(): corrupted unsorted chunks 14:48:17.624 54 ERROR Sub-process 57 exited...

@bestander Can you maybe give some hints / pseudocode about the required modifications? > The command is quite easy to modify I took a look at list.js and wasn't sure...