Catalin
Catalin
in the gray table on the left, there are empty rows - those resulted after interacting with the items (drag/drop). In the image I emphasized "null,null,null" that also resulted after...
Hi, I have complete control on my development server and I could install PHP 7 or another web server beside IIS (like WAMP that you suggested). Please tell me where...
Ok, so I've build a minimal app reproducing the actual behaviour with code taken from your examples (attached files) - app.js + package.json [TestInputMasks.zip](https://github.com/benhurott/react-native-masked-text/files/2498181/TestInputMasks.zip) Actual behaviour: 1. control no 2...
Hi, in IIS I get something like this ``` 2018-12-06 07:48:09 IP_FOR_MY_SERVER GET /api2/gamification/user/user123 - 80 - IP_FOR_MY_SERVER Mozilla/5.0+(Windows+NT+6.3;+Win64;+x64;+rv:63.0)+Gecko/20100101+Firefox/63.0 - 304 0 0 862 **2018-12-06 07:48:13 IP_FOR_MY_SERVER GET /api2/gamification/xp -...
Also, I've done several "experiments" like the following: GET /api2/gamification/xp/xpz --> is translated in GET http://localhost:3030/xp/xp --> but I get errors in Node and I do not know where should...
solved with URL parameters, something like: http://localhost:3030/leaderboard/?aggregate¤tPage=1&pageSize=10 - uses MongoDB aggregations with multiple piplines - after merging https://github.com/schul-cloud/gamification/issues/20, a new param could be added for also taking in consideration the...