Laurent Pellegrino

Results 58 issues of Laurent Pellegrino

First of all, thanks for this nice wrapper! Unfortunately, it seems that setting a line-height for the base style with `--stripe-elements-base-line-height` is not working properly. Once set, the stripe-elements element...

PRs Welcome
hacktoberfest

While investigating the use of this library, I noticed there is no custom property available to customize the color of the text used as a placeholder in Stripe Elements input...

enhancement
PRs Welcome
hacktoberfest

To claim reward this week, users have to vote in the elections. This worked for _SC_, _TREASURY_, _GRANTS_, _AMBASSADORS_. However, the tab _SIP/SCCP_ is not loading. Here are the errors...

What a nice library you made, congratulations! I was wondering, what about adding an option to check that email domains have a valid MX record: at least one DNS record...

enhancement

It seems that IPv4 mapped IPv6 addresses such as `::FFFF:83.90.47.30` is not supported: > IPv6Address.of("::FFFF:83.90.47.30") It throws the following error: > Illegal character: . at index 15 > java.lang.IllegalArgumentException: Illegal...

@oembedler The last commit is 7 months old and recent pull requests have no comments. Is the project still maintained?

I am trying to execute a mutation but I get a ValidationError which seems to come from the server side. Unfortunately, there no more information in the output of the...

### Description I am expecting no Traefik instances to run. ### Kube.tf file ```terraform allow_scheduling_on_control_plane = true cluster_name = "my-cluster" enable_klipper_metal_lb = "true" ingress_controller = "none" restrict_outbound_traffic = false ```...

enhancement

InternalJob implementation is really weird. Several changes should be made to improve readability and performance: - Replace HashMap implementation for tracking tasks by a [TreeMap](http://docs.oracle.com/javase/7/docs/api/java/util/TreeMap.html) that orders entries by keys....

severity:minor
type:improvement

It seems the library cannot be loaded with module imports on modern browsers. The purpose would be to allow such imports since JavaScript imports are now available with all major...