Yassine Chaouche

Results 17 issues of Yassine Chaouche

### What new feature do you want? If the flags file contain extra spaces, the parser won't accept it. Example : ``` # osqueryctl restart ERROR: illegal value 'true '...

feature
configuration

I think the `--disable-events=false` flag is needed to avoid this error. I have create a pull request #18, but apparently there's a problem with the CI because of Node.js 4.x?...

This flag is needed to process events, otherwise you get "virtual_table.cpp:969] Table socket_events is event-based but events are disabled"

Here's a complete, minimalist ipdb session showing the bug. First call to psrouce goes well but second one crashes the program. ``` root@messagerie-secours[10.10.10.19] ~ # ipdb /usr/local/bin/mdedup > /usr/local/bin/mdedup(4)() 3...

Bug

Small change to allow caller to pass on a callback function and its arguments that would be called whenever retreival of feed is done: From caller's perspective : ``` function...

https://github.com/nextcloud/user_external/blob/8a4e57bfcddeee51448edb5233d6d58cda7ca68c/lib/imap.php#L114 and https://github.com/nextcloud/user_external/blob/8a4e57bfcddeee51448edb5233d6d58cda7ca68c/lib/imap.php#L103

Hello, Just heard about this project from a [tweet](https://twitter.com/Dinosn/status/1410581892164956165) by [Nicolas Crassas](https://twitter.com/Dinosn). As I understand it, it does more or less part of an antispam software job, like looking at...

Running elements.sh, I can see how bmenu is called, but I am surprised the script didn't exit when I selected my menu item. Instead, it was looping on the selection...

Hello Hadrien, bmenu -u looks for https://hadrienaka.fr/update.txt which is a redirect to https://dns.google/update.txt, I'm not sure that was inteded. https://hadrienaka.fr isn't responding either. ![image](https://user-images.githubusercontent.com/1773693/132376231-b205c952-c36b-4590-91f5-b50beae8ca47.png)

Initial buffer state: http://i.imgur.com/7lNkpFq.png C-- on the embedded python tutorial, getting into this state : http://i.imgur.com/ZUU6CO9.png Tried C-+ to unfold back the embedded nugget to no avail. Anyone knows if...