Re: [tw] [TW5] Announcing TiddlyWiki v5.1.13

2016-10-30 Thread Michele Zaffalon
On top of the multiple .tid extension, I also had the Sync/ENOENT error reported at https://groups.google.com/d/msg/tiddlywiki/bYcHP3gyiT4/xd1I_EEJWo0J This is on Debian with nodejs v0.10.29. After updating to the current version of node 6.9.1, both problems disappear. michele On Monday, July

Re: [tw] [TW5] Announcing TiddlyWiki v5.1.13

2016-08-31 Thread BJ
looks like a bug in strEndsWith, it should I think be:- exports.strEndsWith = function(str,ending,position) { if(str.endsWith) { return str.endsWith(ending,position); } else { if (typeof position !== 'number' || !isFinite(position) || Math.floor(position) !== position ||

Re: [tw] [TW5] Announcing TiddlyWiki v5.1.13

2016-08-31 Thread Erwan
Hi Jerermy and Xavier, I confirm the bug with my old Ubuntu 14.04: moreaue@moreaue:/tmp> tiddlywiki --version 5.1.13 moreaue@moreaue:/tmp> tiddlywiki test --init server Copied edition 'server' to test moreaue@moreaue:/tmp> tiddlywiki test --server 4242 Serving on 127.0.0.1:4242 (press ctrl-C to

Re: [tw] [TW5] Announcing TiddlyWiki v5.1.13

2016-07-25 Thread Jeremy Ruston
Hi Xavier Good to hear that things are working. Let's see if anyone else encounters the problem, Best wishes Jeremy -- Jeremy Ruston jer...@jermolene.com http://jermolene.com > On 25 Jul 2016, at 15:41, Xavier Cazin wrote: > > Jeremy, > > Bingo. Not sure whether it was a

Re: [tw] [TW5] Announcing TiddlyWiki v5.1.13

2016-07-25 Thread Xavier Cazin
Jeremy, Bingo. Not sure whether it was a Linux or a NodeJS bug, but after I installed the 4.4.7 binaries found on the nodejs site https://nodejs.org/en/download/, it worked again as expected! Don't know what to do of this, but users of popular Ubuntu and Debian installations will probably see the

Re: [tw] [TW5] Announcing TiddlyWiki v5.1.13

2016-07-25 Thread PMario
On Monday, July 25, 2016 at 4:14:11 PM UTC+2, PMario wrote: > > On Monday, July 25, 2016 at 3:22:52 PM UTC+2, Jeremy Ruston wrote: >> >> Hi Xavier >> >> That’s very strange. I’m not seeing the repeated file extension on my >> Mac. I’m wondering if it is somehow an OS difference? Can anyone else

Re: [tw] [TW5] Announcing TiddlyWiki v5.1.13

2016-07-25 Thread PMario
On Monday, July 25, 2016 at 3:22:52 PM UTC+2, Jeremy Ruston wrote: > > Hi Xavier > > That’s very strange. I’m not seeing the repeated file extension on my Mac. > I’m wondering if it is somehow an OS difference? Can anyone else confirm > the problem? > Hi I'm using win 10, nodejs 4.2.1, tw 5.1.3

Re: [tw] [TW5] Announcing TiddlyWiki v5.1.13

2016-07-25 Thread Xavier Cazin
Hi Jeremy, I may have found something related to Linux vs MacOS nodejs versions: https://github.com/nodejs/node-v0.x-archive/issues/685. I'm did my tests on Debian Jessie, which is I believe the stable Debian, that ships with v0.10.29 of nodejs :-( X. -- Xavier Cazin On Mon, Jul 25, 2016 at

Re: [tw] [TW5] Announcing TiddlyWiki v5.1.13

2016-07-25 Thread Jeremy Ruston
Hi Xavier That’s very strange. I’m not seeing the repeated file extension on my Mac. I’m wondering if it is somehow an OS difference? Can anyone else confirm the problem? Best wishes Jeremy > On 25 Jul 2016, at 13:50, Xavier Cazin wrote: > > Hello Jeremy, > > I believe

Re: [tw] [TW5] Announcing TiddlyWiki v5.1.13

2016-07-25 Thread Xavier Cazin
Hello Jeremy, I believe the extraneous .tid extension still appears in server mode (at least in the npm version): xavier@hautbois:~$ mkdir /tmp/my-test && cd /tmp/my-test xavier@hautbois:/tmp/my-test$ which tiddlywiki /usr/local/bin/tiddlywiki xavier@hautbois:/tmp/my-test$

[tw] [TW5] Announcing TiddlyWiki v5.1.13

2016-07-25 Thread Jeremy Ruston
I'm delighted to announce that TiddlyWiki version 5.1.13 has been released to: http://tiddlywiki.com/ Remember to keep careful backups before upgrading existing 5.x.x wikis at: http://tiddlywiki.com/upgrade.html This is a minor bug fix release that mostly deals with issues introduced in