Lukas Oppermann

Results 103 issues of Lukas Oppermann

Hey, it would be great to know the defaults for options like `keepReleases` https://github.com/shipitjs/shipit#keepreleases could you add those to the readme? Thank you.

This fixes the window to the tray icon, so that it is not always in the far right corner. **Old:** (panel is not attached to tray icon) **New:** (panel **is**...

Hey, I really like the mojibar, very handy. I think an autoupdate would be a nice addition because currently one has to check the github repo and redownload the app....

enhancement

## Summary Allow to uninstall all packages that are not starred using `apm uninstall --unstarred` or similar. ## Motivation As there is no build-in way to sync packages many use...

Convert the source file to typescript, which will be compiled in the rollup build step. While we currently use `.ts` files, typehinting etc. is not used in the files. **If...

feature
help wanted
good first issue

You can test the current implementation here: http://lukasoppermann.github.io/html5sortable/index.html ### Current behavior - Item is outside of the list (no valid dropTarget → item will be placed back to its original...

feature
help wanted
PR needed

When updating the dependencies to `jest@26` and `ts-jest@26` 4 tests in the `__tests__/events/events.test.ts` test file fail. @kaffarell if you have time to look into this, it would be great. It...

bug
help wanted
info needed

It would be good to split the `html5sortable.ts` file into smaller modules to make it easier to test them and understand the code. Important would be: - [ ] try...

- [x] Tests need to be split into smaller, more meaningful files - [ ] Tests needs to be reviews, what is missing, what is actually tested

help wanted
good first issue

By default a cursor should indicate item that an item is draggable and change on drag. This turns out to be very tricky. The states that need to be supported:...

feature
help wanted