Scott Willeke

Results 68 comments of Scott Willeke

I debugged this and couldn't figure it out. Would love an assist here!

I'm guessing this is due to [this line](https://github.com/activescott/libmspack4n/blob/master/libmspack4n/MSCabinet.cs#L38) which was added in [this commit](https://github.com/activescott/libmspack4n/commit/58b1cde2f5121a6b4ddedd8a8ecd213a6879ceab). Apparently some problem loading [LessIO](https://github.com/activescott/lessio/) on Wine. LessIO uses a several Win32 native methods so I...

@mirh I think since it worked in older versions of lessmsi it is likely we've introduced something that wine supports. I don't use it on wine, so I haven't taken...

In case anyone wants to investigate this (😉) I'd start by look at the [`ExtractFiles` method in `Wixtracts`](https://github.com/activescott/lessmsi/blob/master/src/LessMsi.Core/Msi/Wixtracts.cs#L259). This calls into two areas that are worth investigating: - [LessIO](https://github.com/activescott/LessIO) is...

A full table _editor_ for MSI files would surely be cool. Relatively big effort so I'll slate this for v1.4.

This would be a breaking change. My use of the control depends on the current behavior of /not/ only receiving the keys that the input/suggestions are not using.

I'm integrating into an existing application that has some legacy keyboard handling and I needed to be able to know tab was not handled by react-mentions and when it wasn't...

@mpuittinen Thanks. Makes sense. I'm going to give this more thought. This is all on the right track, but the more I think about this, I'm thinking maybe the best...

Something like this: https://github.com/activescott/serverless-http-invoker :)

Great suggestion. I'd welcome a PR and be happy to support you if you're interested in adding it. I'll put this high on the list though as I can see...