Chris Yate

Results 23 comments of Chris Yate

I'm trying to use this plugin from a Rails app with scss/sass templates. I don't want to use another css preprocessor! So of course now I've an unmaintained, online-converted file...

Thanks, I'll give it a go. Probably won't get a chance tonight but some time in the week

Thanks for the clarification -- at least I know it's "intended behaviour"! ;-) It's possible I can get the effect I am looking for by not using TARGET, and instead...

I've been playing with this over lunch and it's clear that UJR isn't going to solve the problem on its own. Probably I need to write some code...? My pedals...

> From what I can tell you are trying to do the following: > Trying to use UJR to merge two pedals into one axis > Then use another slider...

I believe there's a bug here: ``` autohotkey } else if (merge == 2){ ; "Greatest" merge if (axis1_controls_special_%index% == "None"){ if (abs(tmp1 - 50) > abs(tmp2 - 50)){ val2...

I can confirm that changing the `if (abs(tmp1 ...` statement to give the following solves my problem. Do you want me to send a pull request with this? ``` autohotkey...

I realised removing the `abs` stuff might not work for all use cases. How would you get a 0-centered scale? Are some scales 0-centred in the AHK output? In UJR...

Anyone got a workaround? Downgrade Angular?