Evgeny Stepanovych
Evgeny Stepanovych
Okay this is what I ended up temporarily doing. This doesn't support shrinking space between letters, and doesn't work correctly if you set text anywhere before viewDidLoad. I have only...
@bvasilenko Let's do something about this PR.
Also you are storing validation errors for every slot, which is fine, but then we need to come up with an error state for those widgets, so that user knows...
Looked into failing tests a little bit. I think this kind of error usually happens when there is an unexpected network request, but I cannot be sure. The easiest current...
FYI without this PR, this extension is not really working. You'll just get `Invalid scope` error from Instagram because necessary fields are missing.
True, well then the rule can be `property-binding-style` or something like that, supporting both options.
Yeah, forgot to remove the most important thing.
@JoshuaKGoldberg Okay, I've added support for simple identifiers and template strings. ```ts const myObject = { /** @deprecated */ recommended: null, }; const key = 'recommended'; const k2 = 'recom';...
Okay, I believe I've addressed the comments.
@JoshuaKGoldberg Hi, at the moment unfortunately I don't have spare time to fix this. I may have time in a couple of months. It looks like there was a PR...