Jay

Results 50 comments of Jay

I'm getting the same error in both Visual Studio 2022 Community and Visual Studio 2019 Community. I'd really like to know what's causing this because I'm on a fresh install...

Update. I wonder if this is the reason why the install is failing? I tried to install manually and received this message: ![powershell_mrQOmGA1Na](https://user-images.githubusercontent.com/33441569/166110517-4c367d46-ef20-428a-9802-f080c57e125a.png) Maybe since the NuGet provider dependency isn't...

This might be by design - if you use `Ctrl+Shift+V` to paste, it will only paste plain text.

@RSchneider94 I managed to solve it: 1. Removed `"type": "module"` from `package.json` 2. Changed the `"module"` value in `tsconfig.json` to `"module": "commonjs"` along with some other changes 3. Removed all...

Thanks, That's kind of what I figured. I'll have to really whittle down the number of plugins I use.

@lazka Still confused. Sorry. In order to install `pycairo` on Windows 10, what are the steps I need to take? I see the following on the homepage: > Pycairo is...

That did the trick! Thank you so much for making the modification and also for the lightning fast turnaround. You are an Illustrator scripting god! Best, Jay

One more thing - do you happen to have a one-click script like `FitSelectionToArtboards` that doesn't have a dialog box and always defaults to "Visible" for Item Bounds? ![Illustrator_ufujhSIDIK](https://github.com/creold/illustrator-scripts/assets/33441569/e0921ce1-696a-4a2d-a70c-51f0a827c890) https://github.com/creold/illustrator-scripts/assets/33441569/fd11f485-afaa-4c3a-ba37-c84cbfa4b33f...

Edit: I edited your script (Changed the name to `FitSelectionToArtboards-NoDialog.jsx`) and just modified the `CFG` object to my desired defaults. Then ran `process(CFG);` instead of invoking the dialog. Seems to...