Manuel Gajo

Results 13 issues of Manuel Gajo

This module apparently creates a DOM element which makes it unfeasible to use in Native application based on Javascript (e.g. Nativescript). Is it possible to use Javascript only and define...

As. per title, ngrx 4 doesn't support Middleware any more. any work around to set up this tool with it? Thanks in advance

System: Debian 9 (WSL on Windows 10) > git flow support start featX --showcommands always gives: ``` Missing argument usage: git flow support start [-h] [-F] ``` I've also tried...

As the title says. I found an example here ( https://stackoverflow.com/questions/15406020/delete-rectangle-on-click-using-leaflet-draw ) but it's not exactly what I look for and it used Leaflet-draw per-se which is not very clear...

When I run the template and I click on the POAP button in the scene, it appears a pop up asking to get metamask. I have noticed this function can't...

The [deployment guide to third party](https://docs.decentraland.org/development-guide/deploy-third-party/) content server asks to **install `decentraland` package as dependency explicitly**. This doesn't cause issues with running the local app, however, **breaks the CI**, specifically...

Routing (iron:router) is set up correctly. When I do routing **anywhere else than within nav tags** it just works. **When the link is it the nav** it doesn't (sometimes on...

The issue is the one described in the title. I'm not sure if this happens also also with Telegram Android app (without X) but I find incredibly frustrating that Telegram...

e.g. when used with https://github.com/zeit/next.js/tree/master/examples/with-jest. It's not test-related (I am not using Enzyme at all to render stuff) but rather something wrong with the setup For the rest the concept...

I run ``` npm install jshint -g tns plugin add nativescript-liveedit ``` Then **node watch** in another terminal, uninstalled the app and added the following code to my **app.ts**: ```...