megumin

Results 41 comments of megumin

Thanks for getting back so quickly! At the moment, our reader is already using a BufReader. We tried doing this in an attempt to speed it up, but unfortunately it's...

Closing because it's probably related to https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/issues/3663

@morganist DVM is just a shell script that extracts the discord tarball from the discord website and just makes it a bit less annoying to update. If you think the...

This is most likely a breaking change with older versions of IDA, so it'd probably need to be made clear if a release is made.

As a temporary workaround, I was able to add `.` as a workspace member in cargo.toml. Though this assumes you have a package in the workspace root. ```toml [workspace] members...

@programmerjake Thanks, I wasn't sure if ordinals were a thing on other targets. I'll update it accordingly.

> Can we reuse `#[link_ordinal(n)]` for this purpose, the same way `extern "C"` can be used both for "importing" and "exporting" functions? I think this could be a good idea...

> In this case is the externally-declared function somehow being re-exported? @tmandry I took into consideration that some libraries could possibly be statically linked, and the possibility that someone may...

If we already use `export_name`, I think it'd be best to stick with `export_ordinal`?