Glen

Results 238 comments of Glen

I'm getting: > Method not found: 'Void CoreTypeMappingParameters..ctor(System.Type, Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter, Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer, Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer, System.Func`3)'. > at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlBoolTypeMapping..ctor(String storeType, Nullable``1 dbType, Nullable`1 size)\n at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlTypeMappingSource..ctor(TypeMappingSourceDependencies dependencies, RelationalTypeMappingSourceDependencies relationalDependencies, IMySqlOptions options)\n Any news on...

Please stop spamming this issue. There is a work-in-progress PR (#1717).

@kevin-brown, Could you please reopen this issue? It's still not working correctly in 4.0.13: https://jsfiddle.net/ox4v295j/

Could it be added for `eslint-disable` and `eslint-enable`, at least? I would pair this with the deprecation and later removal of `global`, `export`, and `eslint`, which are far too generic...

@dwsmart, Thanks for linking to that Twitter comment, that makes me feel better about leaving Googlebot out of the list. It seems that my understanding (based on [this YouTube video](https://www.youtube.com/watch?v=LXF8bM4g-J4))...

@AVGP, I'm in the process of writing Koa middleware, so I might be able to contribute that here. I had started using Axios instead of the deprecated `request`, because I...

@AVGP Do you have a moment to respond to the questions above? 🙂

[Koa middleware for Rendertron (using Axios)](https://gist.github.com/glen-84/4ad04cab7ed3ec74a2e6ed04e6c12348). Usage: ```ts app.use( makeMiddleware({ proxyUrl: "http://my-rendertron-instance/render" }) ); ```

The whole situation with `codeVersion`, `branch`, and `environment` is a mess. - Why do they need to differ between a client-side application and a server-side application? - Why are they...