versecafe

Results 78 comments of versecafe

tbf migrating a pnpm workspace catalog to another spec takes 30 seconds and is only done in one place as long as the `"dep": "catalog:"` is the schema for use

@mavyfaby --bytecode forces to cjs which doesn't support top level await, you can check out a node thread on it https://github.com/nodejs/node/issues/21267 could change in the future but the difference in...

Is there any idea how hosting would be done since Gleam isn't exactly suitable for shoving on a Lamda and into Vercel for free hosting? Also any idea on theme...

I think it would be nice to show off Server components, it's one of the unique features that makes lustre more of a full framework then a UI library, I'd...

I'm thinking of trying to pull in some design elements around the beam VMs name just since it could give a fun design element with light rays, probably something around...

Doesn't add new JS or Erl but still creates an FFI and is only ~20% slower than the prior solution

> This must be in Gleam. @lpil It is? the second commit gets rid of the FFI stuff and uses just existing functions, this was what @giacomocavalieri recommended the new...

@lpil tests now cover negative inputs, negative precisions, and a mix of them

@lpil changelog is updated and ready to go

@mheidinger right now it just puts mutliple options in when you click the test runner if for example `jest` and `vitest` are both detected in the `package.json` I'm opening a...