Adam Charron
Adam Charron
Of course immediately after filing the issue, I think I found a more correct solution. ``` export type CSSPropertiesWithMultiValues = { [K in keyof CSSProperties]: CSSProperties[K] extends string ? CSSProperties[K]...
I've opened a PR to patch the issue https://github.com/emotion-js/emotion/pull/2258
I see you got a bit of reduction in the general type checking of the whole project, but I don't think I was negatively impacted by that time. The negative...
Are there steps I can take to profile the language server itself? I tried logging traces in VSCode and I could definitely see the slow responses but wasn't able to...
Alright. I'll give it a check. We work on a private fork of `vanilla/vanilla` day-to-day but I'll make sure I can get a reproduction with the open source repo. Currently...
Sorry for the delay. I should have a reproduction ready on TS 4.2 officially by next week. I've been a bit swamped in my day job recently.
> We'll support npm as first class citizen. What else / and how? there are some esoteric implementation like yarn's pnp. One really nice thing about yarn pnp is that...
The dev team really wants to get to PHP 8 as soon as possible. We've been gradually fixing things. The main problems are: - a ton of PHP based views...
The latest releases definitely work with PHP 7.4 (Our production runs 7.4). We're working on 8 at the moment.
Are you using percona? On our setups it looks like `usmallint` gets passed in the table creation to percona, which creates a column like this `smallint(5) unsigned`. Our driver knows...