Ren Hiyama

Results 47 issues of Ren Hiyama

``` > [email protected] build:browser /home/user/rpc > webpack Hash: c125bc1a48175ceedc4a Version: webpack 3.12.0 Time: 177ms Asset Size Chunks Chunk Names browser.js 21.4 kB 0 [emitted] main [0] ./index.js 1.75 kB {0}...

### Feature description It seems that there's no file named `/etc/os-release` in termux. All of the linux distros have one with them, so having one for termux is no great...

enhancement

I was thinking of making a headless app with servo with the motive of making a os mockup (or possibly a internet os, as described in [Wikipedia](https://en.m.wikipedia.org/wiki/Internet_OS#:~:text=An%20Internet%20operating%20system%2C%20or,client%2C%20generally%20a%20web%20browser.) And to achieve...

I was thinking of making an electron like app (it's a framework that allows sites to become an app with chrome frontend and nodejs backend, and is installable on user's...

A-embedding

Looks like it looks for `__dirname` ... Can you guys add a polyfill so it stays esm and not uses the cjs version?

How does it help? Lets us download all the dependencies of the packages instead of executing the whole package before. This lets us bundle/vendor dependencies without running them. Whats my...

NPM and other Package managers seem to download them (as intended). But esm.run doesn't bundle the license (or even state the name of the license at the start of every...

### What version of Bun is running? 3.0.0 ### What platform is your computer? WSL x86_64 ### What steps can reproduce the bug? Consider this package.json: ```json { "name": "reest",...

bug
npm

https://esm.sh/[email protected]/compat responds with: ```js /* esm.sh - [email protected]/compat */ import "https://esm.sh/stable/[email protected]/es2022/preact.mjs"; import "https://esm.sh/stable/[email protected]/es2022/hooks.js"; export * from "https://esm.sh/stable/[email protected]/es2022/compat.js"; export { default } from "https://esm.sh/stable/[email protected]/es2022/compat.js"; ``` https://esm.sh/[email protected]/compat/dist/compat.mjs responds with: ```js /* esm.sh...

An example of a module which isn't present: https://esm.sh/[email protected]/bin/pnpm.cjs Simply responds with "Module Not Found". I expected a better response like `throw new Error("Module not found")` like how @ije has...