Yakov Litvin

Results 123 comments of Yakov Litvin

Thanks, very helpful of you (TypeScript suggestions also work very well for some tasks). Looking forward to see examples of how to create and sign simple send transactions to further...

This issue is due to the behaviour of the `Story.prototype.saveTiddler` [1]. More precisely, in this case the line 604 is processed, which prevents the `store.saveTiddler` call [3] from seeing that...

Fixed in c6a488c, will make it into the version after 2.9.3 (probably 2.9.4), so closing this now

It seems that the problem is connected with the parametric transclusion handling: see issue https://github.com/TiddlyWiki/tiddlywiki/issues/154. I think, the fix I proposed in the group discussion (see the link on the...

Hi Tobias, please, retest this issue in TW 2.9.0 beta 1 -- it should be gone and is gone according to my limited tests. Unfortunately, I have very slow internet...

@tobibeer Hi Tobias, well, in 2.9.0 beta 3, @ericshulman has accepted a good portion of my requests, but that was long ago (and right after that, I added several other...

By the way, I've created a fixing plugin. Changing core requires fewer lines and can be done by either adding separate RegExps for the `Tiddler.prototype.changed`method (instead of "hijacking" existing ones)...

I guess, it's about [this file](https://github.com/TiddlyWiki/TiddlyWiki/blob/master/jquery/plugins/jQuery.twFile.js). However, it's not included into the [recipe](https://github.com/TiddlyWiki/TiddlyWiki/blob/master/jquery/plugins/split.recipe) so we can check if it is included in any recipe at all and if not presumably...

Hello guys, Note1: there's another issue though about macro params handling. There's generally no escaping for the param wrappers.. I mean, if I wrap a param into double-quots, I can't...

I'll do my best to review all the recent issue updates and suggestions; however, I have a flight in couple of days and various issues to solve in the next...