-
I am not sure about the parse_files function utility:
- it loads all the files via recursive glob
- it saves them into another folder
I am guessing what this function should do:
a) validate th…
-
When searching for strings containing a dot, the results are inconsistent.
I can't reproduce this every time, so I don't know exactly what is causing this.
A few examples:
This search finds t…
-
Is there documentation on code signing for OSX?
-
May I ask how nextjs13 adds a project prefix (Access nextjs13 project A through the prefix "/projectA/" ,Accessing nextjs13 project B through the prefix "/projectB/"), How will nginx be configured
-
Hi, First of all great work on the package. I just had a question about how this works. Is this like an electron wrapper around the website? As in if the website is updated, will the app on the user's…
-
Hi,
as my company is trying to move from `sigmac` to `pysigma` for translating our detection rules, I´m currently checking if I get the same output with the new tool.
For quite some time, in our en…
-
I'm setting up an Electron app that needs to be able to import a custom native node module (a `something.node` file) that itself loads a dynamic library (a separate, `libsomething.dylib` file).
I …
-
If I use i18next My dynamic pages work perfectly in the development environment, but in the build version the dynamic pages do not work, I see a blank screen. Once you turn off localization, everythin…
-
The CSV output is not being properly parsed by other tools as quotes are not escaped (not double quoted).
Would it be possible to fix this? And perhaps add a json output instead of CSV?
``` 20…
-
I'm coming from a Graylog background where the correlation engine supports the following methods:
1. Rule A triggers at least X times
2. (optional) AND Rule B doesn't trigger AND followed by Rule …