Igor Luzhanov

Results 20 comments of Igor Luzhanov

@hvbtup may I ask you for some hints about PDF post-processing you've used? How it can be implemented?

Here are a few suggestions what can potentially be done (not specifically fixing a potential vulnerability, but rather improvements): 1. Replace `Runtime().exec()` with `ProcessBuilder`, something like this: ``` ProcessBuilder processBuilder...

@vvscode If you will have a time to implement this please comment it. It's the last issue before we can release the first "local saving" version of plugin.

@vvscode > This one should be branched from 2.0.0_local_storage ? Yes > can you describe logic for current options.js, or I can replace all it's content ( related to decks...

> there are two functions optionsLocalDecks / optionsListDecks My fault. `optionsLocalDecks` was written by me as a simple example, `optionsListDecks` was used before - i suppose we can remove it....

I added acceptance criteria for popup - now I understand that you need to make some changes there too

> how user can create nested decks? ( or it's just a form of presentation based on names via :: ) ? Yes, it's just a presentation of :: name...

@ninja33 thank you a lot, I will investigate this functionality :)

Well, it's a good idea, but let's wait till I'll rewrite plugin a little bit to the local-saving mode. I need to change a lot after official API blocking. But...