Paul

Results 39 comments of Paul

Helllo, In your packages?json you have what version of bcrypt ? For me I use : `"bcrypt": "^5.0.0", ` Thanks

I have the same problem and not found solutions

Can you explain what is the problem ? When you do to upload ? the problem is to get in request the files ? thanks

Hello, Sorry for tardive response. For me It works like this : In Media.route.ts : ``` import * as fsex from "fs-extra"; import * as mimes from "mime-types"; import *...

hello, i have in all column the with defined. I use the bootstrap and if i remove bootstrap.css it not do this problem. It have a conflict with it ?

And i can't solve it? Le 3 mai 2013 06:02, "Iftekhar Ahmed Eather" [email protected] a écrit : > I think so, JS conflict or CSS override. > > On Fri,...

Hello, I have a doubt but I think your server must response : ``` [ { 'name':'Test', 'Email':'[email protected]', 'Role':'Rle' }, .... ] ``` Because your's not validate Json ....

Hello, ` private void openImageDialog(final ImageView imageView, final String pneu) { final ImagePopup imagePopup = new ImagePopup(mContext); imageView.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { if( session.existeElementOnSession("photo."+pneu) ) {...

Il I do this now when i click on center of popup it close but now not image appear ....

the image appear but when I write this : `final ImagePopup imagePopup = new ImagePopup(mContext); imageView.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { if( session.existeElementOnSession("photo."+pneu) ) { imagePopup.initiatePopup(imageView.getDrawable()); imagePopup.setImageOnClickClose(true);...