Bodo Junglas

Results 37 comments of Bodo Junglas

Not sure, does Alfred has permission to do UI scripting? I think this has moved to the Privacy settings (unluckily I don't have a Mac right now to check)

Unluckily I'm not really a Mac-User any more. I was not able to reproduce this so far, though the Mac had not been updated to High Siera yet. Unblessed references...

Not sure if there are more sofisticated tools, but I do it like this: The "src" folder contains the entire content of "~/Library/Application Support/Alfred 3/Alfred.alfredpreferences/workflows/user.workflow.F213A19A-E45D-4010-82BF-4FEFB3D33AE5" I.e. when developing you can...

All options are configured in this file: https://github.com/untoldwind/alfred2-layout/blob/master/src/default_layouts.yaml The full-screen toggle is actually the first line there. Just remove that line and it won't appear in Alfred any more

Just realized that there might be a "bug". The options are rendered by the "layout_select.pl" script. Which first reads: ~/Library/Application Support/Alfred 2/Workflow Data/de.leanovate.alfred.layout/layouts.yaml (which is hardcoded atm and should be...

The current version: https://github.com/untoldwind/alfred2-layout/raw/master/Layout.alfredworkflow Now supports an environment variable LAYOUTS_FILE (this can be set in the Preference via "Configure workflow variables") The workflow will first try to load the options...

I fear I need some more information why this is not working for you as indended. If you are using Alfred 3 you can toggle a debug log on the...

To my knowledge the first and last point of a polygon has to be the same. I can try to take a look why this is not the case in...

FYI: https://github.com/w8r/martinez/issues/99 The intersection points in the result are correct, there are just in the wrong order. This seems to be a rounding issue (i.e. 631 instead of 531 works...

Have you checked with the javascript version (https://github.com/w8r/martinez)? I.e. to figure out if it is a problem with the algorithm itself or the rust-port.