https://x.com/devsgnr_/status/1780633343014690858
v0.5.0 fully implements TypeScript's static type checking, enhancing developer experience, reducing runtime errors and improving code reliability. v0.5.0 coming soon, stay toasty 🥟
cc: @unborn knoll
1 messages · Page 1 of 1 (latest)
https://x.com/devsgnr_/status/1780633343014690858
v0.5.0 fully implements TypeScript's static type checking, enhancing developer experience, reducing runtime errors and improving code reliability. v0.5.0 coming soon, stay toasty 🥟
cc: @unborn knoll
cc: @snow inlet
@strong oyster when? :DD
Next official BunSai plugin
Aiming for the end of April, because there are improvements to the API, I’ll bump Bun to v1.1 and then I’ll create automated testing for Windows — after that v0.5.0 will be in public beta. Juggling this and trying to find a new job is crazy 😅
Yessss 🔥
looking forward!
Newer methods are coming to breadroll v0.5.0 - one of them is showcased here Dataframe.merge which allow you merge two dataframe together unlike it's counterpart Dataframe.concat (also coming in v0.5.0) which pushes row(s) into the dataframe from the bottom.
Dataframe.merge add columns to the right, as well as rows (if there is a mismatch of the number of row, filling the missing values with null)
As you can see from the video, breadroll can implicitly determine the types, or you can still pass them in explicitly (if you want that extra level of data sanity, and developer experience).
Stay tuned for more update, as we slowly approach public beta 🥟
Big shoutout to @unborn knoll for pushing the type-safety of breadroll to the front of the line.
cc: @unborn knoll @snow inlet @midnight laurel
Common Emmanuel W
You're the champ man - I'm just here to serve 
@unborn knoll - breadroll v0.5.0 is live ✅ and we have successful close your issue 🎉
Hey @strong oyster it seems like you're not actually shipping types with the library. They're not present in breadroll/dist! https://github.com/devsgnr/breadroll/issues/26