Janne Annala

Results 10 issues of Janne Annala

The int and float validation made by this library are not working correctly. They not only fail to validate the input values but they also incorrectly parse and modify the...

MarkerWithLabel is missing TypeScript declaration in index.d.ts so it cannot be used in TS applications without suppressing TypeScript.

This happens on Android if you disable the "useNativeFeedback" feature on sub buttons. ![](https://user-images.githubusercontent.com/21090493/38235873-dd1c5360-3722-11e8-8c7a-d846496660ed.png)

My project is running inside a docker container, and I'd like to create a custom execute command to run the file inside the container. However as there is no parameter...

PlacesAutocomplete call crashes if the optional `params.location` field is present but undefined. #### Environment details OS: macOS Ventura 13.4 Library version: 3.3.41 #### Steps to reproduce Call `placesAutocomplete` with `{...

type: bug

I'm using bower concat version 1.0.0 and it seems to be quite primitive at how it includes the components. My projects use a shared bower_components folder and there are project...

With Angular 1.5.8 the demo appears to be broken. - New lines inside ui-markdown-editor directive are broken visually and appear inside their own containers. - Selecting text inside the editor...

It seems that timestamp precision is completely unsupported. This would be a very important feature to support to ensure that the target database has timestamps in the same format and...

When importing CSV with TablePlus: **Expected** import of `A,,1,NULL` Results in `"A",EMPTY,1,NULL` **Actual behaviour** Import of `A,,1,NULL` Results in `"A",NULL,1,NULL` If your table has any TEXT NOT NULL columns with...

Editing an alias of an item that already has an alias does not have any effect, the previous alias is preserved. Workaround is to first remove the alias and then...

bug
Done