Mark Nuttall-Smith

Results 16 comments of Mark Nuttall-Smith

Have the same use case: streaming connection in a worker thread. Wondering if you'd determined the possibility of getting a connection in the worker thread?

Hi, I've just run into this problem - One add-in writes to `C:\Users\mnuttall\AppData\Local\Microsoft_Corporation\FullTrustSandbox(Excel-DN_Path_k5suvpmhu2nsoh15qumihkf5mnzxwiy1\16.0.4795.1000\user.config` and another completely unrelated add-in crashes because it tries to read the same file. @augustoproiete did you...

@travikk if it's any use to hear, we've been using grpc-web in ***web*** workers without a problem.

Thanks @OlegRa. Curious to hear what the Alpaca back-end team say. It's a corner case, but would be nice if there was a faster recovery possible.

Hey @OlegRa, that's too bad, especially after the work you'd put in for the PR. Complexity doesn't come for free though, so I guess we have to respect their decision....

hey @slepkin did you manage to achieve a `ON CONFLICT DO NOTHING` query? I only see that these semantics can be achieved when all fields in the table are included...

Hi @cyrusv, no PR I'm afraid, but the explanation is quite straightforward. For example, given the table... ``` create table events ( timestamp bigint not null, thing_id int not null,...

hey @cyrusv, do you perhaps have some advice on adding a custom dialect to the classpath? As a workaround for the time being I've implemented a `PostgresInsertOnConflictDoNothingSqlDatabaseDialect`, but I'm having...

Hey @gharris1727 thanks very much. I'll try it out next week.