Rico Hermans

Results 164 comments of Rico Hermans

This is not a jsii bug, but an unfortunate side effect of CloudFormation type refinement that we have to fix in CDK. > There is a mandatory property called "DataPrivacy"....

Here is what I have so far, but work in progress still. [Hedy wireframes.pdf](https://github.com/user-attachments/files/18005678/Hedy.wireframes.pdf)

Latest version: [Hedy wireframes.pdf](https://github.com/user-attachments/files/18061564/Hedy.wireframes.pdf) Balsamiq source file for the above: [Hedy teachers backend.bmpr.zip](https://github.com/user-attachments/files/18061573/Hedy.teachers.backend.bmpr.zip) (must be zipped because GitHub does not allow uploading .bmpr files directly)

> Can we make all the disabled adventures go in a collapsable bin in the bottom? I love that idea! Have a drawer of available-but-unused adventures is what you're saying?...

Let's make 100% sure that the resource error is part of the exception that gets thrown. That way, there's no way it doesn't end up in the output.

We can add the types to the `Table`, which can do things like automatically generate a Markdown report and validate records as they are being inserted into the table. See...

Filtering the wiretypes based on the actual value probably means: - Reference types first, because those will be easier to check. We can *probably* check the jsii-injected runtime fqn on...

"push on commit" is not turned on, because sometimes Weblate will commit of its own accord (and hence push), and I only want the PR created at defined times of...

> Reset after merging the pull request is safe, even if there would be a merge conflict, it would be then reset to match upstream Yes, but would the order...

> If you use rebase in git, it will look at the content of the commit and will discards commits with the same content I know. That check will fail...