Michael Herger
Michael Herger
The code is pretty simple: ```typescript try { const secretData: GetSecretValueCommandOutput = await secretsManager.send(getSecretCommand); secret = JSON.parse(secretData.SecretString) as StoredSecret; } catch(e) { if (e instanceof Error && e.name !== 'ResourceNotFoundException')...
Thanks for looking into this. It seems the issue reported here is indeed fixed. My tests continue - but now fail unexpectedly elsewhere (running a `UpdateSecretVersionStageCommand`). It's again a failure...
I'm struggling to come up with a simple example: at some point of the reducing my code to the max it would start to work! Could my issue be related...
but why copy content, when a link would point at the exact same? The presentation in the linked document would be infinitely better than when pasted here.
Could you please provide a screenshot showing the issue with a page other than Material?
Data is stored on a Synology? How do the characters look there? How are you accessing it? What OS is LMS running on? What LMS version?
Now that's actually very interesting that the `.missing` file was using correct encoding, while the image file didn't. If you renamed one of those image files to the name used...
Ok, so it's not related to my recent work for the Releases items. BTW: this made me realise that the other issue #918 can't be as absolutely true as it...
I'm sorry for my probably confusing feedback... I'm still learning the use case 😖. While I'd agree that the grouping could be done "client side", I'd do the filtering in...
I'm sorry, had missed the comment about the caching. Would you know at what level the caching would happen? Web pages in the Default skin are being cached pretty aggressively,...