Thibaut SEVERAC
Thibaut SEVERAC
@vgorbulenko-amc this variables is correct . In fact, my bug is harder to find . In fact the ssl handshake failed, because the gitlab of my company use a 4096...
( you can use 3 ` for multiline code ) . About the self signed ssl, I see an option to disable ssl checking, isn't enough for you ?
@icebob any news / blocking on this ?
> I'm not sure it's the good solution, because it changes the logic. E.g. we can't pass `null` as a value of `ctx.params`. I mean you call `broker.call("hello.world", null)` and...
Go in `/etc/crowdsec/parsers/`, you will maybe got some patterns in double (and some with `.dpkg-dist` in the name)
Hello @laverdet because you already forked it and publish it (but don't open issues on your repo) Maybe can you correct the typing error : https://github.com/beaugunderson/ip-address/issues/143 . So I can...
@beaugunderson I never really found a good guide :/ . But I think, I get something that works : https://github.com/thib3113/node-crowdsec/blob/main/packages/crowdsec-client/package.json - package.json type = module - bundle with esbuild =>...
( I need to reopen this, but not with the master branch ) .
A note about virtual tests . Actually, they are using global models ( from global mongoose connection ) . So, they doesn't work, because the default connection is never connected,...
Virtuals seems to come from this PR : https://github.com/moleculerjs/moleculer-db/pull/354 . But, the logic seems not working with the "one database per service" pattern, because mongoose can't load the other object...