David Hernández

Results 10 issues of David Hernández

Issue: https://github.com/Gizra/elm-hedley/issues/145 Not compiling at the moment.

Right now there is no clear code standard for JS. We should adopt one and add some code analysis to Travis to ensure we are following the decided standard. @AronNovak...

I'm trying to replicate the current D7 backend with D8. I'm doing the development in my fork in the branch 8.0.x: https://github.com/DavidHernandez/drupal-elm-starter/tree/8.0.x On my repo there are issues to keep...

I've been thinking about the next idea: Is it possible to create a module that defines all the structure necessary to just download it and plug it into the starter...

In this lines: https://github.com/crevillo/payum-redsys/blob/b7544bdab90d1297142132012d7b17ed6d2486fd/Action/CaptureAction.php#L57-L64 The capture action sets as defaults for the merchant_urlko and merchant_urlok the value of targetUrl. The targetUrl value is the one that redirects to the Redsys...

I'm using EVM on a Debian Stretch machine and when I try to activate a elm version, it gives me errors related with access permission, because it doesn't have access...

Related to #62, we tried to implement the "autoposting" solr schema using the `create_cloud_development_environment` event with no luck. On our pantheon.yml file we have this: ``` api_version: 1 workflows: create_cloud_development_environment:...

The salary field is required on the job submission board. A lot of companies, do not want to publish the salary, so they add a text saying like "salary depends...

Hacktoberfest

Right now, every time the site is compiled, it does a full compilation of the site. This takes around 30 seconds. We should try to change how the compilation works...