Jørgen Tjernø

Results 69 comments of Jørgen Tjernø

@theflakes, you should be able to use [`key.get_raw_value("key name")`](https://docs.rs/winreg/0.8.0/winreg/struct.RegKey.html#method.get_raw_value) -- it returns an `io::Result`, and [`RegValue::vtype`](https://docs.rs/winreg/0.8.0/winreg/struct.RegValue.html#structfield.vtype) contains [an enum that identifies the type](https://docs.rs/winreg/0.8.0/winreg/enums/enum.RegType.html). You can match that against `RegType::REG_LINK` :)

Seems like a legitimate test failure, I'm investigating.

Sounds good On Thu, Jan 12, 2012 at 2:14 PM, Kohsuke Kawaguchi < [email protected] > wrote: > > I've released 1.21 with better implementation of this that hopefully hides >...

I would also love the ability to link a single library statically -- this can be achieved on clang/GCC using `-Wl,-Bstatic -lsome_static_lib -Wl,-Bdynamic -lmy_other_lib -lmy_other_lib_2`. :) Maybe a syntax like...

Here is a proposed page for instructions on how to set up an ouzel-based project for Mac with Xcode: https://github.com/jorgenpt/ouzel/blob/proposed_wiki_docs/proposed_macos_setup_wiki.markdown (Sorry for the weird way of proposing the changes, but...

We're now sending ScreenResolution (a64f12b672d5b6ce0d8537bec7f3fd887750a2a3) and MemoryFree (8e0ea090e8252078e79648a5f068a5fdf767d0f8) - they need testing on a real device. We might be sending ProcessorBrand too (88b06613413a3c3070c54c54396775e0795c37d2), but I doubt this sysctl is present...

Not sure if ProcessorBrand is useful sending when it doesn't change. We should investigate if we can stat free diskspace.

@Matthew-Beckett, thanks for the report! I'll try to investigate this today. In the meantime, maybe you'll be able to answer a few questions to direct me: - What Unreal version...

Ok! GitHub runs some `uasset` tests against 4.26 assets on Linux as part of the CI, so it *should* be a supported case. Does `cargo test` work for you?

> I will look into providing an example uasset file which is not working. Thanks, if it's easier to share it privately than publicly, you can email me at [email protected].