N8th8n8el

Results 21 comments of N8th8n8el

Yes it is cached inside verdaccio. npmjs.org is just set as uplink and my private package isn't on there. Also verdaccio responds with a 200 for req: 'GET /PACKAGE_NAME' as...

I have no time to test is atm. Will report back whenever I find the time.

I am currently trying to achieve something similar to @spider58. I want to add a new tab to a border and select it programmatically. I tried using ```js model.doAction( Actions.addNode(...

Found a workaround in case this is intended behaviour: ```js model.doAction( Actions.addNode( { type: "tab", enableClose: true, name: "MyName", component: "MyComponent" }, model .getBorderSet() .getBorders() .find(b => b.getLocation() === DockLocation.BOTTOM)...

Had the same problem. After adding ``` links: - mongodb ``` it worked. Can someone explain why this is needed? The [documentation](https://docs.docker.com/compose/compose-file/#links) says: > Links are not required to enable...

Opening links with Cmd+Click is already implemented: https://github.com/zed-industries/zed/assets/19362696/baf81be8-455a-4b54-94ab-94627807cbd2 Is there perhaps a bug? Seem like in the `How it works today` example the feature just doesn't work.

I also think there is a memory leak somewhere. When I freshly start a pretty large ts project Zed consumes ~280MB, but sometime after a day of work it's over...

When I can reproduce it's always when the first search result is a huge minified js file (where everything is in one line).

Also only happens when the window is quite large (almost full 4k screen). Everything is fine on a smaller window size. Another recording: https://github.com/zed-industries/zed/assets/19362696/9e872c01-a772-4382-89da-85c1fe92954c (sorry for the bad quality, GitHub...