Merlijn Visser

Results 24 issues of Merlijn Visser

The changes introduced by commits [`1fd3ef0`](https://github.com/maelh/hxd-plugin-framework/commit/1fd3ef0b14e1a2886b6c1142ce73fcb09a6e0521)/[`05ccf3e`](https://github.com/maelh/hxd-plugin-framework/commit/05ccf3ef5d896e091e3c19a64107953e8e7eba01) and [`c3abba5`](https://github.com/maelh/hxd-plugin-framework/commit/c3abba59d9b4954c4cd0eb81b6c43c6682142f33)/[`86afeb6`](https://github.com/maelh/hxd-plugin-framework/commit/86afeb62ea985d2d05b39da14843243f65df2cd9) include breaking changes of existing APIs. This means that, when a new version of HxD is released that incorporates these new additions...

The `prefer-array-some` rule is not triggered when the `.find()` result is assigned to a variable: ```js const arr = []; const hasFoo = arr.find(val => val === 'foo'); if (hasFoo)...

enhancement
help wanted

It'd be very useful if users can call commands with arguments that may contain spaces (or tabs), and have them be considered a single argument. Would love to do you...

Consider the following: ```go import "github.com/goccy/go-yaml" type foo string func (f *foo) MarshalYAML() ([]byte, error) { println("BytesMarshaler hit") return []byte(string(*f) + "quux"), nil } func main() { f := foo("foobar")...

feature request
decoder
encoder

Hi there, been a while. I've had this issue for a few months now, but it's only now that I've discovered that files inside of HxD's root directory _do_ still...

I'm writing an ISA definition which has instructions that ignore some bits. How I'm writing it now: `50,0000,FF1F,H,U,,,,"JFS ?"` The log file states a successful parsing of the instruction, yet...

I've noticed that spcplay has a define `WIN10DARK` that's commented out. I have not seen what spcplay in a dark theme looks like, as I'm unable to build the executable,...

enhancement
fixed

I was redirected here after hearing you were working on this, except didn't want to touch tie support? I would have added it long ago if I had any idea...

enhancement
c++-side
partially-resolved

``` org $0000 norom macro Foo() print "foo" db $00 endmacro namespace Private Random: db $01 macro Bar() print "bar" db $02 endmacro namespace off %Foo() dw Private_Random %Private_Bar() ```...

The manual (for both v1.90 and v2) states: > When a file with [the name `stdincludes.txt`] exists next to the Asar executable, Asar automatically opens it and adds every line...