yasin

Results 11 issues of yasin

I think it would be nice to have a plunkr example to see working code

There is an option on nodemon for delay; > nodemon script.js --delay=2 How can we use this delay option in gulp-nodemon? I want to put delay time between code-change and...

## What you are doing? ```bash npx sequelize-cli model:generate --name Company --attributes name:string,id:number ``` ## What do you expect to happen? - Either give error because `id` column already getting...

I write security option as it was stated in Openapi docs; https://swagger.io/docs/specification/authentication/bearer-authentication/ Check "# 2) Apply the security globally to all operations" on the page about 'security' So I put...

pinned

I have just downloaded and extracted umongo (1.4.2) from http://www.girbal.net/umongo/ I doubleclicked umongo.exe and I saw little icon of mongodb in the center of screen. But nothing happened. I am...

Is there a possibility or a feature like this? I need to see the SQL after the binds, because query result doesn't look like true and there are many bindings...

Sometimes there is a need of two or more logs one after another. So the second log must appear without waiting the first one. We can do this with remove()...

Informix jdbc url is like this; jdbc:informix-sqli://`hostname`:portnum/`database_name`:INFORMIXSERVER=`servername` Let's say; IP address (`hostname`) of the informix server is 172.10.20.30 `database_name` is myDb and informix `servername` is part_1; jdbc url looks like...

I try getting started examples of Spring. Almost all of them use Spring Boot. I use Eclipse Mars (not STS). Without spring-loaded dependency, everything looks fine. When I put the...