Anno

Results 11 comments of Anno

``` a@^4.0.0ise@^2.1.0imic-fn@^1.0.0error Your lockfile needs to be updated, but yarn was run with `--frozen-lockfile`. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. ``` @cnguy would be great if you could...

I guess this project is sadly dead. I forked the repo, but had no time yet to set up everything (build pipeline, etc).

Currently working on some kind of a reimplementation to get it working for 6.2. I don't see any big differences between the current version and 6.2 so I could maybe...

My current solution is somehow working but it is quite dirty... 1/ So instead of setting the JQuery option _connectWith_ to an array of Sortable ids you would connect them...

1/ Okay, currently I am doing it a bit different. I grab the id's of every connected Sortable (saved in a list) and set the option _connectWith_ via Options.asString(List values)....

Yeah it does. It supports a _selector_ and this can be nearly anything :) See: http://api.jquery.com/category/selectors/ https://jsfiddle.net/evcy4qt1/5 You can either use and array of selectors (_connectWith: "#sortable1","#sortable2","#sortable3"_) or a selector...

commited it finally... but i am not sure if it works. Another thing i noticed is that i have to reformat the code manually, will do this today or tomorrow

Woops... Missed the sysout :D Standard Eclipse formatter or anything special?

Hey, @shinyquagsire23 I started working on 1 and 2 and everything is fine so far except that I am currently re using existing buttons in the setup menu. If I...

@shinyquagsire23 I didn't had that much time the last few months, but i've implemented the checkboxes now and added a PR: https://github.com/shinyquagsire23/OpenJKDF2/pull/241 ![image](https://user-images.githubusercontent.com/23224564/221050354-4d1a6b6d-b316-4e98-bfa9-d6cc311ce2f3.png) ![image](https://user-images.githubusercontent.com/23224564/221051087-f0026e98-d2a9-4cb1-9fc0-9bb0ea50aba6.png) The settings are also saved to...