Darien

Results 31 comments of Darien

Gonna be honest, I haven't even tried to run the tests for this code in *years* -- would it be possible to change those `@Ignore`s to use [`org.junit.Assume`](https://junit.org/junit4/javadoc/latest/org/junit/Assume.html) to check...

I'd rather not tie it to Farming Mode, since I don't use FM. (Vault is too close to full.)

IMO it isn't really a tagging issue, since the actual "oops" moment often occurs in-game, and the player either didn't see the tagging or didn't realize they were operating on...

Arriving here via web-search, I agree that a similar `classList` capability would be nice to have.

My current workaround is to save the data to a temporary file on disk (with a specific name), use `{file, Path, Name, ExtraHeaders}`, and then delete the temporary file afterwards......

Hi, any updates on this? One option may be to add a new item to the list, `{file_in_memory, Name, FileName, Data, ExtraHeaders}`. This is in contrast to `{file, Path, Name,...

Possibly related, when I retrieve messages from a mocked FIFO queue, the `MessageGroupId` is not present.

@sandinmyjoints I too want both of those things (bookmarks and window-defaults) but we should probably consider the scenario where they *conflict*. In particular, when someone uses a Container-X-by-default window, and...

OK, so it sounds like we're up to four related mechanisms: 1. Domain-based (in Firefox 57) 2. Bookmark-based (in Firefox 59) 3. Window-based (?) 4. Global default (?) @chicagobuss While...

@sandinmyjoints @joesanford What if instead of some mechanism for *explicitly* assigning a Window-Container relationship, it becomes *implicit* based on the population of tabs already present inside that window? Suppose the...