Weston

Results 68 comments of Weston

I noticed I cant add these performance counters to performance monitor... they show up, but selecting them and hitting add doesn't actually add them. Running `lodctr /q` I get ```...

> MySql has to deal with a similar problem, you can try copying their solution: https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/blob/main/src/EFCore.MySql/Query/Expressions/Internal/MySqlComplexFunctionArgumentExpression.cs > > With that approach, your SqlFunctionExpression would take first argument representing the date...

I just noticed that there was a overridden method in `MysqlQuerySqlGenerator` that looks like this ``` cs protected override void CheckComposableSql(string sql) { // MySQL supports CTE (WITH) expressions within...

I don't mean to suggest this is a responsibility of swagger or not.... but my apps I dont know how a user is going to ultimately install them. Could be...

I wish I knew more about the underlying workings of qwik or HMR to be able to help fix or provide a PR. In the absence of that I would...

I could see lots of potential problems coming out of attempting to support this on the angular side.... (I'm by no means an expert on its inner workings), but I...

Yeah .. I realize deleting a record by Id would require an Id

Working on a completely separate project, totally different needs and I find myself needing this exact same thing again. Writing timeseries data that I can map and query as keyless,...

I can do that... I'll put together tests if I don't have them already and see if I can't reproduce the problems I have, and report back.

So I started digging into it, and I think the problem I was having initially was that because the properties are effectively just objects, the type mapping would be overly...