azimuthdeveloper

Results 32 comments of azimuthdeveloper

I've played around with `camera.near` just now and it hasn't made a difference :( but I don't know what a suitable value for this would be.

It's almost like it's conditionally rendering the polygons depending on a certain condition. But toggling backface culling doesn't make a difference. I think someone (maybe even me haha) is going...

> > It's almost like it's conditionally rendering the polygons depending on a certain condition. But toggling backface culling doesn't make a difference. I think someone (maybe even me haha)...

Just dug this up. I have a line length configured on my computer, and another one configured on my laptop. I have to remember, in my brain, the line length...

Does running a non-prod build for an Ionic app make any difference? That is, without the --prod flag.

I fixed this in my branch by manually applying the PR. Here's how to use it in your project. You can use my patched version by adding this to your...

I also removed the dependency on `logger` in my fork. I prefer a more generic callback. EDIT: I bit the bullet and published it to pub dev, you can grab...

I'm seeing this too. In another library, where the device name seems to function, it looks like it checks in two places to see if it can find the `local_name`....

@srtonz it's a long shot, but is your implementation open source by any chance? Just getting into the BLE space quite a bit and am having simiilar issues getting BLE...

@srtonz I did that for a while but I could never get my app to be stable. I ended up writing the entire Windows bit in Rust which has been...