Erick Vanegas

Results 20 comments of Erick Vanegas

And if you want integrate casl with cancan(can) check this post https://medium.com/dailyjs/casl-and-cancan-permissions-sharing-between-ui-and-api-5f1fa8b4bec

I think this is causing the conflict. https://github.com/processing/p5.js/blob/3f32cbf4d3ac05773f91922bd9e0e881307a1937/src/webgl/interaction.js#L59

== UPDATE Actually I found the problem. The conflict is with the Right/Left Click conditional. (Not sure how its handle on mobile) https://github.com/processing/p5.js/blob/3f32cbf4d3ac05773f91922bd9e0e881307a1937/src/webgl/interaction.js#L105 If I comment the RightClick conditional, and...

I was able to install Ruby ... And FFi... But now I'm stuck with therubyracer gem x.x which didn't find the right version of V8 ...

@asdolo I ended installing Ruby 2.7.2 without problems with some flags, and also was able to install and old ruby (2.3) with an old V8 version, via rosetta (x86) with...

@asdolo In order to install an x86 Ruby, I installed brew for x86 and asdf for x86, also installed readline for x86 and some other system dependencies. Then I installed...

You are welcome :p I almost went crazy when trying to run my Ruby projects xD

Anyone in 2020 having this problem ? How did you solved it ?

Thanks @daveharris I just chat with @brendon on other Issue about the same dead project thing. I'll go for the Webpacker approach (Which you could use on Rails 4 and...

Hi @sdesbure I have the same question. How did you solve it ?