Michal Stokluska

Results 6 comments of Michal Stokluska

Any reason why you want that annotation in dockerfile? IMO it doesn't need to be there, as long as the CSV contains the annotation we are fine?

> > Any reason why you want that annotation in dockerfile? IMO it doesn't need to be there, as long as the CSV contains the annotation we are fine? >...

@valerymo no strong preference but I think we could drop the olm.maxOpenshiftVersion flag from the CSV of community release.

> > @valerymo no strong preference but I think we could drop the olm.maxOpenshiftVersion flag from the CSV of community release. > > Why drop it? the more control we...

In step 8 in addMessage mutation last message is found by const lastMessageId = chat.messages[chat.messages.length - 1]; what it returns is the last message assigned to a chat with X...