Alexander Zeitler

Results 25 issues of Alexander Zeitler

Is it possibly to change the `redact` settings after logger instantiation (data to be redacted may change while service is running)? Would it be possible to provide an async function...

Is it possible to use `ts-node` with TypeScript 3.4+ incremental build options?

We ran into a problem when properties of `sourced` entities are declared and initialized with `null`. ```js function TestNullPropertyEntity () { this.property = null; Entity.call(this); } util.inherits(TestNullPropertyEntity, Entity); ``` This...

Write docs by command to explain things better and avoid unhappy users as seen in #116

docs

https://pdmlab-oss.slack.com and https://gitter.im/pdmlab/ should be closed in favor of GitHub discussions

I tried using `source-repo-mongo` with Node 8 and `async` / `await` + `util.promisify` from Node 8. This is my code: ```js "use strict"; const Entity = require("sourced").Entity; const util =...

I have an event `ThreadStarted`: ```csharp public record ThreadStarted(string SenderSubscriptionId, string ReceiverSubscriptionId, string Topic, DateTimeOffset On, string By, string Message); ``` And a Projection `Thread`: ```csharp public record Thread {...

I created a `Username` struct like this in an ASP.NET Core 6 application: ```csharp [StronglyTypedId(idType: typeof(string), generateSystemTextJsonConverter: true, generateNewtonsoftJsonConverter: true, generateSystemComponentModelTypeConverter: true, generateMongoDBBsonSerialization: true, addCodeGeneratedAttribute: true )] public partial struct...

I tried to connect to Docker on Windows 10 from bash as you described, but it can't connect to the server: ``` alexzeitler@DESKTOP-B6UMDTH:~$ docker -H tcp://localhost version Client: Version: 17.03.1-ce...