[jira] [Commented] (NETBEANS-2474) Add support for yarn package manager

2021-02-02 Thread Thomas McWork (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17277198#comment-17277198
 ] 

Thomas McWork commented on NETBEANS-2474:
-

[~chrizzly] Of course you're right. Maybe my statement was to broad. What will 
work is `yarn install package` and `yarn install`. And that's what I was 
targeting as a workaround that's as small and as functional as possbile. For 
everything else I also wish to have a proper integration.

> Add support for yarn package manager
> 
>
> Key: NETBEANS-2474
> URL: https://issues.apache.org/jira/browse/NETBEANS-2474
> Project: NetBeans
>  Issue Type: New Feature
>  Components: javascript - Node.js
>Affects Versions: 10.0, 11.0, 12.0
>Reporter: Ivan Borisov
>Priority: Major
>
> Add support for yarn package manager
> [https://yarnpkg.com/lang/en/]
> https://yarnpkg.com/lang/en/docs/migrating-from-npm/



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-2474) Add support for yarn package manager

2021-01-28 Thread Thomas McWork (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17273987#comment-17273987
 ] 

Thomas McWork commented on NETBEANS-2474:
-

As a workaround, for anybody interested: You can simply define the yarn binary 
in the npm path, as the CLI interface is basically the same.

> Add support for yarn package manager
> 
>
> Key: NETBEANS-2474
> URL: https://issues.apache.org/jira/browse/NETBEANS-2474
> Project: NetBeans
>  Issue Type: New Feature
>  Components: javascript - Node.js
>Affects Versions: 10.0, 11.0, 12.0
>Reporter: Ivan Borisov
>Priority: Major
>
> Add support for yarn package manager
> [https://yarnpkg.com/lang/en/]
> https://yarnpkg.com/lang/en/docs/migrating-from-npm/



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Closed] (NETBEANS-2995) Unusable slow when editing YAML files

2019-10-22 Thread Thomas McWork (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas McWork closed NETBEANS-2995.
---
  Assignee: (was: Geertjan Wielenga)
Resolution: Cannot Reproduce

> Unusable slow when editing YAML files
> -
>
> Key: NETBEANS-2995
> URL: https://issues.apache.org/jira/browse/NETBEANS-2995
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2, 11.0, 11.1
> Environment: - Intel Core i5 processor with 8 GB of RAM and an SSD 
> hard disk
> - Xubuntu 18.04.3
> - OpenJDK 8 + 11
>Reporter: Thomas McWork
>Priority: Major
> Attachments: api-operations.yml
>
>
> My Maven based Java EE web project also consist of YAML files which contain 
> the OpenAPI specification. As soon as I start editing one of these YAML files 
> the IDE is getting incredibly unusable slow. It's enough to only add a single 
> character. While being in this close to freeze condition I can see that the 
> view Navigator window is cyclical scrolling from the top to the bottom. After 
> a certain amount of time (maybe a minute) everything seems to be fine again 
> and the IDE gets responsible again. I haven't encountered any other 
> performance bottlenecks on my development machine.
>  
> Also I couldn't see any related Exception in the IDE log.
>  
> I'm happy to provide anything which might help to track down / solve this 
> problem!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-2995) Unusable slow when editing YAML files

2019-10-22 Thread Thomas McWork (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16957185#comment-16957185
 ] 

Thomas McWork commented on NETBEANS-2995:
-

> It's enough to only add a single character.

It was only just that.

I've repeated the setup without importing the settings of my previous 
installation of netbeans – and now it's working fine! So thank you for having a 
look into this!

And thank you for the whole thing!

