Arthur Fiorette

Results 373 comments of Arthur Fiorette

> Hmmmm, this seems to work already or am I missing something? > > ```shell > microbundle src/{a,b}.js > ``` But can they have different outputs? Example: i have entry...

Tried here and didn't worked. I did with an script file. If anyone in the future wants: ```sh #!/usr/bin/env bash echo Starting build... packages=( a b ) rm -rf ${packages[@]}...

Hey @games647 do you have plans for this?

yeah, as time went by, i took a good look at the premium verification and encryption protocol... i could replace the login process with mine, as you also did on...

i could also make the "api" that just replace the login and save the information for others plugins... but i'm unfocused on coding minecraft plugins anymore even if the only...

Hey guys, supporting various bundling plataforms seems out of scope. Y'all can fix it by (just for the "main thread file") using the same file to create the piscina instance...

Hey, axios-cache-adapter is broken for axios v1 and unmaintained since [2021](https://github.com/RasCarlito/axios-cache-adapter/commits/master). I'm the maintainer of https://axios-cache-interceptor.js.org, you should check it out... https://axios-cache-interceptor.js.org/guide/storages#node-redis-example

Reproducible example: ```ts // index.ts console.log(1) ``` ```r bun build --compile index.ts --outfile asd # does not have .js bun run asd # works bun build index.ts --outfile asd #...

Hello @janpio, any updates on this bug?

I've done extensive work with code generation, specially in typescript, I'll write here some of my opinions and I'd love (as directly spoken with @anymaniax before) to help with v7...