JaddedFauceet

joined 1 year ago
[–] JaddedFauceet 7 points 1 year ago

last breeding with a neanderthal

[–] JaddedFauceet 5 points 1 year ago* (last edited 1 year ago)

npm ruin dev

npm ruin lint

npm ruin build

[–] JaddedFauceet 1 points 1 year ago* (last edited 1 year ago)

As a web app, such behaviour will also need to be programmed to work on a browser first. Packaging it for Play Store should not grant that behaviour automatically.

(2) Image overlay For Voyager, back button for image overlay works in browser.

When opening an image viewer, the web app triggers a browser history change like this:

  1. Browsing on feed - https://vger.app/posts/lemmy.world/all
  2. Opening an image viewer - https://vger.app/posts/lemmy.world/all#galleryOpen

^ notice the extra #galleryOpen

When back button is triggered, the web page will listen to a "back" event, and close the image viewer.

(3) Keyboard: Keyboard is a native UI. So triggering "back" will always close the keyboard

(1) Modal / bottom sheet

But... I couldn't figure out this one yet

Clicking on the "3 dots icon" in a post opens a bottom sheet interface.

Play Store version response to back button properly. But the web app version does not.

[–] JaddedFauceet 3 points 1 year ago (2 children)

I installed it as a web app earlier. I don't recall conflict with back gesture. What's the issue with back gesture?

[–] JaddedFauceet 1 points 1 year ago (1 children)

Do you expose your DNS server to the public? If not how do you use it outside of the network? Like on mobile

[–] JaddedFauceet 8 points 1 year ago* (last edited 1 year ago) (2 children)

The experience is very smooth for me. Seems indistinguishable from a native app. Which browser are you using it with? I am using it with Chrome on Android

[–] JaddedFauceet 6 points 1 year ago

From my understanding, the fdroid process ensures the build is automated base on the source code provided. This prevents developer from sneaking in additional code in the build.

[–] JaddedFauceet 3 points 1 year ago (1 children)

Wait... hosting on tor is free?

[–] JaddedFauceet 2 points 1 year ago (1 children)

I have tested the code in both Chrome and MS Edge.

Is anything else running on the same page that you are testing?

You can test this in an empty environment like this: Enter this in your URL, "about:blank" and test the code in the console.

[–] JaddedFauceet 5 points 1 year ago (3 children)

Here is the code for anyone else who want to try

async function slowLoop() {
    while (true) {
        console.time('sleepDuration')
        await new Promise(resolve => setTimeout(resolve, 1000))
        console.timeEnd('sleepDuration')
    }
}

It is not suppose to deviate too much. setTimeout will execute whenever possible at / after the given timeout duration. I am getting between 1006 to 1023 on my sysyem

Is your device performance starved during this test?

[–] JaddedFauceet 2 points 1 year ago
[–] JaddedFauceet 1 points 1 year ago

GTX1080, NMS is playable in default setting (medium setting iirc). The game sometimes freezes when exiting orbit. But that seems like a bug.

view more: ‹ prev next ›