hadesbox

Results 10 comments of hadesbox

While this is not a critical Bug, today I tried to troubleshoot it. So far no success BUT... I've discovered that the problem is on the traits.coffee file, more specifically...

So the whole enchilada is in src/nodes.coffee ``` coffeescript class @MappingNode extends @CollectionNode id: 'mapping' clone: -> properties = [] for property in @value name = property[0].clone() value = property[1].clone()...

I know it wont be simple... I tried to find a way but the deep cloning function its kinda complex to modify... I would propose that the RAML workgroup defines...

So I came to the same conclussion, and the problem is that the current release of API Designer is not compatible anymore (out of the box) with raml-store.. this is...

Not yet... ill look into it probably tomorow. There are two solutions A. Find the right version/commit in the apidesigner repo, either using the git bisect or find a commit...

Hi Jewels, I have made more change on top of your project... https://github.com/hadesbox/raml-api-designer-store if you think its valuable I can send you a pull-request. I also made some changes into...

Hi @mikeantonelli thanks for your detailed investigation, we had the same problem the day 09/01/2024 ![image](https://github.com/aws-ia/terraform-aws-control_tower_account_factory/assets/475460/89b80bd1-3c8a-4ae1-b96f-4c6ebfd2c154) The AWS Backup teams added this attribute to the AWS::Backup::RecoveryPoint and we had 40,200...

If the **lifecycle** is added to the **/modules/aft-account-request-framework/backup.tf** this will should cause trigger the automatic deletion of all older backups when the next AFT update comes... so this should be...

Great job! if you can create the WAV on the release as a beta/test pretty sure a lot of people will want to try it. One question, ¿When updating firmware...

I have installation problems the gem install bundler steps fails like this ``` ubuntu@:~/sources/ruby-1.9.3-p362$ sudo gem install bundler ERROR: Error installing bundler: bundler requires Ruby version >= 2.3.0. ubuntu@:~/sources/ruby-1.9.3-p362$ ```...