Trevortni

Results 8 issues of Trevortni

Please make array variables that can be accessed by index. I currently am working on a complex set of if statements to determine which biome I'm in based on an...

It would be very helpful to have a single node that will let you choose one of multiple execution paths based on the value of a variable, instead of having...

## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report [ ] Performance issue [ ]...

I suppose this is my fault that I didn't realize this earlier, but I'm pretty sure dx and dy only give the distance traveled since the last frame. Would it...

I'm trying to use this in an ECS Task, and I'm getting the error "Unable to get IAM security credentials from EC2 Instance Metadata Service." I have set up policies...

## 1. Description When attempting to use the [Like ](https://dynamic-linq.net/advanced-entityframework#like-operator)operator as such: ``` string whereRequest = string.Join(" or ", columns.Select(col => $"DynamicFunctions.Like(Convert.ToString({col}).ToLower(), \"%{term.ToLower()}%\""); var count = await MyObject.Where(new ParsingConfig {...

Is there any way, or can a way be added, to abort the update if a condition is not met, or to alter the incoming value before the update happens?...

Is there any way to get deep comparisons (in my case, `expect(object).to.deep.include(baseObject)`) to use chai-datetime comparisons so that dates in deep locations actually compare properly?