Luke Marlin

Results 35 comments of Luke Marlin

> > Considering the unfortunate state of the game (see recent Steam reviews), we should probably just retract the plugin. > Hi, could you elaborate on what changed? I guess...

Oh, that makes sense. Maybe someone could help? I do have the game and can run it. It's really not my field, so excuse the idiocy that might follow: as...

It seems that the `s` key works only inside a block, when doing a search you get multiple blocks but aren't inside one. What I do when I want to...

I'm unsure what to do with the CI issues. I can apply `black`'s suggestions, but I don't know why the build really failed. Also, I'm pretty sure that the coverage...

Where, how? I'm quite surprised that this didn't get any reply. I've tried putting some values in `Meta` and it seems pretty much ignored. Looking at the code and tests,...

To add a bit more to the conversation, after checking the code and tests, here is the status for some metas: - `required`: generated by marking a field as `required=True`...

Missed that! Given that 0.6 seems to date back to June 16, and that that line was added 22 days ago, that's probably the case. Is it possible to release...

Thank you very much, trying that at work tomorrow :)

Works nicely on 0.7, thanks ! :tada: OP was asking for `title` and `description` which are still missing, but that cleared my issue at least. :smiley: Note: $id might be...

Indeed, sorry for not doing it before. Common setup: ```c# var fake = A.Fake(); var callConfig = A.CallTo(() => fake.Send(A.Ignored)); ``` Current API: ```c# var calls = Fake.GetCalls(fake).Where(c => c.Method.Name...