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

I've read in the docs that's possible to build a standalone version of os.js without server, just only static content. Would it be possible to publish this "flavour" on npm,...

I think this is what we need (copied from the project homepage). ``` ((window.gitter = {}).chat = {}).options = { room: 'os-js/OS.js' }; ``` @andersevenrud Please review to make sure...

Maybe use `npm init OS.js` to create a new distro instead of git ?! https://docs.npmjs.com/cli/init

open for suggestions

Hi @andersevenrud I have a problem. If I click the cancel button while uploading the file, the file upload dialog closes but the upload process is not completely canceled and...

fix #785 fix https://github.com/os-js/osjs-dev-meta/issues/25

Hi. How can we extend osjs-search-engine? Imagine we have a search engine like `Elasticsearch`, what kind of interface osjs-search-engine needs to sync with our search engine?

current lockfile is generated by npm 6 (node 14) latest npm version is npm 9 (node 19) https://www.npmjs.com/package/npm

hello @andersevenrud. I reviewed the section on creating a service provider in the osjs documentation. ```js // src/client/myprovider.js export class MyApiServiceProvider { constructor(core, options = {}) { this.core = core;...

question

I hope you to add full screen mode.

request