...CLI application, that supports more advanced inputs than gets, I recommend using the cli-ui gem. It's a small dependency-free library that provides basic building blocks, like an...
...interactive prompt: require "cli/ui" CLI::UI::StdoutRouter.enable puts CLI::UI.fmt "a small {{red:demo}}" # supports h, j, k, l, arrows and even filtering CLI::UI::Prompt.ask("Choose a plan:", options...
...take a minute to check out makandra's services for web development, DevOps or UI/UX. Professional support options We're introducing optional commercial support for businesses that depend on Unpoly...
...do nothing when a state was pushed by a user interacting with the browser UI, or when an external script replaced an entry. Starting with this version, Unpoly will handle...
&:hover color: green opacity: 1 Transition durations The motivation of animating (transitioning) UI changes is that the UI should feel natural. In the real world, nothing is "just...
...don't want to design their user interfaces. In the absence of a good UI design, you should always be able to come up with a default. Since the user...
...practice cost estimation in a later lesson. Some hints Try to not create a UI that has edge cases When clarifying a requirement with your customer (here: your mentor), always...
"Description", add a link to your Linear issue and Screenshots of any UI Changes Set the issue to "Review" in Linear. If configured this might happen automatically.
...different lightbox libraries, if you only need one. Don't load the complete jQuery-UI, if you only need one component. If you need a library only on a few...
...to customize this. Modifying issue grouping in Sentry's project settings Sentry offers a UI to define custom fingerprint and stack trace rules at https://sentry.io/settings/projects/$project-id/issue-grouping. Fingerprint rules have...
...but also a lot of false positives. So be prepared to offer some additional UI to select relevant portions before or after OCR. If the image is distorted by camera...
...perspective, detection is horrible. So be prepared to offer some additional UI to dewarp the image before OCR (maybe using something like imgwarp-js). Tesseract can detect words from the...
...it, that all posts are created from an importer, that there's a web UI *and* a JSON API *and* an embeddable component. Make the reader aware of a peculiarity...
...further validations you only want to run when saving a note instance from the UI. When resolving an attachment supplied inside the form, Carrierwave will use the underlying model for...
Tests are about 100% control over UI interaction and your test scenario. Randomness makes writing tests hard. You will also push tests that are green for you today, but red...
...is necessary, since the pipeline does some unfortunate prefix detection, and would detect jquery-ui/jqueryui.js to live in the jquery folder. Putting longer folders first fixes this.
...stuff like this: # jquery goes here vendor/asset-libs/jquery/jquery.1.7.2.min.js # jquery-ui goes here vendor/asset-libs/jquery-ui/jquery-ui-1.8.21.custom.min.js vendor/asset-libs/jquery-ui/jquery-ui-1.8.21.custom.css vendor/asset-libs/jquery-ui/images/.... # icon set goes here vendor/asset-libs/fugue/icons/.... Your app/assets/javascripts/application.js: ... //= require jquery.1.7.2.min //= require jquery-ui-1.8.21.custom.min ... Your app/assets/stylesheets/application.css: ... *= require jquery-ui-1.8.21.custom ...
...development, it's often faster to reuse your existing factories instead of using the UI or creating records in the Rails console. This approach saves time and gives you useful...
...system for api keys No authentication mechanism for webhooks besides IP ranges Buggy admin UI SendGrid Pro: Very good deliverability Not quite as expensive Cons: No european servers Mailgun
...command line tool cURL. While it is quite similar to Postman, I found the UI to be less cluttered and therefore easier to use. The usage is almost self explanatory...
...open or alias x=xdg-open. Background You can choose your "Default applications" via UI in the Ubuntu "Settings" application (gnome-control-center). This is just a very rough setting...
...year" field to "release date", now allowing precise dates. Use Flatpickr to add a UI. Remember to use unobtrusive JavaScript. Check it out on Bundlephobia. Exercise: Embracing ES6 Modules
...the name of the played character You only need very basic styling of the UI. We will learn CSS in a later card. Your application layout should have a navigation...
Now add tests for both the new method Movie.search() and the new UI. Follow the advice from the "Testing" chapter from Growing Rails Applications in Practice:
...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...
...filters using a separate "Filters" button that opens a popup to not overload your UI. Filter bar: Filter popup: The problem is that the Unpoly popup will be inserted at...
...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:
...which works for both Flash and HTML5 audio playback modes. They come with custom UI controls that can be styled or skinned, and which work for both Flash and HTML5...
...movie for any new movie entered into MovieDB, using the themoviedb.org API. For the UI this means that there is no longer a "Year" field when creating a movie. It...