bebraw
bebraw
Explore posts from servers
DDeno
Created by bebraw on 4/28/2024 in #help
How to abstract tests to allow running different functions against the same test suite?
that sounds nice. do you have a public example somewhere? i think i'll start out by splitting up the tests anyway. i even thought about writing some type of JSON with input/output kind of format as that fits my use case and it's sort of tool agnostic
5 replies
DDeno
Created by krml on 11/21/2023 in #help
tidy up `deno.lock`
i was wondering the same as the lockfiles keep growing. i hope they add a specific cleanup command one day
5 replies
DDeno
Created by Caramastifer on 11/21/2023 in #help
Seamlessly include Tailwindcss
i know tailwind team is working on a rust based compiler so maybe we'll see native integration with deno one day. right now postcss dependency is blocking
6 replies
DDeno
Created by Caramastifer on 11/21/2023 in #help
Seamlessly include Tailwindcss
note that twind doesn't seem to be actively maintained anymore (i use it as well). unocss is roughly comparable although it doesn't have exactly full parity (but it has some features twind doesn't). integration with deno is fairly simple: https://github.com/gustwindjs/gustwind/blob/develop/plugins/uno/mod.ts
6 replies
DDeno
Created by bebraw on 7/24/2023 in #help
Parsing HTML/XML
looking closer, it's definitely going to be some variant of your treeify so that's a huge help already
4 replies
DDeno
Created by bebraw on 7/24/2023 in #help
Parsing HTML/XML
that's a good point. JSX would be an option perhaps. i could just skip using their templating syntax (or even inject from context later and skip JS expressions that don't map to JSON). i'll try this direction in my next attempt. thanks!
4 replies