Andrea Giammarchi
Andrea Giammarchi
uhm ... `isatty` is rather for Pyodide than XTerm but indeed if XTerm is not `tty` then it was my bad assuming it was ... I have refactored the whole...
OK, that MR now uses `isatty: false` and everything seems to work as expected ... after all it was a bad move to enforce *tty* without investigating if XTerm would...
P.S. worth noticing that MicroPython also works without issues, see: ```python print("\x1b[1mHello World\x1b[0m !!!") ```
it's in, will be working as expected in 2024.4.1 👋
> What belongs to polyscript and what to pyscript is unclear to me. polyscript won't follow any pyscript convention but it should provide a way to create custom types (i.e....
I welcome and approve this proposal, for what it matters, I don’t welcome the type suggestion … it’s not super hard to have a consistent naming convention, and we have...
amend: by mandatory I mean in the module case, commonjs can be the OR default if module is not matched.
"*when in Rome*" I think the type should reflect the parsing goal and its source: * module for ESM only affairs * commonjs for CJS only affairs * require-esm (or...
> given that conditions are matched in the order they are defined in package.json, you could choose if you want to give priority to import or require is this a...
@nicolo-ribaudo this might be a hell of a lucky coincidence but thanks to the fact I use `npx modulestrap` to bootstrap any project of mine it looks like all my...