Alexander Tsepkov

Results 41 comments of Alexander Tsepkov

I'm seeing the same issue as of yesterday. The text does say Jan 30 version, so I'm guessing a broken version of the app was pushed yesterday. Ctrl+R doesn't fix...

I'm running into this too, the `.mjs` approach didn't work for me, giving me the following error: ``` [webpack-watch] Module build failed: Error: ENOENT: no such file or directory, open...

@krishnaTORQUE did you ever find a solution? I need SSR for SEO support and since this doesn't look like it's going to get fixed, I've started looking for alternatives to...

hey pepa65, glad you're enjoying the project! I don't have any objections to your solution, just need to think through all the edge cases before dropping something, I do believe...

Glancing through RevoGrid codebase, I'm wondering if https://github.com/revolist/revogrid/blob/99b8e4af2aa2b53283801fcd3425ff2f636f50e7/src/components/overlay/editors/text.tsx#L27 is the culprit. Since the keyCode does match, maybe one of the other properties this conditional expects isn't being set on Android?

Good catch, my suggestion would be to update the 2 locations (https://github.com/search?q=repo%3Arevolist%2Frevogrid%20isEnterKey&type=code) to use `e.keyCode` or `e.key`. IMO keyCodes should be consistent on all platforms, even international keyboards, whereas I'm...

@ellis2323 based on how old this issue is, I doubt it will be looked at unless one of us pushes a PR. Do you want to do it or should...

Makes sense, that was going to be my original approach, but I wanted a bit more granularity - as in migrate some users and not others, and copying sqlite file...

I came here for the same reason. My familiarity with this project and HDT is only a skin deep from glancing at the source code, but could special-casing Baku and...

Yes, I have since then separated my local version into days already. I'm quite happy with the result (also, have it html-escape the entries too - since I auto-pull them...