Chen Asraf
Chen Asraf
I am getting the error below, using Next.js, with `@mui` and `@emotion` properly configured for SSR. The functionality does not break, the error in the console is the only sign...
[original SO question](http://stackoverflow.com/questions/40949155/why-does-my-expandablerecyclerview-expanded-content-not-expand-the-parent-holder) I have an ExpandableRecyclerView, [following this article](http://bignerdranch.github.io/expandable-recycler-view/). However, when I test my code, here's what happens when I expand items: [Initial view][1] | Expanded: [Example 1][2], [Example...
This command gets rid of local branches that are deleted from remote: ``` git remote prune ``` Can we have that implemented? Would be pretty useful :) for now I'm...
I have 3 remotes for my git repo: - origin - heroku-staging - heroku-production I'd like to automatically select "origin" so I don't get the intermediate modal that lets me...
It's a really popular Framework, I think an icon should be added :) Something like this should do it: ([iconfinder link](https://www.iconfinder.com/icons/4691465/flutter_icon)):  I'll whip up an SVG if needed, but...
While the rotation animation is pretty and all, it's hard to notice from afar or at a glance, whether the phone is charging properly from looking at it. Especially with...
I'm not sure what I'm doing wrong - I have a .scss file like this: ```sass //// Start Bootstrap // Core variables and mixins @import "bootstrap/variables"; @import "bootstrap/mixins"; // Reset...
Adds `LAMBDA_MOD_HOST_SUF` env var to add `$(hostname)` to prompt Also ran an auto formatter on the file, I can create a new PR with minimal changes if that isn't to...
Fixes #116 https://github.com/kdheepak/lazygit.nvim/assets/167217/729c203a-c873-45c8-8346-cd7266d9eb2f The `defer` is a bit of a hack, but otherwise the new size doesn't get enough time to be properly registered. It still sometimes messes up and...
First of all thanks for a great plugin! **Is your feature request related to a problem? Please describe.** Using tmux panes, or any window/pane resizing feature of your terminal, causes...