Alex

Results 7 issues of Alex

Hi, I have the following problem. When I'm starting the VS Code Debugger and I'm calling the url /api/users for example then the debugger statement will not stop inside the...

Unfortunately I can't find the answer I'm looking for in the documentation. Is there a way how I can map an array of objects like the example below? What must...

Please use in your library the function module.exports to allow requiring the module with the es6 command "import" http://stackabuse.com/how-to-use-module-exports-in-node-js/

enhancement

It isn't possible to loop the gallery when the swipe event will be used. **To Reproduce** 1. Enable the option 'loopAtEnd' 2. Open the gallery on a mobile device 3....

enhancement

## Expected Behavior After I've changed my package.json to type:module, the coverage report stopped working. All tests have passed but the report hasn't been generated. Previously I've used the esm...

### Which @angular/* package(s) are the source of the bug? forms ### Description I stumbled across the following behavior of enabling a formControl with the flag onlySelf and I assume...

area: forms

Hi, when I'm trying to run docker-compose up -d, it gives me the following error: `client version 1.36 is too new. Maximum supported API version is 1.35`. Can you upgrade...