> Unusable slow when editing YAML files
> -
>
> Key: NETBEANS-2995
> URL: https://issues.apache.org/jira/browse/NETBEANS-2995
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2, 11.0, 11.1
> Environment: - Intel Core i5 processor with 8 GB of RAM and an SSD 
> hard disk
> - Xubuntu 18.04.3
> - OpenJDK 8 + 11
>Reporter: Thomas McWork
>Assignee: Geertjan Wielenga
>Priority: Major
> Attachments: api-operations.yml
>
>
> My Maven based Java EE web project also consist of YAML files which contain 
> the OpenAPI specification. As soon as I start editing one of these YAML files 
> the IDE is getting incredibly unusable slow. It's enough to only add a single 
> character. While being in this close to freeze condition I can see that the 
> view Navigator window is cyclical scrolling from the top to the bottom. After 
> a certain amount of time (maybe a minute) everything seems to be fine again 
> and the IDE gets responsible again. I haven't encountered any other 
> performance bottlenecks on my development machine.
>  
> Also I couldn't see any related Exception in the IDE log.
>  
> I'm happy to provide anything which might help to track down / solve this 
> problem!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Comment Edited] (NETBEANS-2995) Unusable slow when editing YAML files

2019-10-22 Thread Thomas McWork (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16957185#comment-16957185
 ] 

Thomas McWork edited comment on NETBEANS-2995 at 10/22/19 3:49 PM:
---

{quote}It's enough to only add a single character.
{quote}
It was only just that.

I've repeated the setup without importing the settings of my previous 
installation of netbeans – and now it's working fine! So thank you for having a 
look into this!

And thank you for the whole thing!


was (Author: thomas.mc.work):
> It's enough to only add a single character.

It was only just that.

I've repeated the setup without importing the settings of my previous 
installation of netbeans – and now it's working fine! So thank you for having a 
look into this!

And thank you for the whole thing!

> Unusable slow when editing YAML files
> -
>
> Key: NETBEANS-2995
> URL: https://issues.apache.org/jira/browse/NETBEANS-2995
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2, 11.0, 11.1
> Environment: - Intel Core i5 processor with 8 GB of RAM and an SSD 
> hard disk
> - Xubuntu 18.04.3
> - OpenJDK 8 + 11
>Reporter: Thomas McWork
>Assignee: Geertjan Wielenga
>Priority: Major
> Attachments: api-operations.yml
>
>
> My Maven based Java EE web project also consist of YAML files which contain 
> the OpenAPI specification. As soon as I start editing one of these YAML files 
> the IDE is getting incredibly unusable slow. It's enough to only add a single 
> character. While being in this close to freeze condition I can see that the 
> view Navigator window is cyclical scrolling from the top to the bottom. After 
> a certain amount of time (maybe a minute) everything seems to be fine again 
> and the IDE gets responsible again. I haven't encountered any other 
> performance bottlenecks on my development machine.
>  
> Also I couldn't see any related Exception in the IDE log.
>  
> I'm happy to provide anything which might help to track down / solve this 
> problem!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Assigned] (NETBEANS-2995) Unusable slow when editing YAML files

2019-10-22 Thread Thomas McWork (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas McWork reassigned NETBEANS-2995:
---

Assignee: Geertjan Wielenga

> Unusable slow when editing YAML files
> -
>
> Key: NETBEANS-2995
> URL: https://issues.apache.org/jira/browse/NETBEANS-2995
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2, 11.0, 11.1
> Environment: - Intel Core i5 processor with 8 GB of RAM and an SSD 
> hard disk
> - Xubuntu 18.04.3
> - OpenJDK 8 + 11
>Reporter: Thomas McWork
>Assignee: Geertjan Wielenga
>Priority: Major
> Attachments: api-operations.yml
>
>
> My Maven based Java EE web project also consist of YAML files which contain 
> the OpenAPI specification. As soon as I start editing one of these YAML files 
> the IDE is getting incredibly unusable slow. It's enough to only add a single 
> character. While being in this close to freeze condition I can see that the 
> view Navigator window is cyclical scrolling from the top to the bottom. After 
> a certain amount of time (maybe a minute) everything seems to be fine again 
> and the IDE gets responsible again. I haven't encountered any other 
> performance bottlenecks on my development machine.
>  
> Also I couldn't see any related Exception in the IDE log.
>  
> I'm happy to provide anything which might help to track down / solve this 
> problem!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-2995) Unusable slow when editing YAML files

