makandra Curriculum

...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...

If you want to have an English Ubuntu UI, but still see dates, money amounts, paper formats, etc. in German formats, you can fine-tune your /etc/default/locale like this:

...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...

makandra Curriculum

...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...

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...

docs.sentry.io

...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...

...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...

...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...

...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...

...du Probleme hast das umzusetzen, versuche dir das ganze mal in der AWS Console (UI) anzusehen. Das gibt dir vielleicht einen wertvollen Hinweis...

...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...

DevOps Curriculum

...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...

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...

makandra dev
github.com

...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...

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...

...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...

...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...

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...

makandra dev

...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...

...select "Command" Paste this: ^ #!/usr/bin/env ruby -wKU require File.join(ENV['TM_SUPPORT_PATH'], 'lib', 'ui.rb') cucumber_paths = File.join ENV['TM_PROJECT_DIRECTORY'], 'features', 'support', 'paths.rb' if File.exist? cucumber_paths

...s+when /^?([^$]*)$?/[im]?$/, 1) # @param 1: return first matched group end paths = lines.compact.sort TextMate::UI.complete(paths, :extra_chars => " ") else %x{ "$DIALOG" tooltip --html 'File /features/support/paths.rb not found.' } end

TinyMCE is a WYSIWYG editor which is quite customizable. Add a custom button to the tinyMCE toolbar and tell tinyMCE...

github.com

...available packages here. An example Bowerfile: # ./Bowerfile asset 'angular' asset 'angular-i18n' asset 'angular-ui-router' asset 'angular-ui-bootstrap' asset 'lodash' asset 'restangular' asset 'moment', '1.2.3' The following commands...