Sven Sauleau

Results 79 issues of Sven Sauleau

We are using your project in a non-graphical context and we are still in the developement phase. For the sake of debugging we would like to know the current state...

Instead of default to the master branch we should check for the main branch first or allow the user to provide the branch's name

feature

This came up in the nodejs PR (https://github.com/nodejs/node/pull/27850), there are some concerns about import a WebAssembly Module that is a program. We might want to: - only import some exported...

While I agree to specify the following types: ``` int64 uint64 ``` They are not representable in JavaScript since numbers are 64 bits float (using the IEEE 754 standard). What...

help wanted
specification-details

The package `nerf-fonts` includes a lot of files: ``` $ du -sh ajax/libs/nerd-fonts/* 1.1G ajax/libs/nerd-fonts/0.5.1 1.3G ajax/libs/nerd-fonts/0.6.0 1.3G ajax/libs/nerd-fonts/0.6.1 1.7G ajax/libs/nerd-fonts/0.7.0 3.4G ajax/libs/nerd-fonts/0.8.0 570M ajax/libs/nerd-fonts/1.0.0 529M ajax/libs/nerd-fonts/1.1.0 584M ajax/libs/nerd-fonts/1.2.0 3.5G...

🐛 Bug
⚙️ Auto-update

I think it would be great to have a proposal page on the Babel website. What do you guys think?

Meta

We recently had many discussion about the differences between JS module systems (CJS or ESM) in both Webpack and Nodejs (I feel like we should write a document to clarify...

First naive implementation to support offline mode. Refers to issue #647 Some points: * [x] Search is broken (search will work only for already searched items because Algolia doesn't support...

enhancement