Results 21 issues of Mike Becker

**Describe the bug** This is wrong code: https://github.com/swimlane/ngx-charts/blob/0072792306943f91816e952c978f7b3240bd178e/projects/swimlane/ngx-charts/src/lib/line-chart/line-chart.component.ts#L399 The same mistake has been repeated for all scale min/max attributes. **To Reproduce** Steps to reproduce the behavior: 1. Go to the...

Bug

### TL;DR The other module already has the possibility to configure session_affinity. Please add this to the serverless_neg module as well. ### Terraform Resources https://github.com/terraform-google-modules/terraform-google-lb-http/blob/c5cd0d0f2210cd50581f44fafa1995f512f7d997/modules/serverless_negs/main.tf#L169-L212 ### Detailed design Add a...

enhancement

The reference implementation does not treat a '*' character as a literal character inside brackets. ### Current behavior ``` pattern = "ab[e*]cd.i"; // matches: "ab[e]cd.i" "ab[[]cd.i" "ab[^]cd.i" "ab[/]cd.i" "ab[[]cd.i" "ab[e[^/e[e]cd.i"...

bug

The specification does not mention, that the slash character has to be escaped inside brackets to be treated as a single character. There is special code in the reference implementation,...

### Describe the problem you'd like to have solved The library does not work with recent Servlet containers that implement Jakarta EE. ### Describe the ideal solution A new major...

feature_request

### Discussed in https://github.com/dj-fiorex/angular2-smart-table/discussions/141 The goal is to reduce the number of HTTP requests when the filter is changed.

bug
investigation-needed
need-help

When the column resize function was implemented, some mouse listeners were registered to detect the click and drag events for the column separator. Unfortunately, what nobody noticed, that mouse listeners...

bug

There are some problems with the documentation: * some parts still seem to contain pre-fork information, like e.g. the module name in the quick start guide * the structure of...

documentation

This feature is a bit dependent of #68 because it only makes sense when the table has fixed table layout. The goal is to implement `text-overflow: ellipsis` as default but...

enhancement
breaking-change

**UPDATE** It looks like that I am sticking around for some more versions, because there are still interested people who like to see some more improvements. But still, any help...

need-help