Kevin Tan
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.  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...