Konrad Feiler

Results 78 comments of Konrad Feiler

yeah, I guess it's the same for me https://travis-ci.org/ViacomInc/ViaSwiftUtils is also still on my personal travis dashboard since I set it up (but haven't been working for Viacom for a...

Hey @danmarshall , I hope you are doing ok in those troubling days. Do you have an idea where I could start in the maker.js codebase, in order to make...

PS: I do applaud your effort in adding tests to this framework, made it much easier to upgrade nodes2ts dependency without knowing all the inner workings of dynamodb-geo.js

Unfortunately, I found another issue in nodes2ts v 2.0.0 : https://github.com/vekexasia/nodes2-ts/issues/12 Please hold off on merging this yet. Also, we might want to add an extra test, as this issue...

I have asked @vekexasia the maintainer of `nodes2-ts` what the plans are to fix the issue in the 2.0.0 version of `nodes2-ts`. Still waiting.

I also had the same issue with `queryRectangle` where no results are returned. It disappeared when using ` "aws-sdk": "^2.539.0",`, which isn't great because I'm sure there are issues that...

@a2 Do you have a few tips on performance? I was doing some preliminary testing with the following code on a large test array: writing: ``` let packedStars = starArray.map...

> I'd suggest to create a more specific solution to the problem. I think GltfImport.Dispose ultimately should handle this. Mhmm, I'm not sure how I can use that, I thought...

Alright, replaced the destroying of the meshes with a reference ```C# private GltfImport? importer; ``` and when unloading I now call `Dispose()` ```C# public void unloadContent() { if (!isLoaded) return;...

We are also seeing this in our app, directly after initializing amplitude: @yuhao900914 our app has iOS 14 as deployment target, so it can't be related to iOS 12.