Ivan Wang
Ivan Wang
Hi, thanks for maintaining this awesome library. Would you please make support of TypeScript env file? E.g. ```ts // staging.env.ts const staging: ENV = { } export default staging ```...
As title said, currently v0.6.0 by default run `yarn watch` with `NODE_ENV=production start`. My assumption is most people will only use `watch` for development. Is there any reason it should...
I found cross-cdk-repo resource importing is a massive pain point of using AWS CDK. Majority of the public static methods with the pattern of `from...Atributes(scrope, id, attrs)` (such as `fromVpcAttributes`,...
Hi, thanks for open-sourcing this amazing library. Definitely the best react-native-web style framework I have seen so far. **Describe your feature request** I wonder if there are any existing solutions...
Hi, thanks for the great work! I am wondering if it is possible to pass my own abstract class? I am trying to implement something like ActiveModel's conventional `ApplicationRecord`. I.e....
1. In the CloudFormation template, it uses SRV and TXT DNS records instead of Alias. Is there any reason for that? 2. Do we still have to manually configure API...
Hi. This is a great lib. Thanks a lot for maintaining it. Would you please support dev-deps? A use case - I need my private module for Types only.
Hi. I am trying to use Faker with `Factory.attr`. Currently, the second argument is limited to `T[K]` from `attr(name: K, value: T[K])`. Would you please make it support `value: T[K]...
## Context I am trying to hit APEX backend with `POST` method through `conn.post`. Since `conn` has only stored instance URL of visualforce address, we are relying VisualForce to redirect...