Samuel Roldan
Samuel Roldan
Adding to this, adding extra spaces before the opening curly bracket does not trigger a lint warning/error: ```javascript foo( { bar:"bar" }, arg2, arg3 ) ``` or: ```javascript foo( {...
This is a really nice addition to the already great `rules` docs!
Maybe this is something that can discuss in the next TSC meeting? Adding the label.
That makes sense. Will do moving forward.
We've decided in the 2023-03-23 TSC meeting to accept a RFC for `--shard` so we can determine whether or not to move forward. Notes from this meeting will be published...
2023-11-30 tsc-meeting note: this issue is close to done. Just making the final changes.
Great addition. Just tried your changes locally and it makes it easier to know what model you're using. 👍
I just saw a [tweet](https://twitter.com/francoisz/status/917390967824625664) to this awesome script and was really hoping i could install it via Homebrew. What ever happened to https://github.com/Homebrew/legacy-homebrew/pull/36767? For now I will probably brew...
same here. This happens to me when the slider is a partial that has just been loaded. My temporary work around for this was to set a timeout to ensure...