mrkvon
mrkvon
I guess if someone can verify that `123.456e0` is equivalent to `"123.456"^^xsd:double`, and not equivalent to `"123.456e0"^^xsd:double`, then this can be closed as non-issue. My bad.
I just received a report about this error from a person using our app with solidcommunity.net pod. So, it seems it can still appear occasionally. Do you know what's causing...
The solution of @damiandizeo worked for me, but isn't TypeScript typed, so I had to put a bunch of `@ts-ignore` in. Alternatively, I was also able to solve the issue...
For anybody interested, detecting loops is as simple as running ```js function findLoops(adjacencyList) { return adjacencyList.reduce((loops, adj, i) => { if (adj.includes(i)) loops.push([i, i]); return loops; }, []); } ```...
@ewingson I'm very grateful for the effort and resources you have been giving into running solidweb.me. I also understand that it is challenging and time-consuming to single-handedly care about it....
> I am happy to keep the conversation going forward, constructively, and in this thread opposed to the chat, cause it is more persistent and documented. I feel slightly overwhelmed...
> I use `pm2 start script.sh` with > > ``` > /root/.nvm/versions/node/v16.17.0/bin/node /data/css/Recipes/mashlib/node_modules/@solid/community-server/bin/server.js -c @css:config/config-mashlib.json -f /var/www/solidweb.me -b https://solidweb.me/ > ``` > > partly success but not usable. I find...
I'll write more informally on Matrix chat... 🙂
I wrote detailed instructions how to set up CSS in production: https://github.com/mrkvon/css-setup I also tested it, and it works. Feedback much appreciated!
I've added solidweb.me back to recommended providers per #113. @ewingson Thank you, and please feel free to reopen if relevant or reach out if help is needed! ❤️