Andre Rabold
Andre Rabold
Hi @bboure , thanks for the report. I haven't used `lift` myself, so there might be some interdependency that causes this problem. But I just ran both `sls offline` and...
Thank you for explaining your use case in such detail, @theburningmonk . Some of the reasons that exporting the output variables was removed are: * In the last version, the...
Unfortunately `Fn::GetAtt` isn't working out of the box. You will have to define a manual mapping as described in the [Custom Resource Resolution section in the README.md](https://github.com/arabold/serverless-export-env#custom-resource-resolution). I should have...
`Fn::GetAtt` doesn't fully work, unfortunately. As a workaround, you can define `getAttMap` in your serverless.yaml as described here: https://github.com/arabold/serverless-export-env#custom-resource-resolution But I admit this should be made clearer.
It is not possible to add new custom font names to the theme directly. Instead you're expected to replace `sans`, `serif` and `mono` with the desired fonts as in your...
I think this is an okay approach. Keep in mind that all the properties you pass to the `createTheme` are simple objects. So, there's also no reason you couldn't do...
I agree, this isn't pretty 😞 Would be nice if the Whirlwind API wouldn't require casting or this ugly `.toString()` for cases like this... 🤔
Thanks for reporting this issue. It is certainly related to a quirk in React Native Web, that doesn't handle the style IDs the same way as iOS and Android do....
Same issue here. I'm running DeviceHive on Docker for Mac with 10 GB allocated for Docker. The backend responds with a 502 Gateway Error when I try to login: ```...
I increased the memory even further and it seems that did the trick. Not 8 or 10 GBytes but 12 GBytes assigned to Docker right now.