helmut72

Results 181 comments of helmut72

If no folder/project view is coming, please add at least this feature.

A file-/tree browser is possible in sandboxed apps. Look at Textastic or FS Notes. It would be really useful for CotEditor too, including a search bar on top to filter...

After years trying different editors, I switched to vscode for my Notes, casual text files and other than Swift development, after fiddling out every Mac-like shortcut. I have now only...

That would be great. Nearly every of my used apps supports automatic dark mode switching.

Sieve support would be cool. Can't imagine any Imap service without Sieve.

lovell/sharp#1105 is closed

Yes and sorted by date. Just like the typical photo gallery apps in smartphones. Would be great to have a header that group at least by week and month. Have...

> I think @helmut72 was reffering to flattening the whole directory and having an all in timeline view. Yes. "... and all subfolders" ;) Usually I have 3 ways to...

I saw some commits regarding this feature, a changed README and a current Docker image from today, but it looks like the GRIST_PROXY_AUTH_HEADER variable isn't used in the Docker image...

I'm a complete TS noob (and developer). I've added two lines to get some output: ``` function getRequestProfile(req) { const header = process.env.GRIST_PROXY_AUTH_HEADER; let profile; ==> log.error(`show header: ${header}`); ==>...