abi
abi
DDeno
Created by abi on 6/20/2024 in #help
Type-narrowing/covariance/contravariance
No description
27 replies
DDeno
Created by abi on 6/20/2024 in #help
Type-narrowing/covariance/contravariance
Ah right, I loved that about Swift when I coded iOS
27 replies
DDeno
Created by abi on 6/20/2024 in #help
Type-narrowing/covariance/contravariance
It does? Are you referring to extensions?
27 replies
DDeno
Created by abi on 6/20/2024 in #help
Type-narrowing/covariance/contravariance
Exactly
27 replies
DDeno
Created by abi on 6/20/2024 in #help
Type-narrowing/covariance/contravariance
Just out of curiosity
27 replies
DDeno
Created by abi on 6/20/2024 in #help
Type-narrowing/covariance/contravariance
What would you say the trade-off is?
27 replies
DDeno
Created by abi on 6/20/2024 in #help
Type-narrowing/covariance/contravariance
That's interesting
27 replies
DDeno
Created by abi on 6/20/2024 in #help
Type-narrowing/covariance/contravariance
Rightly so, if you ask me 😄
27 replies
DDeno
Created by abi on 6/20/2024 in #help
Type-narrowing/covariance/contravariance
I just can't really formulate it myself. The same is true for e.g. [5] becoming number[]
27 replies
DDeno
Created by abi on 6/20/2024 in #help
Type-narrowing/covariance/contravariance
But something in the back of my brain says it has to do with covariance/contravariance/etc.
27 replies
DDeno
Created by abi on 6/20/2024 in #help
Type-narrowing/covariance/contravariance
It sure is not obvious to me 🙂
27 replies
DDeno
Created by abi on 6/20/2024 in #help
Type-narrowing/covariance/contravariance
Heheh, I wrote my masters thesis project in Haskell
27 replies
DDeno
Created by abi on 6/20/2024 in #help
Type-narrowing/covariance/contravariance
Yes! I use as const a lot 🙂 Kinda what led me to ask the question 😄
27 replies
DDeno
Created by abi on 4/14/2024 in #help
Microservices, best practices
this all looks great, thanks a lot! 🙏 appreciate ya
5 replies
DDeno
Created by abi on 4/14/2024 in #help
Microservices, best practices
For example, where do you draw the line of responsibilities between two microservices?
5 replies
DDeno
Created by tas13 on 12/3/2023 in #help
Upgraded to Fresh 1.60 but TailwindCSS not rendering
Is AOT build a requirement? Just curious, I’m also learning Fresh rn
7 replies
DDeno
Created by abi on 12/3/2023 in #help
Relative path in `npm:` specifier
Solved it. Apparently it's this syntax:
"@heroicons/react/": "npm:/@heroicons/react@2.0.18/"
"@heroicons/react/": "npm:/@heroicons/react@2.0.18/"
Cheerio
4 replies
DDeno
Created by abi on 12/3/2023 in #help
Relative path in `npm:` specifier
As far as I can tell, this syntax is only permissible to refer to NPM package binaries... What would be the appropriate way to accomplish the same thing in Deno?
4 replies