...type correctly again. If you want to use the chrome devtools as a debugger UI instead, you can also just use RUBY_DEBUG_OPEN=chrome. The chrome devtools will open...
...new developers learning Git. [user] name = Your Name email = your.name@domain.com [branch] sort = -committerdate [color] ui = auto [color "branch"] current = yellow reverse local = yellow remote = green [color "diff"] whitespace = white reverse...
...see movies from other users that are published, pending or declined. Changes to the UI We will now add some additional controls to transition a movie between states:
...a certain threshold. For example, you may only need to display 100+ in the UI. Using a plain COUNT(*) would scan all matching rows. The following query would be pretty...
...stop the container and restart it without loosing your configuration. You can access the UI http://localhost:8080/admin/. The default login is admin/admin (from the docker command). 2. Download the...
...Sass, using the indented syntax (.sass). Here are some hints for this exercise: The UI does not need to be a master piece, but it should be tidy and clear...
...Replace with the actual name of the project. Or navigate to it via the UI: Open your project -> Settings -> Within the Section "SDK Setup" click "Security Header" Browser Extensions may...
Example usage /slackfont Comic Neue to use "Comic Neue" (if installed) /slackfont system-ui to use your desktop's system font in Slack. /slackfont (without an argument) resets to...
...commit individually using git rebase -i main. What it does: Opens an interactive rebase UI to choose squash/edit/fixup for each commit of your branch until the first commit (the base...
...Cards, users can be given deck-specific read/write access. Play around in the cards UI to see that functionality. How does the application decide whether or not to render the...
...into one single transaction Cons Custom code to build the nested form associations Requires UI extensions to make the form human readable Notes It makes sense to add CSS or...
...whole page scrollable looks bad, since I don't want the rest of the UI to scroll. Giving the table its own vertical scrollbar and a limited height would have...
...Here are two points that were extraordinary compared to normal Rails project with many UI components: Having a Rails application, that has no UI components (only the documentation) and therefore...
build the underlying core features instead of spending much time with UI components. But there are a few point you might want to look up different before...
...precompilation. This opens a world of pain when CSS files reference images (like jQuery UI) or fonts (like webfont kits from Font Squirrel), since all those url(images/icon.png) will now...
jQuery UI's date picker and date time picker doesn't work on touch interfaces. Solution 1: Use Mobiscroll Another way is to detect touch devices and for those devices...
...if (isTouchDevice()) { $('.date_picker').scroller(); } else { $('.date_picker').datepicker(); } Mobiscroll uses a spinning wheel UI for picking dates and times, as known from iOS (see the demo). It works okayish...
...zwischen kvm und qemu ist was Proxmox ist und kannst es sowohl über die UI als auch die API/CLI konfigurieren und einsetzen Inhalte What is virtualization Complete Guide to virtualization...
...same resources. Take the following step which signs in a user through the browser UI and then sets a flag on the user that was just signed in:
...in => days.days.ago end Note that you should strive to do everything through the browser UI in Cucumber features, but occasionally a step like this is too convenient to pass up...
It's not possible to change the bwlimit of Proxmox storages via the Web-UI (at least in Proxmox 7.x). To change the bwlimit you need to use the...
...than necessary, containing comments, metadata, hidden elements etc. Optimize them with this tool. Web UI: https://jakearchibald.github.io/svgomg/ Binary: https://github.com/svg/svgo Note that for a properly scaling SVG, you...
...as the default. Popular command line tools (>= 4 mentions) tig (17 users) Command line UI for git. htop (10 users) An improved "top". fzf (8 users) Provides super-fast fuzzy...
Use ng-animate Some people are seeing leaks when using ng-animate. Use the ui-router Some users of the angular-ui router are getting leaks on every state...
There are several options, but most of them are impractical. The best way is to use the :ruby filter:
...styles that need to be pretty. The standard drag'n'drop solution from jQuery UI (draggable/droppable) do not work well for nested lists. Nor do they give you precise enough...
...emulate drag/drop events (mouseup/mousedown) with evaluate_script and jQuery. You must make some hard UI decisions when your items can be both leaf nodes and containers of other items. E.g...
...a program on a remote machine (e.g. to your office PC) with a graphical UI (and you trust the remote machine), you can use SSH X-Forwarding. I sometimes use...
...add -X to the ssh call. Now, when you start a program with a UI (e.g. virtualbox) in that SSH session, a window will open on your local machine. It...