Arlen Beiler
Arlen Beiler
This does not work with TiddlyServer because TiddlyServer does not support everything specified here. However, I think that is fine, because this is intended to work with data folders and...
The one thing I wasn't sure about is how is this going to work with the standard skinny tiddler list? Doesn't the skinny tiddler list need to have all the...
I'm also not sure that it works correctly to use the file title as part of the skinny tiddler list. Maybe it does, I haven't looked. One thing you could...
I believe this issue can be closed. The client is now served regardless of the user's auth status and only the API returns errors. If that behavior is not desired...
I'm confused why this is adding the path prefix to the URL rather than removing it. Was this supposed to account for request that did not include the prefix?
Before I forget, this adds a NODE_DEV_PATH env variable which when set causes stack traces to print the actual file location instead of the tiddler name. This way you can...
It also allows startup and commander code to handle startups and commands that return promises while still maintaining backward compatibility.
> > It also allows startup and commander code to handle startups and commands that return promises while still maintaining backward compatibility. > > I think that's a "side effect"...
> > Before I forget, this adds a NODE_DEV_PATH env variable which when set causes stack traces to print the actual file location instead of the tiddler name. This way...
@pmario, is there a style guide anywhere that I can refer to? Is there some kind of prettier spec or eslint rule that's supposed to be applied? I tried using...