iliaik

Results 4 issues of iliaik

Hi! I'm trying to send different video streams on demand to each client (for example session0 and session1) of master. And it works. But when re-send happens frequently (because of...

question
pending-research

In user.go function UpdateUser saves not hashed password to DB. So, it should look something like this: ``` func UpdateUser(w http.ResponseWriter, r *http.Request) { user := &models.User{} params := mux.Vars(r)...

user.go -> FindOne actually not working properly. It drops the error: > crypto/bcrypt: hashedSecret too short to be a bcrypted password in function `errf := bcrypt.CompareHashAndPassword([]byte(user.Password), []byte(password))` It's because of...

Hello! Please help me with the next issue. I'm building pocl with yocto for target arm cortex-a9 machine. And I have a recipe for that. cmake parameters are next: ```...

ARM