Dion Leurink

Results 68 comments of Dion Leurink

Note: the lmic's framesize needs to be a _multitude of 8 bits_ (so, 32 - 64 - 128 - 256 etc.). Please note: that KPN only allows for a max...

> For this complex use case like this one it's better to call BulkOps separately for each table, instead of using Graph. Apologies, `includeGraph` is turned off. I'm trying to...

> > This combination currently not supported directly. Workaround, would be to call BulkRead after BulkInsertOrUpdate. > > ```cs > //... > await bulkRepository.BulkInsertOrUpdateAsync(incomingEntities, bulkConfig); > bulkConfig.PropertiesToExclude = null; >...

> I've just tried described workaround and BukReadAsync fails with: > > System.InvalidOperationException An exception was thrown while attempting to evaluate the LINQ query parameter expression 'value().Set().FromSqlRaw(value(EFCore.BulkExtensions.TableInfo+c__DisplayClass188_0`1[System.Object]).sqlQuery, new [] {}).AsNoTracking()'....

Would also love this, useful to reload ids only.

> You are correct, only in memory excluded are skipped but from Db it selects all. Will consider if this could be improved. Perhaps you could give me a quick...

I mitigated this by using a proxy: ``` csharp /// /// A logger implementation that logs to both hangfire.console and to a proxied ILogger. /// This allows for abstracting the...

Samples: ![image](https://user-images.githubusercontent.com/8641495/137861134-18e4eec1-b505-40fc-8db3-62bf4e8a3828.png)

@johndugan indeed, yet this does not work for me :/ in the preview the example does not alert anything. i'm using firefox 49.0.1 and i just found that it DOES...

@followynne the token in the frontend is currently saved in localstorage, would it be okay for you to change this to a cookie? That way i can set the cookie...