Eric Mink

Results 32 comments of Eric Mink

Installing the latest git version with @Aeledfyr 's suggested command did install the new version but did not fix the issue for me in the root of my project workspace....

What is the status on this? (If you're working on it and probably done soon, your library will be great for me. Otherwise, I guess I could hack it together...

I've done something, which fits my needs, built upon your work: https://github.com/lucidBrot/Brotkeys.js I thought I'd rather push it as its own repo, so that it won't contaminate your code for...

@vesper8 You should be able to use my code easily in addition to hotkeys. I have not modified jay's hotkeys code but instead only depend on it. Have a look...

@sebastienbarre yes I have, see https://github.com/jaywcjlove/hotkeys/issues/26#issuecomment-408629192 and https://eric.mink.li/publications/brotkeys_quickstart.html the main page of my website uses it to add vimium-like functionality when you press F for a demo. However, I haven't...

I am experiencing the same on `1.83.5`. Pretty sure it was also the case in `1.83.4`, can't make a statement about any older versions but I didn't notice it there....

https://user-images.githubusercontent.com/4920691/156213503-6dc4a28c-72ba-4b86-99f3-cead29df5f58.mp4 I'm also setting up the dev environment on my pc now. Maybe I can reproduce it in an emulator and then I could let you know which specific settings...

Attached Debug Log Paste: [gjlogtitles.txt](https://github.com/GitJournal/GitJournal/files/8163890/gjlogtitles.txt) The few settings I can think of right now that are special on my device: * Using external storage * no YAML header * Using...

I have finally managed to set up the dev environment. I can reproduce this issue in the android emulator. The relevant setting is `Settings > Storage & File Formats >...

At [note_storage:29](https://github.com/GitJournal/GitJournal/blob/5d48229736f68c6b104159a6e4cc6a2e54de1155/lib/core/note_storage.dart#L29) after clicking save on a new note, the title is still present in the note. That function only serializes the *contents*, and returns that to [save()](https://github.com/GitJournal/GitJournal/blob/5d48229736f68c6b104159a6e4cc6a2e54de1155/lib/core/note_storage.dart#L43), which in...