Lukas Bach

Results 118 comments of Lukas Bach
trafficstars

Hi! I've used ``rbd`` in my open source notebook app *Yana* ![yana-dnd-demo](https://user-images.githubusercontent.com/4140121/99906783-4b6ea580-2cd9-11eb-8a1e-c38f29810e2f.gif) ``rbd`` is used for reordering tabs and for structuring note items. Yana allows you to structure notes in...

Hi @Qfengx! This is a known bug (https://github.com/lukasbach/monaco-editor-auto-typings#known-limitations), which is caused by an issue on the side of monaco-editor (https://github.com/microsoft/monaco-editor/issues/2295). Scoped packages are currently not supported because of this.

@bsorrentino Thank you for your effort in investigating this and proposing a fix :) I'm very much hoping for it to get merged on monaco-editor.

Hello @dolanmiu, thank you for your report. Can you share the code you put into monaco, and the code that you used to mount monaco and attach the auto-typings plugin?

Can you try to add the following to the compiler options: ``` moduleResolution: options.monaco.languages.typescript.ModuleResolutionKind.NodeJs, allowSyntheticDefaultImports: true, rootDir: options.fileRootPath, ``` and if you're not already doing that, maybe also try importing...

The issue is a bit different than what it looks like: The drop only works if the mouse was within the tree when the mouse button was released. If the...

Just from the video, it looks like the render logic of the context menu component is breaking when the tree is rendered in, which causes the context menu component not...

I'll close this for now because right now I don't think this is related to this library. Feel free to reopen or open a new issue of there are any...

Demo: https://chakra-ui-storybook-git-fork-lukasbach-main-chakra-ui.vercel.app/?path=/story/components-overlay-menu--with-initial-focus

Hi @segunadebayo, thanks for your feedback. I'm busy this week, but will look into updating this next week.