Amir Rossert

Results 44 comments of Amir Rossert

I also noticed now that `later` is not validating cron strings, is there a plan to add this or do I need to validate it manually?

Hi @hephex I'm missing the ability to call `cache_clear` from within the decorated method, is this planned to be added?

Is this repo still maintained?

I also noticed the same thing, are there any plans to add this?

I have found the issue, I have an old `default.realm` file in `com.clipy-app.Clipy` with another version snippets, this cause the application to crash

@ian4hu any plans for adding this feature?

I have a similar issue, my version pattern looks like 24.1.3-7698, so the `-` part of the version cannot be handled as it is splitted by `.` and the `3-7698`...

I have noticed that in `filterchecks.cpp` when filtered by `PPID` there is this code: ``` case TYPE_PPID: if(tinfo->is_main_thread()) { return (uint8_t*)&tinfo->m_ptid; } else { sinsp_threadinfo* mt = tinfo->get_main_thread(); if(mt !=...

Thanks for the information. I will try to take a look