felixhayashi
felixhayashi
I agree with @tobibeer here, this is complicated stuff. > For example, if a node is a task that you have completed, it displays a checkmark; if the task-node is...
yes, of course. :) I noticed, you started separating the big view into smaller view topics. Maybe it is nice to create tiddlers that embed these views and have them...
By the way @andtheWings did you remove the filter ([!is[system]]) from default view showing all nodes? It worked on my machine and was pretty impressive seeing all the nodes.
> It does seem like chrome processes the graph much better, but my computer still can't handle > rendering them all at once without freezing. Could you tell me some...
Actually, there is a popular npm package (https://github.com/lorenwest/node-config) that allows you to define config files for different "environments" and at runtime it will pick the config matching `NODE_ENV`. I think...
Bump. Both postgres and mysql images already support using environment variable to create an initial database when the image is run and the container is created (`POSTGRES_DB: "mydb"` or `MYSQL_DATABASE:...
Hi @nfaux please try: http://tiddlymap.org/#Common%20Pitfalls → Installing for TiddlyDesktop
Hi, maybe this is issue is now solved via https://github.com/firebase/firebase-js-sdk/issues/6038#issuecomment-1229019548
bump. it would be great to reuse the connection and just switch the schema when using the entity manager for multi-tenant situations. Having to resort to the QueryBuilder-style just to...
I already brought this topic up for discussion in the forum. @Jermolene extensively answered some of my questions there: https://groups.google.com/d/msg/tiddlywiki/Y1V7oyBLpSs/9ZZFF0IGG8MJ Nonetheless, I use ids in my tiddlywikis and refer to...