Dimitris Theodorou

Results 37 comments of Dimitris Theodorou

The flask_scoped_session is an [SQL Alchemy scoped session](https://docs.sqlalchemy.org/en/13/orm/contextual.html), so you can use it in exactly the same way you would use that. Your scenario should fail with the same error...

@edenhill can you provide a comment here? This issue is on librdkafka, does not have to do with the go wrapper

Any pointers to where someone would start looking to implement this?

These functions I assume https://github.com/samba-team/samba/blob/76868818e8b98a0cd4881d319e0735de5091b8b1/source3/rpcclient/cmd_lsarpc.c#L2374-L2376

What I am doing is just querying the LDAP server responsible for these SIDs and getting back all the information I need. I think this will always be better than...

You shouldn't close this, its a valid feature request to be added to this library.

Just tested this with SMB1 and it works properly

That solution creates a new SMB connection per path right? I am listing thousands of directories (I'm doing recursive directory listing on very large folders), I think a new connection...

Same issue here. This hash conversion is bogus. Also it takes place only to feed the hash to the plugins, the data sent to hypenova is correct as you pointout.

Shouldn't you be using this schema? ```json { "foo": { "allOf": [{"$ref": "#/def/url"}], "title": "something additional that should not be removed" }, "def": { "url": { "pattern": "pattern", "type": "string"...