Kerem Kazan

Results 7 comments of Kerem Kazan

hi @pleerock . this is an amazing project. would you consider creating a chat group (slack, gitter etc) so that those who want to contribute can communicate in realtime? we...

@apuente93 this was a scam. don't click any links. there's no github job opportunity. they're using github comments on various threads to make malicious messages appear as it they're coming...

Hi cypress team! We are also getting this error when we use `cypress run` as well as `cypress open` We noticed that it happens more when we use `cy.wait`. We...

@SachaG what happens when you run `yarn global add vulcanjs-cli`? I'm thinking that this might be an npm related issue

@SachaG hmmm. maybe you should update your npm then? It is very weird...

implemented & merged.

i'm seeing this error on react 18.2.0. first onChange loses focus, but the following ones keep focus. Example code: ```tsx // EditableBlock.tsx export const EditableBlock = ({ content, onChange, }:...