Arno Schlipf

Results 20 issues of Arno Schlipf

Is there any way to remove a directory with all it's contents when using the `FsFile` class? I see there is a method for `FatFile` (`rmRfStar()`). Can I somehow use...

When dragging an item in an expanded folder the cursor jumps to the bottom of the folder when hovering the lower part of the folder's title: ![sl-vue-tree-glitch](https://user-images.githubusercontent.com/15122993/69451647-2e1e9880-0d60-11ea-8374-2cef75a858be.gif) I used the...

**Is your feature request related to a problem? Please describe.** I want to recievce/send OSC messages over a websocket connection using this [ OSC](https://github.com/CNMAT/OSC) library. But the OSC library is...

enhancement

I'm not sure if I'm missing something, but the presenter and play mode are not in sync. For example: when using the starter presentation and increasing the counter in the...

enhancement

Hello, when using vue-lazyload in chrome (65) and scrolling with the trackpad of an macbook air (MacOS 10.10.5) my images load really slow (testing it in localhost so internet connection...

I'm using your library in a project where I only need the `Message` class. It would be great if I could import it like this: ```js import { Message }...

It would be nice to shorten this: ```js osc.open({ host: '127.0.0.1', port: 80, secure: true }) ``` to something like this: ```js osc.open('wss://127.0.0.1:80') ``` If you are interested I can...

enhancement

Your project looks really promising and solves a lot of issues I have with emmy lua! Is there any way to install it on VSCode?

enhancement

Is it possible to have a right-to-left order, so that the first item would be in the top right corner?

This is similar to #18 It would be great if the user could enter an image ratio manually. And optionally the current/original ratio of the images would be displayed. This...

enhancement