Stéphane Royer

Results 15 issues of Stéphane Royer

### I'm using ... - [ ] React Grid - [x] React Chart - [ ] React Scheduler ### Description At the moment, for the Chart, providing access to a...

enhancement
Chart

### Discussed in https://github.com/paillave/Etl.Net/discussions/357 Originally posted by **lvjoemcintyre** July 20, 2022 Are there plans for mysql support? I started trying to modifiy the sqlserver project to support mysql. I'm bumping...

enhancement

Can you execute the `ExecuteNonQueryAsync` in a transaction when it is provided by the database? **Reason** I try to execute the Delete(EFCore) operator within a transaction scope, but it throws...

bug

Here my authentication stack: - SimpleIdConnect using PKCE - https://github.com/authts/oidc-client-ts of @brockallen (that U certainly heard of 🤣) When getting the access token using the api `token`, his client library...

bug
question

On my front end application, I try to observe what is happening regarding authentication. So I use the following code in a root component that is the direct child of...

question

### Discussed in https://github.com/paillave/Etl.Net/discussions/378 Originally posted by **eisbaer66** August 21, 2022 Can is use async/await inside of `.Select(...)`, `.CrossApply(...)`, `.Do(...)`? Do i have to call `.Result`/`.Wait()` myself? Is this safe?...

help wanted
documentation

### Discussed in https://github.com/paillave/Etl.Net/discussions/375 Originally posted by **franks1** August 9, 2022 I have gone through the sample and tutorial of your extraordinary Library (Etl.Net). I would like you to assist...

help wanted
documentation

What am I doing wrong here? https://dotnetfiddle.net/PdKvbF ```csharp using System; using Pose; public class Program { public static void Main() { Shim dateTimeShim = Shim.Replace(() => DateTime.Now).With(() => new DateTime(2004,...

### Discussed in https://github.com/paillave/Etl.Net/discussions/446 Originally posted by **jignesh-dalal** June 9, 2023 Input Stream 1: ID,Name 1,Danny 2,Fred 3,Sam Input Stream 2: ID,name 1,Danny 3,Pamela 4,Fernando Output: ID,name,Status 1,Danny,Unchanged 2,Fred,Deleted 3,Pamela,Changed...

enhancement

### Discussed in https://github.com/paillave/Etl.Net/discussions/433 Originally posted by **ctrlaltdan** May 16, 2023 Hi, I was wondering if there is any support for a Buffer operator (specifically mirroring the `Buffer(timeSpan, count)` Rx...

enhancement