Live data from Hacker News

Show HN: React Spreadsheet 2

rowsncolumns.app

71–80 of 144 posts

Re: Show HN: React Spreadsheet 2

#71
post #67

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?

Yeah, refreshing the page makes everything work again. I can see changes to the spreadsheet in real-time and I am capable of resizing cells, changing fonts, etc. The only problem is with editing the contents of a cell.

Re: Show HN: React Spreadsheet 2

#72
post #67

Earlier 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.

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

#74
post #67

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.

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.

Re: Show HN: React Spreadsheet 2

#76
Is there a way to try this before I buy it?

I 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

#79
post #62

Earlier 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.

Seems like it's just being spammed with slurs currently. Might want to add a filter or censoring.

Re: Show HN: React Spreadsheet 2

#80
post #74

Earlier 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.

Awesome. I have fixed this issue for you.
Post reply on HN