Griffork
Griffork
Do you mean the clobber option?
Did your file on GDrive updated upon saving? > I don't know when tiddly drive updates the file, this happens regardless of whether or not I make changes to the...
I did what you asked, clicking cancel in the remove prompt and added the file again, a new entry is created.
I just lost a bunch of data because it didn't save and I closed the app assuming the auto-save was functional ðŸ˜. Would it be possible for the app to...
@donmor I don't know if the error was/wasn't showing or if I wasn't noticing it. Since I have auto-save enabled it'd often save when I'm not looking or am interacting...
I turned the extension back on and noticed that the problem wasn't present. I _didn't_ enable tracing, so maybe there's a delayed infinite loop in the tracing code somewhere? Anyway...
Why not something simple like Typescript Transformer? Other options: - Typescript Transform Factory/Handler/Wrapper. - tsconfig Transforms (although people searching for ttypescript or typescript transforms won't hit this).
ttsc (or tsct or tsc-tr) is fine for command line, as long as it's documented somewhere.
@cspotcode I suspect most people looking for this repo will be using typescript's official name for compiler plugins which is transforms, so I'd still recommend using that as the name....
@cspotcode what do you mean about diagnostics? Do you mean custom syntax output or error reporting or something else?