Sam Atkins

Results 287 comments of Sam Atkins
trafficstars

Hi! Can you share what version of node.js you're using? That's `node --version` in a terminal. It sounds like you might be using a version that's too old.

Ah yeah, that sounds like the issue then. I don't know the exact minimum version we require, but version 18 is the lowest that's currently supported by Node, according to...

Great! Good to know that's the only problem. :^)

Hi there! Thanks for trying it out. :^) We don't yet have a self-hosting back-end available, so all deployments have to make use of puter.com for that. This repository is...

Took some digging, but I remembered this article from years ago describing creating an invisible triangle so that you're still hovering the correct menu: https://css-tricks.com/dropdown-menus-with-more-forgiving-mouse-movement-paths/#aa-get-fancy-with-a-javascript-built-triangle Not sure how easy that...

> One app that I noticed doesn't work on any device with an on-screen keyboard is the Terminal app. Yeah that's a known issue. https://github.com/HeyPuter/phoenix/issues/18 On-screen keyboard input is sent...

The [sandbox attribute](https://html.spec.whatwg.org/multipage/iframe-embed-object.html#attr-iframe-sandbox) on iframes gives you some control over what they're allowed to do, but I don't think any of the options would prevent the iframe from making requests......

Ctrl + Shift + I opens the dev tools in Chrome and Firefox, so that's not ideal either.

Perhaps this could be implemented as a generic app-management API which a [GitHub Action](https://docs.github.com/en/actions) can then use to publish their app. We could publish a ready-made Action for developers to...

Every language has its own different way of handling plurals, with its own exceptions. I would personally suggest we try something similar to Android's [quantity strings](https://developer.android.com/guide/topics/resources/string-resource#Plurals). Then, the translator just...