J.D Nicholls
J.D Nicholls
Hi guys! With **Nunjucks** you can set the **auto-escape**: ``` nunjucks.configure('views', { autoescape: true express : app }); ``` Regards, Nicholls
Hello folks, hope you're doing well I was wondering if you're creating contracts for AssemblyScript? I can't see any option to create a Smart Contract for a Non-fungible token. Please...
Hey guys, can you include the option to change the language to spanish, english, etc?
Hello guys, What do you think if you use `RestClient for Unity` instead of using `HttpManager`? Check https://github.com/proyecto26/RestClient RestClient is based on [UnityWebRequest](https://docs.unity3d.com/Manual/UnityWebRequest.html) and also [RSG Promise](https://github.com/Real-Serious-Games/C-Sharp-Promise) Let me know...
I'm heavily wondering about the creation of the "Who is using InAppBrowser" section in the **README**. Are there any companies/startups that would like to be there? If so, please, post...
- [ ] List of items: https://github.com/minhtc/audiobookapp - [ ] Splash screen (Animated): https://github.com/crazycodeboy/react-native-splash-screen - [ ] Migrate React Navigation to the last version - [ ] Improve Error screen:...
### Description Add support for [Stencil](https://stenciljs.com/) compiler ### Describe the solution you'd like Be able to create web components by using [Stencil](https://github.com/ionic-team/stencil) ### Describe alternatives you've considered Nothing, I want...
### Tipo de componente utilizado `RNMercadoPagoViewController` ### Comportamiento Esperado Poder simular un pago en modo **Sandbox**, incluso estoy probando por medio del sandbox_init_point que se genera al momento de crear...
### Tipo de componente utilizado ``` PXTrackingConfiguration *trackingConfig = [[PXTrackingConfiguration alloc] initWithTrackListener:self flowName:nil flowDetails:nil sessionId:sessionId]; [checkoutBuilder setTrackingConfigurationWithConfig:trackingConfig]; ``` ### Comportamiento Esperado Poder asignar el **sessionId** a la configuración. ### Comportamiento...
Hello Hsuan, What do you think about creating a **StencilJS** component instead? In order to support any framework and version of Ionic Regards