Nikhil Verma

Results 15 issues of Nikhil Verma

Right now it's not possible to infer the type when doing Vue.set this is because Vue assumes it to be a generic object. But with a small change we can...

If a protocol file uses field options which have extended `google.protobuf.FieldOptions` it doesn't seem to work even when asking it to generate `outputSchema=true` here is the example protocol ```proto syntax...

In our project uglify changed an object to {true: xxx} and it was not string escaped which caused parsing failure with Android 2.3.X devices.

One of the main reasons for slowdown of diff rendering is we wait for the whole page to load before rendering diffs. But we can do it with partial HTML...

enhancement

In a diff when we are filtering for file extensions or modification attributes they should be added to the URL. This will make it easy to load and share pre-filtered...

enhancement

**Steps to reproduce** - Start review on a diff in side by side mode - Leave a comment on a line not part of diff - Finish review - Pretend...

bug

- Open a branch diff with existing reviews - Add comment - Clicks another review link on the bottom dialog - Add another comment (click Comment in comment dialog) **Actual...

bug

This means developers can prevent accidentally closing pages while having typed a comment.

enhancement

https://github.com/ollionorg/flow-core/blob/7e56d04def16f839c31aaf9395c226715ad83db5/packages/flow-log/src/components/f-log/f-log.ts#L381 Right now f-log hijacks all keystrokes after mounting and stops their propagation. The logic above should only stop the propagation if the key was handled i.e. one of those...

**Describe the solution you'd like** It will be really useful to the users if we could have dropdowns inside breadcrumbs. Here is a [dribble example](https://dribbble.com/shots/20785488-Breadcrumb-Dropdown) and a demo [codepen implementation](https://codepen.io/kkhenriquez/pen/PQxvaa)...

enhancement