Csaba Toth
Csaba Toth
The BackgroundRenderer would be capable of depth visualization but the vert+frag shaders are missing
I added the files to my fork, they don't show up in the PRs for some reason. Usually that should happen automatically. Should I recreate the PRs?
PR got merged, into the `step-place-anchor` branch. I guess if we don't need the same info box in the `step-position-user` then we can conclude this fixed. The anim gif of...
@dev-mohib You need to manage a List of Anchors instead of a single Anchor. Take a look at my project: https://github.com/RecyclingTrashCans/recycling-trashcan-armap/
https://medium.com/mobile-app-development-publication/download-file-in-android-with-kotlin-874d50bccaa2 https://github.com/elye/demo_android_pdf_reader_viewpager2/blob/master/app/src/main/java/com/example/pdfreader/FileDownloader.kt
I didn't want to go too far with the lint / readability stuff
I'm looking into installing an adblocker. Maybe that will help with bandwidth, memory and also speed at the same time.
There's an interesting thing with my website: when someone views it with a mobile device instead of desktop then a weird message is displayed about **verification** instead of the Comment...
Even when I set the parallelism to 5 it was rate limiting. How T.F. can we overcome that? I'm on a pay as you go plan, loaded up $20 for...
This issue should be reopened IMHO
`question_extractor` is architected really well: it is massively parallel. It queues up all the tasks (in my case it can be 360000) and then the semaphore gate keeps for parallelism....