Deleted user

Results 141606 comments of Deleted user

> well, if someone has access to your device they could also send all the money out. Yes, that is true. However: If they choose not to send money out,...

I received the gnssd crash notifcation just after the device was rebooted. This is the first time recieving it on 8a. ``` type: crash osVersion: google/akita/akita:16/BP2A.250805.005/2025081400:user/release-keys uid: 1021 (u:r:gnssd:s0) cmdline:...

I tried to add it: ``` js { name: "gpx.studio", category: MAIN_CATEGORY, default_check: true, domain: "gpx.studio", is_gcj_in_china: true, getUrl(lat, lon, zoom, extra) { // https://learn.microsoft.com/en-us/bingmaps/articles/create-a-custom-map-url#collections-categories let pin = ""; if...

I disagree. Zig arrays are "by value" in other contexts, like assignment. Also, if structs are passed by value but arrays are passed by reference, what do we do with...

This seems like a significant design flaw. Is it even possible for the compiler to flawlessly deduce whether something is being aliased? If not, I definitely think that pass-by-pointer should...

oh and real quick tell me if there is something wrong here, i tried to simplify it so you can take a quick look ```js let sampleArray = new PhysX.PxArray_PxHeightFieldSample()...

went through the whole deal of compiling PhysX, and building a program with it, the answer is 4, the thing is that still it doesn't work well for me, if...

Fixed it, you have to call .begin() on the array (or .data() if is a vector) like this: `heightFieldDesc.samples.data = sampleArray.begin()`

I was pretty close, was zooming through those files too, also your code is very clear to read. Good night and thank you, **fabmax**!