Kevin Tan

Results 5 comments of Kevin Tan

Also as a sidenote: I noticed this warning message in the source code, but I never saw it because variables would be blank when passing all search params as part...

@matuzalemsteles Here's my use case: I have a modal that initially is blank because there is no search query yet. ![Kapture 2019-09-13 at 9 46 39](https://user-images.githubusercontent.com/4496722/64879725-6d679500-d60b-11e9-873b-c9a7f46ac4ab.gif) I think it would...

I use aliases as well. 😢 Was there overhead maintaining that feature? I'm personally not a fan of using the `$` character, but I suppose I can adapt.

@protoEvangelion I don't use aliases with other apps; the closest would probably be git remotes. My aliases are typically acronyms of complete commands (`alias yb=yarn build`). But if it's more...

Hi @bryceosterhaus! I was able to write a basic `$ref` resolver which works for simple paths in the same file. It works for our use case at the moment so...