Nolan Darilek

Results 143 comments of Nolan Darilek

Interestingly enough, the failure mode is now different, and whereas before I got seccomp errors in my logs, now I get nothing other than a silent failure. So the failure...

Hello, You're right, and I apologize. I've been struggling with this and other Scaleway issues all day yesterday to perform tasks I assumed would be easy, and I just assumed...

Same, except my project was with an earlier Nuxt, and I haven't worked with it since. Sounds like the issue still exists with something more recent, though.

Me too, but why can't it be used on the layout level? Further, why does it seem to work on the layout level as a normal property vs. as a...

Right, that's what I'm doing now. The problem is that `Behavior` is a single type. So you end up doing: ``` fn investigate(query: Query) { for (entity, behavior, coordinates) in...

Awesome, both sound good. I'll see what I can get done in a day or two.

If you have any thoughts on how to reduce the allocation count, please suggest them. I'm a little uncertain about how `reduce` would help here. I guess you can track...

OK, so you'd prefer something more imperative and less functional? I can do that. Looking at the above, it looks like you may have copy-pasted my code and forgot to...

Yeah, I'm fine with whichever. Sorry I didn't get to it quicker--dealing with an apartment remodel from hell and it's been on tomorrow's todo list for a few days now....

OK, I think what you're saying is that the picker always has to return success for the entire action sequence to continue? I think that ultimately makes sense and I...