Earlier quoted context omitted.
Using Chrome 119, I see SyntaxError: Invalid regular expression: /^(? \d{4})(\-)(? \d{1,2})(\-)(? \d{1,2})T(? \d{1,2})\:(? \d{1,2})\:(? \d{1,2})(Z?)$/i: Duplicate capture group name This happens whenever I insert text to any cell. I just tried inserting "TEST" to a cell on the first sheet, then pushed the Enter key. It also happens when I use arrow keys to move away from a cell I am editing.
Thanks for the feedback. I will look into this. Does the error go away if you just refresh the demo?
Show HN: React Spreadsheet 2
71–80 of 144 posts
Re: Show HN: React Spreadsheet 2
#72Earlier quoted context omitted.
Did you try to enter a date? Any sample text, so that i can try to pinpoint this issue?
Using Chrome 119, I see SyntaxError: Invalid regular expression: /^(? \d{4})(\-)(? \d{1,2})(\-)(? \d{1,2})T(? \d{1,2})\:(? \d{1,2})\:(? \d{1,2})(Z?)$/i: Duplicate capture group name This happens whenever I insert text to any cell. I just tried inserting "TEST" to a cell on the first sheet, then pushed the Enter key. It also happens when I use arrow keys to move away from a cell I am editing.
Re: Show HN: React Spreadsheet 2
#73Re: Show HN: React Spreadsheet 2
#74Earlier quoted context omitted.
Using Chrome 119, I see SyntaxError: Invalid regular expression: /^(? \d{4})(\-)(? \d{1,2})(\-)(? \d{1,2})T(? \d{1,2})\:(? \d{1,2})\:(? \d{1,2})(Z?)$/i: Duplicate capture group name This happens whenever I insert text to any cell. I just tried inserting "TEST" to a cell on the first sheet, then pushed the Enter key. It also happens when I use arrow keys to move away from a cell I am editing.
Ah. Yes i figured out the issue. Could you share your current location? Are you in the US or Japan? We create a date pattern matching expression based on your current locale.
Re: Show HN: React Spreadsheet 2
#75Re: Show HN: React Spreadsheet 2
#76I am building something that would probably benefit from this, but with that price tag (solo indy dev) that's going to be a big ask! might be worth it, just no way of knowing without trying it first
Re: Show HN: React Spreadsheet 2
#77Re: Show HN: React Spreadsheet 2
#78Re: Show HN: React Spreadsheet 2
#79Earlier quoted context omitted.
As long as the content resets periodically it's probably fine. Right now it's on the front page but in the near future there will probably be only one person on it at a time, who can send it to a coworker and test out the functionality live.
Nothing persists. All the diffs are sent over using Supabase and received by all other clients. The diffs are then applied to create the new state.
Re: Show HN: React Spreadsheet 2
#80Earlier quoted context omitted.
Ah. Yes i figured out the issue. Could you share your current location? Are you in the US or Japan? We create a date pattern matching expression based on your current locale.
Yeah, I am currently in the US, using a MacBook with Japanese locale set.