felixhayashi

Results 107 comments of felixhayashi

@Spangenhelm true :) . but consider that timestamps are only "unique" if tiddlers are manually created. Automatic creation of two or more tiddlers might yield duplicates.

> Fire a hook th-renaming-tiddler, modeled after th-saving-tiddler, but with from_title set to the old name. :+1: That is nice. > Search the store for any tiddlers with tags or...

Hi @edrex > How about we do that as a follow-on patch, using the hook? that would be nice. Since `retargetReferences` is already called when a renaming event occurs (thanks...

In my opinion a rename operation should never invoke any modal. At most a notify() but that is already too much. > I think a modal is only needed if...

Bump! I have the exact same requirement. In a situation where one works with `create-react-app (cra)`, it is required to first ensure all dependencies are build before actually starting or...

@evocateur your suggestion to scope the `lerna ls` and then filter and apply the results via `grep` and `xargs` is a very neat idea, thanks :+1: I will try to...

I agree with @myrup, the `.env` constants should be equally accessible from within `launch.json` – not just `tasks.json`. I saw there was some similar discussion here in https://github.com/Microsoft/vscode/issues/14523 resulting in...