Nathan Adams

Results 62 issues of Nathan Adams

`transform` is stubbed, but this is enough for tonight!

## Testsuite `from_avmplus/e4x/Expressions/e11_1_2` > Got AVM2 error RustError("Can not set property Multiname { ns: Single(Namespace(Namespace(\"foo\"))), name: Some(\"v\"), param: None, flags: MultinameFlags(ATTRIBUTE) } with an explicit namespace yet") | Test |...

tests
avm2
xml

It's *so much nicer* At compile time, it's converted into regular javascript. For example - though slightly modified as I've done other refactors to make things just generally cleaner around...

Example: ```actionscript socket.connect("127.0.0.1" + unescape("%00") + "this part is ignored, flash stops at the null byte") ``` Flash truncates at any null byte - likely a low level method thinking...

network

Now supports/requires tracy 0.11.0 With the new `avm2_profile` feature, AVM2 callstack is visible in tracy. ![image](https://github.com/user-attachments/assets/5a4d7253-41f0-4c2c-8369-ae55dca87cb9)

desktop

### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/webdriverio/webdriverio/blob/main/CONTRIBUTING.md#reporting-new-issues). ### WebdriverIO Version 9.0.7 ### Node.js Version v20.13.1 ### Mode WDIO...

Bug 🐛

We have a bunch of code that's generated by another language, and a build script creates the rust bindings for every method defined in the other language. It'd be really...

Mega issue for now because I don't know which are the same cause or not. I've copied over the `edittext` avm1 tests to the visual-test repo, and these are the...

bug
text

**Description** Whilst debugging https://github.com/Wumpf/wgpu-profiler/issues/84 I narrowed it down to [a fairly small piece of code](https://github.com/Wumpf/wgpu-profiler/blob/36639a9cc705c9576f7b9b4c19647af681d991ba/src/tracy.rs#L28-L40) which returns `0` on Vulkan and a valid timestamp on DX12/GL. I've copied a minimal...

type: bug
area: correctness

I'm not sure if this is an issue with this library, the rust tracy bindings, or tracy itself - so I figured I'd just shoot here and see if anyone...