Max Rohde
Max Rohde
## Changes - Replace `goldstack.json` with `deployments.json` - Add `"$comment": "Run 'yarn goldstack deployment add' to add a deployment."` - Add links to JSON schema descriptions - Also consider parsing...
In order to develop a true full stack applications, we should provide a template that allows building a Desktop application. - Need to validate if Yarn PnP work with Electron:...
All libraries are currently published using the CommonJS module format. By providing libraries in ES modules format, ability to tree shake should be significantly improved. Note lambda can be configured...
Thank you for creating this library. I noticed that this does not parse files correctly, when the body of the blog post contains `---` as well. For instance, if content...
I've tried running the demo and documented the steps I followed here https://maxrohde.com/2019/07/28/medooze-media-server-demo/ It shows both the local and remote track when either clicking [Add normal track] or [Add simulcast...
Thank you for putting together this library. Very useful! I noticed the following setting `REMOVE_DUPLICATES` to `true`: - The output when running the backup contains: ``` WARNING: disabling comments in...
As reported in https://github.com/goldstack/goldstack/issues/460, this library currently does not throw NoSuchKey errors when an object does not exist. Workaround: I've written some simple wrappers in: https://github.com/goldstack/goldstack/pull/462/files#diff-3aeb69b76fe6d60e2e86dfce2a619f2ec35df67c272678b7aea057b253aff9a5 ```typescript if (['headObject', 'getObjectTagging',...
Thanks for this great library! I have a number of files that have more than one value for the 'Genre' field. This is rendered inconsistently - sometimes with a `;`...