Alfonso Muñoz-Pomer Fuentes
Alfonso Muñoz-Pomer Fuentes
I was also hitting some issues using Webpack. I suggest everybody that for the time being they follow @kapooostin’s suggestion. Works like a charm. Thanks!
@mjisican, In [Expression Atlas](https://www.ebi.ac.uk/gxa) we use Snap and React. Have a look at a component that displays a SVG anatomogram here: https://github.com/gxa/anatomogram
Running `update-nexe` worked. I’ve noticed that at some point the `build` script downloads `https://sitejs.org/nexe/linux-x64-12.16.2` if you haven’t got a local `.nexe` for the version of Node you’re using to build...
Fixed after running `update-nexe`. Feel free to close this issue.
I tried setting a Site.js Docker site with globally-trusted certificates and it worked really well. If you run it following the conventions described in [Deployment](https://github.com/small-tech/site.js#deployment) and you map `/home/site/public` to...
I’ve been working on the Dockerfile to add a `site` user but I’ve run into the issue of privileged ports: ```bash 🐁 ❨site.js❩ Watching for changes to dynamic and wildcard...
@aral If you want to check a site running with Site.js on Docker without root (user `site`, container running wih `--sysctl` parameter): https://blog.nestedcode.dev :smile:
By the way, as far as I can tell, this fixes https://github.com/marketempower/axiom/issues/9.
The reason I’m not using the official Mastodon icon is that the share service I’m using is [toot](https://github.com/NickKaramoff/toot), and that’s the icon from the project. Since Mastodon is a federated...
Are there any plans to add support for `kubectl scale`?