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

github.com

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

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

makandra dev
makandracards.com

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

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

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

makandra dev

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

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

makandra dev

...main, production ] pull_request: branches: [ main, production ] # Display "Run Workflow" button on the web UI workflow_dispatch: branches: [ main, production ] # Cancel existing CI jobs on the same PR when a...

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

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

makandra dev

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

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

unpoly.com

...for frequently used compiler selector patterns of Unpoly. 1. BEM Component Pattern When: Reusable UI components with multiple child elements Examples: toggleable.js, collapsible.js, searchable_select.js up.compiler('.toggleable', (toggleable) => { const checkbox = toggleable.querySelector...

makandra dev

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

makandra dev

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

makandra dev

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

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

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

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

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