OS.js icon indicating copy to clipboard operation
OS.js copied to clipboard

OS.js - JavaScript Web Desktop Platform

Results 21 OS.js issues
Sort by recently updated
recently updated
newest added

VFS could benefit from capability detection so that clients is aware of what a filesystem source is capable of. This would allow for adding extensions on the client that are...

enhancement

A friend tried deploying the web app on Heroku and it showed this error (pasted in the bin link below) https://pastebin.com/aadQpxS9 The fix for this was adding `export NODE_OPTIONS=--openssl-legacy-provider;` to...

bug

By doing so, OS.js application packaging would align with PWA standards and [WebPack support](https://github.com/arthurbergmz/webpack-pwa-manifest). This further paves a path to OS.js support for [Web Package](https://github.com/WICG/webpackage) and [Web Bundles](https://wicg.github.io/webpackage/draft-yasskin-wpack-bundled-exchanges.html) which builds...

Currently when creating a package/app, each one has it's own webpack, build process, and dependencies. So if I make a bunch of react-based apps, I'm loading react multiple times. How...

question
documentation
investegate
application
non-issue

We can run npm run build in 4 nodejs versions 10.x, 12.x, 14.x, 15.x and using continuous integration check the status of our builds

Just an Idea, Those apps integrated with OS.js would be something awesome! Terminal: https://xtermjs.org/ Jupyter Lab (WebAssembly): https://jupyterlite.readthedocs.io/en/latest/ Python (WebAssembly): https://github.com/pyodide/pyodide

question

For anyone that wants to do translations, read this first: https://manual.os-js.org/v3/guide/translate/ Then comment on this issue if you want to join the translation team :nerd_face: --- **This section will be...

locale
contribution

I feel like there should be a app store

At the moment packages (apps, themes, icons, sounds) can be discovered and automatically used by client/server via `package:discover`. It would be cool if this could be added to service providers...

enhancement

This was brought up in https://community.os-js.org/t/how-to-update-hot-reload-application/519/4. The current implementation is not very reliable. Something in the chain fails (or does not happen), which currently is: 1. Server watches the dist...

enhancement