Greg Burri
Greg Burri
The syntax shows here : http://www.redmine.org/projects/redmine/wiki/RedmineTextFormattingMarkdown describes a way to reference a line number with this syntax : `source:some/file#L120`. It doesn't work anymore with this plugin. I know Ivan Sagalaev...
This very simple case raises an error at compilation: ``` error[E0308]: mismatched types --> src\main.rs:3:10 | 3 | #[derive(Template)] | ^^^^^^^^ expected `i32`, found `&i32` | = note: this error...
Function: [Initialize](https://github.com/GermanAizek/WinRing0/blob/c2eeceb48a8cbb92a19d96b849be402c74cee6bf/WinRing0Dll/OlsDll.cpp#L147) Depending of the shell you are using, `GetModuleFileName` may returns a path beginning with "\\?\"[1]. For example: `\\?\C:\Users\greg\Projects\` In this case, the function `IsOnNetworkDrive` will return 'true' and...