Justin Taylor

Results 22 comments of Justin Taylor

+1, have another M1 Mac user experiencing this: [Issue 15](https://github.com/hyperbrew/bolt-cep/issues/15) Don't think this issue can be resolved until Adobe releases ExtendScript debugger 2.0 to the public, right now it's in...

@xdxdy doesn't look encrypted, just slightly obfuscated in the prefs file: `/Users/[username]/Library/Application Support/com.clipy-app.Clipy/default.realm`

@xdxdy I agree, I'm gonna start looking for an alternative which is a shame cause I really love using Clipy. @Econa77 any plans on upping security?

@xdxdy I also noticed that clearing your history, doesn't remove any previous clipboards from this file.

Nice work @timhaywood! I actually have one almost just like this I was getting ready to release, works fine in dev but fails on build due to the different environments...

Hi @saulpalv. Yes the project is set up for Yarn 1, so I would recommend that. I don't have an M1 Mac to test with, but it looks like the...

Update: This is in fact an issue with the [jsxbin](https://github.com/runegan/jsxbin) package, see details here: [Issue 29](https://github.com/runegan/jsxbin/issues/29) I'll bump that issue.

Until Adobe releases the ExtendScript debugger 2.0 to the public, (right now it's in NDA beta), JSXBIN won't work on M1 Macs. You can either build in Rosetta mode, or...

`yarn install` will install for your platform, no need to specify, however, this won't solve the JSXBIN issue as the package doesn't contain the right binaries for M1 Macs anyway.

@imHowie you have a few options: 1. Build on a non-M1 Mac 2. Build on an M1 Mac in Rosetta mode 3. Make a PR for the [jsxbin](https://github.com/runegan/jsxbin) repo that...