Xandor Schiefer

Results 85 comments of Xandor Schiefer
trafficstars

I wrote a little script that can select the current focused window: https://github.com/flameshot-org/flameshot/issues/273#issuecomment-1165360717

@nachovizzo that's a cool script! I expanded on it to also support pre-selecting the active window or letting the user manually select a window: Usage: ``` ./scriptname.sh (full screen) ./scriptname.sh...

I have an updated script: ```sh #!/bin/sh if [ "$1" = "activewindow" ]; then # Get active window geometry eval $(xdotool getactivewindow getwindowgeometry --shell) REGION="${WIDTH}x${HEIGHT}+${X}+${Y}" elif [ "$1" = "selectwindow"...

Just came across this issue when enabling EASE mode after an upgrade brought that mode to my attention. Developing webapps on `localhost` with a cross-origin API is effectively not possible...

That would work only with NERDTree, I assume? As you can see on line https://github.com/zeorin/dotfiles/blob/e01cebf/.vimrc#L870, my addition allows you to choose the file types in which the highlighting happens. To...

I've not worked on this because it's working fine for me with my setup. However, it'd be really nice to have it in the plugin by default. I'll have a...

What about using tags to mark which flow version ranges a libdef version is compatible with? That way people that need to remain on an older version of flow can...

Starting tag names with `flow_` should prevent any collisions with semantic version numbers. It could even be shortened to starting tag names with just `f`. Some examples: ``` @flowtyped/uuid@flow_v0.32.x- @flowtyped/[email protected]...

That would mostly be useful to tell a user what version of flow is suitable for the *current* libdef they have installed (and we should certainly do that if we...

I am having this issue currently. When importing a bookmark backup no actual articles are added. Using app.wallabag.it (paying customer).