Andre Rabold

Results 19 issues of Andre Rabold

This adds [React Router](https://reactrouter.com/) with full support for SSR.

enhancement

Amazon announced the AWS Cloud Control API: https://aws.amazon.com/blogs/aws/announcing-aws-cloud-control-api/ From an example, it seems we might be able to use to resolve `Fn::GetAtt` functions in a consistent way: ``` aws cloudcontrol...

enhancement
question

I've just tried a bunch of different mocking libraries and finally discovered `mockyeah`. It is one of the few libraries that works pretty much out of the box to mock...

The definition of the `leading` property in the theme follows (Tailwind's responsive "leading" class definition](https://tailwindcss.com/docs/line-height#class-reference). However, as React Native doesn't know the `rem` unit or anything similar, Whirlwind simply multiplies...

documentation
enhancement

I was running into an issue using TypeScript 3.7 with optional chaining and React Fragments using empty tags (`...`). In order to get both working properly the TypeScript preprocessor needs...

Adding custom properties to OpenSea assets is a bit tricky, as it involves popup dialogs and dynamic input forms. However, the code below might be of some help. Append these...

documentation
enhancement

This pull request addresses issue #43. Instead of inlining all model definitions, we use external references now. This way we are reusing models which reduces the amount of classes and...

With the changes to Serverless 0.1.x this doesn't work out-of-the-box anymore. However, I could easily fix this by changing the last few lines of `index.js` from this: ``` javascript return...