Marais Rossouw
Marais Rossouw
Can we get this soonish π Personally not too phased it also building "the website". Thinking about it just treating this as a little side-effectful "upload" β in that cfw...
As a side question; would also be nice to see some examples/docs on how to use this for not just basic bytes, but storing stuff like structs
Ahhh yeah good catch. Never actually found a time where that would be inactive in the wild, but there it is. iframes! nice. I originally wanted it in the module...
Howdy @abeforgit β thank you for this. Yeah its definitely I was in mind of when designing the api. I didnt want an exact 1-to-1 relationship with console.log. It was...
Hey ππ» thank you so much for the issue (and fulfilling a PR) π― You raise a few good points, > print all messages from all loggers above a certain...
Firstly, no! Thank you for taking notice! I guess I'll need to understand what `anylogger` isβperhaps you can help me understand this firstly. But on the outset, sure! I'm sure...
Thank you for that explanation @Download I mean that makes perfect sense. The rust world also has this concept, partly the motive behind some of the api design of this...
Keen to get some feedback on this one @lukeed @theKashey
Hi ππ» @zth Yeah good moment, thank you for this! Just trying to make sure the api feels right. It'll probably end up something like; ```js import { meros }...
> How would errors/completion be handled? yeah! Great point, how does rxjs do it? its a second argument iirc `.subscribe(onNext, onError)` π€ and ya re the why point. Makes perfect...