Rasmus Hansen

Results 56 comments of Rasmus Hansen

While that might seem like less code, you might want to be careful about called `getBoundingClientRect()` on every change detection cycle, since it has a bad habit of causing slow-downs...

Same thing seems to happen with Dotnet for the RabbitMQ charts. I get this code generated: ``` [Input("prefetch-count")] public Input? Prefetch-count { get; set; } ```

Another way to work around this, at least until angular actually support async providers is to inject a value object, which then gets updated using Object.assign(valueObj, serverResponse). It's still hacky,...

> So you are looking for a `rabbitmq-queues grow` alternative for streams? Yup, if I read the docs correctly :)

As a temporary workaround you can explicitly set the MigrationHistoryTable schema. We do something like this: var connectionStringBuilder = new NpgsqlConnectionStringBuilder(connectionString); var searchPaths = connectionStringBuilder.SearchPath?.Split(','); options.UseNpgsql(connectionString, o => { configure(o);...

As a point for always dealing with the env variable directly: the variables to control aspnetcore is not affected by this, for example the variables to control which ports should...

Still needs more, but is now down to about 2/3 of what it was before.

I have pretty much abandoned this project, and anything else related to MC, so better luck finding something else. You can still download the successor from here: https://github.com/zlepper/go-modpack-packer/releases but i'm...

Awesome!!!! And make sure to also test on Linux under mono.

Also, did you test it on linux?