Dedmen Miller

Results 377 comments of Dedmen Miller

> public NtStatus FindFiles(string filename, out IList files, DokanFileInfo info) > public NtStatus FindStreams(string fileName, out IList streams, DokanFileInfo info) > public NtStatus FindFilesWithPattern(string fileName, string searchPattern, out IList files,...

> does this would be enough ? Technically yes.. but it's more a hacky workaround than a real solution. And it requires the user to read the documentation instead of...

Able of course :D Can't give you a timespan. Do you have a deadline it must be ready by?

This is not only a thing because of that python bug. I'd like to specify the id by myself too, and sending a string who'se whole purpose is to generate...

Okey this is weird. ```py print (chooser) print (isinstance(chooser, Choose)) print (isinstance(chooser, Choose2)) ``` -> False True It's creating a Choose2. But inside ConnectionListView.__init__ `print (IDAUtils.is_hexrays_v7())` prints "True" so it...

The Choose API is not the problem I think. https://github.com/McGill-DMaS/Kam1n0-Community/blob/master2.x/kam1n0-clients/ida-plugin/Kam1n0/forms/ConnectionManagementForm.py#L23-L29 This code, loads Choose2. Even though `print (IDAUtils.is_hexrays_v7())` prints "True" If I just force it to load `Choose` instead of...

Now: Input: `polyline{ fill: none; }; ellipse{ stroke:url(#colorForest); fill: none; stroke-width: 4; };` Output: 1 rule for polyline, 1 rule for ellipse, 1 rule for null Input: `polyline{ fill: none;...

@enissimsek Thanks alot! It works just beautifully. I'm using this with MapsUI and I can finally run in full screen with very smooth fps instead of like.. 0.2fps before. Here...

Thank you for the reviewing, I don't have the time 😢