Robert Rossmann
Robert Rossmann
@yunicz what is the problem when trying to import `@atlas.js/atlas`? I tried on at least two projects and the typings are available when I use import statements: ```js import {...
@thunderball1 Is the code example above somewhat similar to what you are after?
Some progress here: https://github.com/strvcom/atlas.js/compare/package/queue
... but why? 😄 Is this something you are already using on React projects? 🤔
@dannytce I think Actions should reside in their own repository to be functional, otherwise you'd have to build and publish a Docker image of them. The repository must be a...
I think you need to tell `ReadableStreamBuffer` that you are done putting stuff into it, by calling `stream.stop()` after calling `stream.put()`. `nodestream` relies on the `end` event to resolve the...
Hey @jlsan92 so much thanks for expressing your interest in keeping this module going! ❤️ I have added you as a maintainer which should give you access to everything you...
This is now partially implemented by using a new colour contribution, [`editorOverviewRuler.background`](#93732). Using this, you can set the background colour of the scrollbar, but the colour is only used when...
Hi @mcollina ! Unfortunately I am currently super busy on a customer project, that's why I decided to at least submit an issue with the patch. 😢 🤷♂️
Thanks @jarulraj for your tip! I would definitely use that function to integrate this tool into an editor, however what worries me is that function's output - it's just `stdout`!...