Robert Logiewa

Results 15 comments of Robert Logiewa

The issue came up in chat, when I was asking about the api having differences between C and C++. A bit of history: I had begun writing an UE4 OnlineSubsystem...

Yeah, I was too lazy to write a constructor and backing field. Simple example to illustrate my point.

If the cursor is at the very beginning of a line at column 0 and I press TAB then it indents two times. Assuming that the indent size is set...

If it's not too much work better open a new PR, makes for better changelogs (which I automatically generate with [GitHub Changelog Generator](https://github.com/github-changelog-generator/github-changelog-generator)). otherwise leave this here.

I think we should go with the netcore dependency injection. It's simple and easy to used and adapters into more popular frameworks such as Autofac, StructureMap, etc. exist. Registering modules...

Yes and no. The services and converter won't be made into internal/protected classes but will stay public, so the user can choose to manually create an instance of, say, `BuildService`...

As per https://github.com/arenanet/api-cdi/issues/24 empty parameters now return an error, so we need to watch for that.

Hm, however that would mean doing an api call for a thing we could validate for ourselves. I'm not agreeing, that we should let the api handle everything. Things that...