Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
ilmoi
Total activity
38
Last activity
February 06, 2023 18:14
Member since
August 15, 2020 07:45
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
15
Activity overview
Posts (15)
Comments (8)
Sort by recent activity
Recent activity
Votes
Edited
October 20, 2020 16:04
Nevermind... my incompetent coding is at fault. The problem turned out to be that prompt input actually returns a promise, and I wasn't handling it appropriately. Of course the flow runs away and I...
Community
WebStorm
WebStorm: readline() doesn't close after input
1 vote
Created
December 09, 2022 15:26
ok so I think I figured out the issue - we had a layered repo with sub-package.jsons and ts-node wasn't installed in the very top (root) one. Next question - how do I make node.js be the default ru...
Community
WebStorm
Running filles in WebStorm with PnP
0 votes
Created
December 08, 2022 20:19
yup it's already listed in the dependencies for this project, which is why I was confused by the message or is there some other dependencies file where it should be listed?
Community
WebStorm
Running filles in WebStorm with PnP
0 votes
Created
December 07, 2022 22:21
yeah so now I'm getting /Users/ilmoi/.nvm/versions/node/v16.14.0/bin/yarn node --require ts-node/register /Users/ilmoi/Dropbox/crypto_bc/tensor/tensor-infra/shared/one_off/fix_composed_txs_doSwa...
Community
WebStorm
Running filles in WebStorm with PnP
0 votes
Created
December 06, 2022 23:55
Webstorm 2022.3 Yep have yarn selected. Configuration:
Community
WebStorm
Running filles in WebStorm with PnP
0 votes
Created
June 11, 2022 12:25
That works, thanks a ton! PS another one I discovered since is cmd+enter (might be rebound) which opens a menu like this which implements all members:
Community
WebStorm
How do I display parameter tips for objects in typescript?
0 votes
Created
May 30, 2021 13:09
That looks correct Andrey Resler
Community
PyCharm
Is it possible to specify a fixed width for the project tool window?
0 votes
Edited
October 20, 2020 15:50
Ok I thought it works but it creates a new issue - now in debugger window I can't enter any input at all... the prompt is there blinking, but I can't enter anything. To add some detail: it works ok...
Community
WebStorm
WebStorm: readline() doesn't close after input
0 votes