Manoj Vivek

Results 100 comments of Manoj Vivek

As a workaround, you can try this: 1. remove all devices from the preview except one. 2. Complete the login with this device. 3. On successful login, add other required...

@sidthesloth92 That is a good idea. But not sure if the checklist is the right way here, as testing each component is going to be a big chunk of work...

This happens to me as well. Is this something related to the MySQL server version?

Should we change the `NewPrefixedBucket` func to wrap `objstore` internally or remove `bucket.go` altogether and let the caller pass a bucket created from `objstore.NewPrefixedBucket`?

Hey, sorry, this is just a placeholder for the idea. Not going to be implemented anytime soon.

> It would be good to put somewhere which features have been migrated, which ones are missing and which are the priorities. I have created an issue with the list...

> on `yarn start` ![image](https://user-images.githubusercontent.com/13673443/188436340-9f802d26-82c2-480e-bb54-30f295e944d5.png) This error can be ignored (by clicking close at the bottom). This happens when the URL redirects to a different URL. More info here: https://github.com/electron/electron/issues/24171#issuecomment-945100456...

> I am getting errors on `postinstall` command execution: These errors are from browser sync and doesn't seem to be blockers, so added a workaround to suppress these and pushed...

@jjavierdguezas It has reached a point where we can do beta releases as it's complete with all features marked as beta required. I'm merging this and testing the release of...

The above approach sounds good to me. Previously, I was thinking if we should make `HoveringNode` standalone decoupled from the Visualization types and when a node is hovered, we could...