Jarvis J. Stubblefield
Jarvis J. Stubblefield
I'll peek at this on the form I'm working on... to be clear. 1. Input invalid or make a mistake in the number input 2. Use the mouse to place...
@digitalprecision Do you have opportunity to be able to submit a PR? @jessepollak and I get to things as we can when we can. Thanks!
@jessepollak I am initializing using the first code block for each payment on the page. So I have two issues... the primary would eliminate the need of the secondary... 1....
I have the same problem as above, and this would greatly simplify my life right now! :( @masymmonds Did you ever get this sorted? I'm using NativeScript + Angular /...
@masymmonds Fair enough... I have gotten some assistance from @Pip3r4o on Slack... He asked if inside the `node_modules/nativescript-apiclient` had any JavaScript files. It did not. So then he instructed me......
@BenjjinF If you can point me in the right direction, I would be happy to submit PRs for any of the tickets have created... whether that be for documentation or...
I second this, but I would want the `fal` (light) set as that's what we have throughout our site.
+1 I would highly recommend Template + Reactive Forms integration. I'm going to try it without this "integration", but that's also because currently I'm doing this all manually myself... :-D
@NejcZdovc Thanks for the rapid response. I'm learning as I go here so if I can be of assistance let me know. I have found this article which has helped...
@ArnaudPel That is likely from an import that deals with i18n. It is a common pattern I've seen. The [gettext](https://docs.python.org/3/library/i18n.html) standard library is the likely candidate. But below is an...