Charles Grunwald

Results 9 issues of Charles Grunwald

This shouldn't really be an issue, but since github doesn't have support for feature requests: Around the beginning of the month, I started working on adding additional functionality to helium...

The current lexer doesn't appear to factor in potential command line options for many of the built-in commands. Additionally, the standard `if defined ...` construct appears to be broken. I've...

bug
help wanted

Saw the following comments, and thought I'd volunteer what I learned on the subject: ``` javascript // C is the class to be returned. // // When called, creates and...

Following the completion of the hardlink support and the setup script, I need to publish this.

Underneath the `ntfslink.internals` package, there's currently a large number of unused ctypes declarations. At some point, I'll need to clean these up.

enhancement

The `setup.py` script hasn't been functional since the change from a C-extension to a `ctypes` based module.

broken

The following functions need to be implemented for the `ntfslink.hardlinks` module. - [ ] `create(source, link_name)` - [ ] `count(link_name)` Any additional functionality for hardlinks will be in the form...

unimplemented

Windows XP's version of kernel32.dll does not export `CreateSymbolicLink`, so supporting the third-party driver will require that `symlinks.broken_create` be fixed. Not quite sure why it's currently returning unsuccessful, though.

broken

This doesn't appear to be the same issue as #239 so I figured I'd post. I've been seeing this crash a handful of times over the last few days while...

bug
1.18.x