Achim Hasenmueller

Results 12 issues of Achim Hasenmueller

Just like a normal `select` control, the `ng-option` should have a boolean `selected` attribute to make it the selected one. ``` First option Second option ```

good for contribution
improvement

I noticed very high CPU usage with VectorTile layers due to constant change detection. It seems like change detection is triggered by high frequency timers that OL is running which...

enhancement
help wanted

Using the current next branch, the map does not respond to mouse events when running the sample from git. I have the same problem using the package in my application....

There is now a bundler friendly package of OL which is much better suited for our purposes: https://www.npmjs.com/package/ol/ I think this one should be used instead of the monolithic openlayers...

enhancement

The component is not ngModel compliant and cannot easily be used in a form with validation. To make it compliant, it should implement an accessor interface, similar to what is...

* **I'm submitting a ...** [X] bug report Angular 5.2 brings a new AoT compiler option for more thorough template type checking. This option is expected to default to true...

While it appears to be working correctly, the version compatibility should be updated.

* **I'm submitting a ...** [X] bug report [ ] feature request [ ] question about the decisions made in the repository * **What is the current behavior?** Building a...

The API requires three characters to be escaped. I think the Conversation activity should do that for the caller: `$text = str_replace(['&', ''], ['&', '<', '>'], $text);`

The original select2 can work with `` tags below it. Example: ``` First option Second option ``` And then turn it into a select2 control: ``` $("#optimize").select2({ minimumResultsForSearch: -1 });...