&: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...
"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...
...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...
...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...
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...
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...
...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...
...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...