Live data from Hacker News

Show HN: React Spreadsheet 2

rowsncolumns.app

61–70 of 144 posts

Re: Show HN: React Spreadsheet 2

#62
post #58

The coop demo on the homescreen is a dubious idea

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.

Re: Show HN: React Spreadsheet 2

#64
Anyone else getting this error?

  duplicate capture group name in regular expression
I find that if I refrain from editing the contents of cells, then this crash doesn't occur, and I can see lots of people modify stuff in real-time. I can play with everything but the contents of a cell, otherwise I get a crash.

Overall cool demo

Re: Show HN: React Spreadsheet 2

#65
post #64

Anyone else getting this error? duplicate capture group name in regular expression I find that if I refrain from editing the contents of cells, then this crash doesn't occur, and I can see lots of people modify stuff in real-time. I can play with everything but the contents of a cell, otherwise I get a crash. Overall cool demo

Did you try to enter a date? Any sample text, so that i can try to pinpoint this issue?

Re: Show HN: React Spreadsheet 2

#66
post #62
post #58

The coop demo on the homescreen is a dubious idea

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

#67
post #64

Anyone else getting this error? duplicate capture group name in regular expression I find that if I refrain from editing the contents of cells, then this crash doesn't occur, and I can see lots of people modify stuff in real-time. I can play with everything but the contents of a cell, otherwise I get a crash. Overall cool demo

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

#69
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.

Thanks for the feedback. I will look into this.

Does the error go away if you just refresh the demo?

Post reply on HN