2019-10-22 Thread Thomas McWork (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16957167#comment-16957167
 ] 

Thomas McWork commented on NETBEANS-2995:
-

I can reproduce the problem with 11.2-vc1. I had to shorten the document a bit, 
which also reduces the excessive load times. But I hope this will give you an 
idea. If not, then I need to revise the whole document for not leaking any 
internal information.

 

btw: I've had serious problems writing this and attaching the file with Mozilla 
Firefox. I was forced to finally use Chromium to write this.

> Unusable slow when editing YAML files
> -
>
> Key: NETBEANS-2995
> URL: https://issues.apache.org/jira/browse/NETBEANS-2995
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2, 11.0, 11.1
> Environment: - Intel Core i5 processor with 8 GB of RAM and an SSD 
> hard disk
> - Xubuntu 18.04.3
> - OpenJDK 8 + 11
>Reporter: Thomas McWork
>Priority: Major
> Attachments: api-operations.yml
>
>
> My Maven based Java EE web project also consist of YAML files which contain 
> the OpenAPI specification. As soon as I start editing one of these YAML files 
> the IDE is getting incredibly unusable slow. It's enough to only add a single 
> character. While being in this close to freeze condition I can see that the 
> view Navigator window is cyclical scrolling from the top to the bottom. After 
> a certain amount of time (maybe a minute) everything seems to be fine again 
> and the IDE gets responsible again. I haven't encountered any other 
> performance bottlenecks on my development machine.
>  
> Also I couldn't see any related Exception in the IDE log.
>  
> I'm happy to provide anything which might help to track down / solve this 
> problem!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-2995) Unusable slow when editing YAML files

2019-10-22 Thread Thomas McWork (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas McWork updated NETBEANS-2995:

Attachment: api-operations.yml

> Unusable slow when editing YAML files
> -
>
> Key: NETBEANS-2995
> URL: https://issues.apache.org/jira/browse/NETBEANS-2995
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2, 11.0, 11.1
> Environment: - Intel Core i5 processor with 8 GB of RAM and an SSD 
> hard disk
> - Xubuntu 18.04.3
> - OpenJDK 8 + 11
>Reporter: Thomas McWork
>Priority: Major
> Attachments: api-operations.yml
>
>
> My Maven based Java EE web project also consist of YAML files which contain 
> the OpenAPI specification. As soon as I start editing one of these YAML files 
> the IDE is getting incredibly unusable slow. It's enough to only add a single 
> character. While being in this close to freeze condition I can see that the 
> view Navigator window is cyclical scrolling from the top to the bottom. After 
> a certain amount of time (maybe a minute) everything seems to be fine again 
> and the IDE gets responsible again. I haven't encountered any other 
> performance bottlenecks on my development machine.
>  
> Also I couldn't see any related Exception in the IDE log.
>  
> I'm happy to provide anything which might help to track down / solve this 
> problem!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Created] (NETBEANS-2995) Unusable slow when editing YAML files

2019-08-16 Thread Thomas McWork (JIRA)
Thomas McWork created NETBEANS-2995:
---

 Summary: Unusable slow when editing YAML files
 Key: NETBEANS-2995
 URL: https://issues.apache.org/jira/browse/NETBEANS-2995
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.1, 11.0, 8.2
 Environment: - Intel Core i5 processor with 8 GB of RAM and an SSD 
hard disk
- Xubuntu 18.04.3
- OpenJDK 8 + 11
Reporter: Thomas McWork


My Maven based Java EE web project also consist of YAML files which contain the 
OpenAPI specification. As soon as I start editing one of these YAML files the 
IDE is getting incredibly unusable slow. It's enough to only add a single 
character. While being in this close to freeze condition I can see that the 
view Navigator window is cyclical scrolling from the top to the bottom. After a 
certain amount of time (maybe a minute) everything seems to be fine again and 
the IDE gets responsible again. I haven't encountered any other performance 
bottlenecks on my development machine.

 

Also I couldn't see any related Exception in the IDE log.

 

I'm happy to provide anything which might help to track down / solve this 
problem!



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists