ckp95
ckp95
> Yes you can as for geometry other than anchor, width height will be calculated by eww dynamically iirc Can you explain how? I can't figure out how to use...
>While you can influence the position and geometry of windows dynamically, its currently not possible to generate a dynamic amount of windows. I see. In that case I suppose I...
>While you can influence the position and geometry of windows dynamically How do I do this? I can't get it to use the variable I defined. I have this: ```xml...
Ah okay, yes that works. ``` eww open --pos=450x200 --size=100x100 simple_box ``` Btw you might want to add to the `--help` output how the position and size arguments are meant...
Same here on Ubuntu 18.04.1. I can get results to show up if I manually set the directory to somewhere limited like ~/Documents, but when it searches from / it...
> Sounds like [tree-sitter/tree-sitter-rust#215](https://github.com/tree-sitter/tree-sitter-rust/issues/215) It's not quite the same. I can write that example and it doesn't crash for me: ```rust fn main () { panic!("hello"); } ```
I forgot I made this RFC because I haven't used Nim for a while. But I see that Nim 2 is out now so I'll take another look at it...
Regex pattern: `(https?://\w+.wikipedia.org/wiki/.*)` Redirect to: `$1?useskin=vector` Exclude: `https?://\w+.wikipedia.org/wiki/.*?\?useskin=.*`
Because you didn't copy exactly what I wrote  EDIT: actually strictly speaking it should be: Include pattern: `(https?://\w+\.wikipedia\.org/wiki/.*)` Exclude pattern: `https?://\w+\.wikipedia\.org/wiki/.*?\?useskin=.*` EDIT: simpler one with just wildcard match: Include...
I can't get that to happen for me. Did you make sure to add the exclude pattern as well? Also I forgot there are other forms for article urls, like...