@snyksec
Curious how according to the package health checks here, Vue.js has no contributors (when it does) and no code of conduct (when it does)
https://t.co/W9x4yuntVP
@TheTexasNative@tender_jay@__C0ldbrew__@adammocklerr Sure, I guess you were just providing info, not making a point. But when your info is a government policy website it's not always easy to understand. Just clarifying that the source confirms no tariffs charged by Canada on imports from the US
@TheTexasNative@tender_jay@__C0ldbrew__@adammocklerr you see the ''Appliciable preferential tariffs" column? Look for "UST" there (The United States-Canada Trade Agreement) to see the rate for the US (it's gonna say 'free', bc there isn't a tariff for the US)
@AlPalVipond I agree with that too β though there are lots of attributes that donβt follow that pattern. I think html/aria tend to lean on brevity as a design principle
@NotionHQ can i have locations for events that are in Notion databases? i've been wanting this, but i added a location field to my database and it's not showing in Notion Calendar
@Zayne_kayden @AlPalVipond@vuejs Really the <tag> itself should be a different color if thereβs a v-if or a v-for on it (and those directives should be that same color)
@Zayne_kayden @AlPalVipond@vuejs I agree with overpowered attribute not being the ideal syntax for control structures. I kinda wish it was at least its own tag <v-if> (which can be done w custom comp but a bit silly). Though β this could largely be mitigated with better syntax highlighting
@AlPalVipond I am always tempted that way too, but same sticking point. We ended up with a lot of extending a base component and changing prop defaults, which is kinda weird but worked pretty well β extends is super uncool these days though.
@MichaelThiessen@inspiretim24@vuejs I know about keys for sure (and used the outside loops to force updates occasionally).. I just never ran into a recommendation to use them generally on ifs and elses tho I do kinda see it now that I look for them specifically. Feeling like a mandala effect ahaha