Erik Amaru Ortiz

Results 35 comments of Erik Amaru Ortiz

it is already fixed on this thread https://github.com/pedant/sweet-alert-dialog/issues/33 or just replace the icon by other

@thatDAMNbobby @thatDAMNbobby @Vizualni do you know that twig is a clone of python django template engine, and that there is already a golang template engine that already support django like...

a PR https://github.com/qimingweng/react-modal-dialog/pull/49 is already waiting to fix that

@sodevel `Error trying to set a custom resources dir using gitPropertiesResourceDir config`. Not sure what context do we need explain when setting a config value not working. Also I've mentioned...

Thanks @tha2015 but it doesn't work

well not sure. I just added ``` project.tasks.assembleRelease.dependsOn('generateGitProperties') ``` and I got: ``` FAILURE: Build failed with an exception. * Where: Build file 'C:\Users\erik\Github\myapp-android\build.gradle' line: 171 * What went wrong:...

same error: `> Could not get unknown property 'processResources' for task set of type org.gradle.api.internal.tasks.DefaultTaskContainer.` checking the tasks names from android studio I can see that `processResources` does not exist,...

@tha2015 I've tried: ``` tasks.whenTaskAdded { task -> if (task.name == 'assembleDebug') task.dependsOn 'generateGitProperties' if (task.name == 'assembleRelease') task.dependsOn 'generateGitProperties' } ``` And I can see that it works, but...

Hi @rob-balfre it is nice and useful for a static list. Is possible to have a way to set a component in the `noOptionsMessage` instead a string? in that way...

there is a more simple app https://github.com/eriknyk/youtb it is not made by hand it is only a desktop wrapper for the original youtube web sources and works on windows, it...