Ranieri Althoff

Results 385 comments of Ranieri Althoff

Pelo que eu entendi a transação é criada assim que o usuário finaliza o processo de checkout no PagSeguro, enquanto que o Checkout é criado antes do processo. Então, se...

Is it even desired @privatenumber ? At this point webpack 2 is over 4 years old with no updates ever since, webpack has changed fundamentally since then, OP should really...

This is currently above my knowledge of Rust :stuck_out_tongue_closed_eyes:

Why not be even better and detect content type? That's how [csexton/release-asset-action](https://github.com/csexton/release-asset-action) works.

Just to add some extra data, on my Ryzen 7 4800H with 16 GB of RAM, running [email protected] on node v15.6.0 takes: - 1 worker: 50.56s, 1994M resident memory -...

@devongovett with 4 workers, using process backend, it takes 35.73s (albeit I have more software running simultaneously) but the resident memory usage dropped to 834M

My `src/components/index.ts` had an `export * as Icons from './Icons'`, and `Icons.tsx` exported several React components. That alone created issues with the `babel` transformer, a cryptic error message that unfortunately...

What about alternatives? I see Butter uses the ones you mentioned but there's rollup and parcel instead of webpack, I would rather use a lighter version such as neutralino, ultralight...

The oldest version of Debian still supported is Jessie (9), which according to distrowatch ships gcc 6.3, which has support for C++17 (at least the subset of features we need...