AngryClosetMonkey

joined 1 year ago
[–] AngryClosetMonkey@feddit.ch 2 points 6 months ago

No there is no way to customize the menu. I found an old bug that mentions adding a share option to the context menu. It is probably worth it to either kick this old bug, mentioning what is still missing, or to create a new bug describing the current issue.

[–] AngryClosetMonkey@feddit.ch 4 points 6 months ago (2 children)

It's a Firefox thing. The context menu in pwa mode is different from the normal one. This is most likely a bug.

A workaround I sometimes use, is to go to the notification drawer, click the silent pwa notification to copy the URL of the current page, share the copied URL with firefox and finally use the normal context menu.

[–] AngryClosetMonkey@feddit.ch 2 points 11 months ago

Im not at all familiar with the processes of WebKit, but the commit that was the result of the PR which is referenced in the linked bug, is not part of any release tag yet. So it's unlikely that this change is available in any stable software that is built with WebKit (I.e. safari)

[–] AngryClosetMonkey@feddit.ch 3 points 11 months ago (1 children)

You need to export them from your script.

[–] AngryClosetMonkey@feddit.ch 23 points 1 year ago (2 children)

Let's turn github into Instagram. Every snippet of code has to be attached to a picture or video...

[–] AngryClosetMonkey@feddit.ch 1 points 1 year ago

This would most certainty be part of the used subscriber. I'm not sure if any of the existing subscribers support it, but in the worst case you can write your own subscriber that wraps an existing one.

[–] AngryClosetMonkey@feddit.ch 2 points 1 year ago (2 children)

Lazy-loading is exactly the opposite of pre-loading 😅

[–] AngryClosetMonkey@feddit.ch 1 points 1 year ago

It should be possible to implement this for PWAs though. I.e. let the service worker respond with a custom manifest . it might just take some time until the browser picks up the change and updates the icon.

[–] AngryClosetMonkey@feddit.ch 3 points 1 year ago

It depends on how you want to store your data. Every OS has a standard for where applications should store their data. You should store your data at the appropriate path. If you have structured data against which you want to run queries you could use a sqlite DB (the sqlx crate supports sqlite) instead of just a bunch of config files.

[–] AngryClosetMonkey@feddit.ch 6 points 1 year ago

Advertising any kind of payment / subscription that does not go through the store through which the app has been distributed, is prohibited by apple and google (not 100% sure about google, but fairly certain).

[–] AngryClosetMonkey@feddit.ch 4 points 1 year ago (1 children)

Regarding 3d models, you can:

  • use spheres and cubes as placeholders, there is no need to create 3d models as long as you don't have a game yet.
  • you can download models for free from various websites
  • you can make your own 3d models with blender ( If you don't know how to do that yet, you will have to spend some time learning about blender first. Checkout blenderguru)

Since you ask for the easiest solution, just use CSGMeshes for your maze and a cube or sphere mesh for your enemies.

view more: next ›