Florian Bernd

Results 49 issues of Florian Bernd

Our internal structs are using `IFDEF`s to enable/disable feature specific fields on deman (e.g. `AVX-512` related fiels). As well, bitfields are used to optimize struct sizes. While bindings prevents us...

C-enhancement
A-build

Zydis should provide more (official) language bindings: - [ ] Create C++ wrapper class bindings (@flobernd) - [ ] Create C# bindings (@flobernd) - [x] Create Go bindings - [...

C-feature
A-bindings

According to Intel SMD `ptwrite` is invalid if `66H` prefix is used.

C-bug
A-decoder
P-low

Hi, I' using version `12.0.0` and have the following YAML: ```yaml on: implicit: explicit: null empty-string: '' ``` During deserialization, the implicit `null` value of `workflow_dispatch` gets interpreted as an...

bug

Hi, sorry for my direct question @dorny, but would you be willing to pass this project to a new maintainer. I really like this action and it seems like you...

help wanted

We use `max-annotations: 50` in our test workflows and recently had a situation that caused a lot of tests to fail. No check result was created because of the following...

Hi there, we are currently using a workaround converting `Go` test output to the `JUnit` format. This kinda works with your action, but PR decorations won't show up. I read...

**Describe the bug** I'm not sure if closed issues are monitored, as there was no reaction from official side at all. This is a new issue related to https://github.com/actions/runner/issues/1483. For...

bug
keep
triaged

Adds the `CLSCompliant(true)` attribute on assembly level. This allows the `SemVersion` class to be used in other CLS compliant libraries as e.g. a public class member. More information: https://learn.microsoft.com/en-us/dotnet/standard/language-independence The...

Hi there, regarding to the SDM, the exception class `AMX-E4` includes the following condition: > #UD if srcdest == src1 OR src1 == src2 OR srcdest == src2 Currently XED...

acknowledged