If you have an element with significant border-radius (e.g. 50% for a circle) and you want inline content (i.e...
A general overview about why and how we migrate can be found under Migrating from Elasticsearch to Opensearch
OpenAI is currently limiting the Audio generating API endpoint to text bodies with a maximum of 4096 characters.
Make sure that you use the correct property when editing an HTML attribute. Using innerHTML with unsafe arguments makes your...
View specs are a powerful tool to test several rendering paths by their cases instead of using a more costing...
Browsers can auto fill-in one time codes if advised. Use it like this: Demo: https://twitter.com/sulco/status/1320700982943223808 Browser support...
Note: You won't need this for single lines of text. In this case it is better to just use...
So you have a heading that is just barely wider than the container it should fit into, and it wraps...
We have a long-standing checklist for merge requests. However, it hardly matches the intricate requirements for design. This checklist...
Web forms can be made much more usable with a few HTML attributes. Short summary: type: Tells browsers about the...
When using tmux, selecting and copying multiple lines of text can be a hassle, especially when using splits (highlighting lines...
Let's say we have posts with an attribute title that is mandatory. Our example feature request is to tag...
Rails Active Support provides some helpful methods for calculating times and dates, like Duration#ago or Duration#from...
HTTP header values must only contain low-ASCII (7-bit) characters for safe transport. From RFC 7230: Historically, HTTP has...
A severe bug was found in ImageMagick by Bryan Gonzalez from Ocelot Team. It allows to embed the content of...
vertical-align is hard. Have you ever wanted to vertically center an icon with text? This usually means "vertically align...
I recently enjoyed debugging a Cucumber step that tried to be retryable using a patiently block: Then /^"([^"]*)" should( not)? be...
Mit SQL spricht man mit relationalen Datenbanken. Ziele Verstehe die folgenden SQL Befehle SELECT WHERE ORDER INNER JOIN, LEFT JOIN...
When changing the glibc version, it's possible that the upgrade also includes changes to how locales work.
You have some SVG files you want to use as icons on your website. How would you embed them?
Jasmine specs for the frontend often need some DOM elements to work with. Because creating them is such a common...
Jasmine specs that work with DOM elements often leave elements in the DOM after they're done. This will leak...
Wir arbeiten in einem Umfeld in dem sich fast alles um das Web und HTTP dreht. Wir betreiben Webseiten und...
tl;dr In Chrome DevTools in the Elements tab or in Firefox in the Inspector tab you can right click...