Aiko Wessels

Results 7 comments of Aiko Wessels

My main complaint with the current word boundary definition is that numbers seem to count as a word boundary even if they are part of `snake_case1word`, which seems a bit...

Yeah, that sounds exactly like what I had in mind :). Maintaining backwards compatibility should be simple enough as well, if thats desirable, by just adding the `autotrigger = true`...

you have to separate the second command with the semicolon, typing it all on one line. ```text > use zoo.nu *; zoo ``` triggering a completion in the second part...

Thanks for the quick response :) I found the broken extern in the config and removed it, but it doesn't fix the issue of nu passing the output of a...

Okay, I did some more testing and scanning of the documentation and found what I was looking for. Using a module instead of a script solves the problem. ### Example...

Yes, the linked issue does a much better job of describing what my expected behavior was, feel free to close this ticket.

The changes to dataclasses are an [official change](https://docs.python.org/3/whatsnew/3.11.html#dataclasses) that was introduced in python 3.11, meaning all 3.11.x and higher won't work. This _will_ need to get changed in fairseq's codebase,...