mastouille.fr est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédiverse.
Mastouille est une instance Mastodon durable, ouverte, et hébergée en France.

Administré par :

Statistiques du serveur :

640
comptes actifs

#bootstrap

0 message0 participant0 message aujourd’hui

Reading « Are you still using OCaml 4.08 or earlier? », as a scientific practitioner I ask myself:

Well, 5 years is an eternity in the computing world – OCaml 4.08 is from 2019 and OCaml 4.07 from 2018, IIRC – but it’s peanuts when we speak about being able to audit and verify some scientific papers relying on these versions.

And there is the balance with the carbon footprint.

The question does not seem to retain 4.08 but to be able to rebuild from scratch 4.08, i.e., being able to rebuild all its dependencies. Thus it asks about the #bootstrap of the compiler and how we preserve it.

anil.recoil.org/notes/deprecat

Anil Madhavapeddy · Are you still using OCaml 4.08 or earlier? If so, we need to knowPar Anil Madhavapeddy

Rare WordPress theme is all about building unique, creative and professional websites through industry-leading options network without having to touch a line of code visualmodo.com/theme/rare-word Our amazingly flexible network of options is paired with an easy to use interface that allows anyone from beginner to advanced build beautiful, responsive websites 📱💻🖥️
#webdesign #HTML5 #CSS3 #template #plugins #themes #WordPress #ecommerce #responsive #retina #marketing #website #blog #bootstrap #slider

VisualmodoRare WordPress Theme - Ultimate Responsive Template by VisualmodoRare WordPress Theme can be used for any type of website design building; business, corporate, portfolio, blog, shop, agency and much more in only one tool

I've been planning to spin up a small personal website. I knew I didn't need a full-blown CMS for this and, since I have so much experience using Bootstrap through my day job, decided to use it to build a site from scratch. It's been a while since I created a site from scratch—most of my experience lately involves taking on existing Enterprise sites and caretaking from there—but I was looking forward to both the challenge and the freedom of building my own.

#Bootstrap fun: #libassuan upgraded its symbols separately from its #soname in a patch-level release (with several weeks in between!)
On #ArchLinux we had upgraded to the weird version that has a soname change but no symbol change.
Since #pacman requires the library transitively via #gpgme, there now is no clean way to upgrade this without patching all consumers in some intermediate step. 🗑️ 🔥
(The staging build environment would otherwise have a broken pacman and thus not be functional).

Rare WordPress theme is all about building unique, creative and professional websites through industry-leading options network without having to touch a line of code visualmodo.com/theme/rare-word Our amazingly flexible network of options is paired with an easy to use interface that allows anyone from beginner to advanced build beautiful, responsive websites 📱💻🖥️
#webdesign #HTML5 #CSS3 #template #plugins #themes #WordPress #ecommerce #responsive #retina #marketing #website #blog #bootstrap #slider

VisualmodoRare WordPress Theme - Ultimate Responsive Template by VisualmodoRare WordPress Theme can be used for any type of website design building; business, corporate, portfolio, blog, shop, agency and much more in only one tool
Suite du fil

Mon explication n'étant peut-être pas claire, j'ai créé un test :

pasqualeberesti.fr/test.php

J'aimerais que l'espace entre "Portfolio" et la flèche du menu déroulant correspondant soit identique à celui entre "Blog" et la flèche du menu déroulant.
L'idée étant que si je clique sur Portfolio j'arrive à une page spécifique, et non que j'ai le menu déroulant qui se déploie.

Une idée ?

Merci ! 🙏

(2/2)

Pasquale BerestiPasquale Beresti - Photographie, experimentations, réflexions, voyagesAu sujet de la photographie, argentique et numérique, ancienne et récente, entre expérimentations, réflexions, essais et voyages par Pasquale Beresti

Bonjour les mastonautes,

Une question #bootstrap pour commencer ce samedi.
Sur mon site, dans la navbar, j'ai des dropdowns pour accéder aux différents éléments du site. Quand je clique sur l'élément principal, le sous-menu se déploie, ça me va bien. Mais je plutôt un comportement de style btn-group avec un dropdown-toggle-split, et si je prends les exemples du site, tout marche.
Mais... je voudrais faire en sorte que visuellement, l'espace entre le texte du bouton principal et la flèche du menu déroulant soit comme pour un dropdown button. Et je n'y arrive pas.
J'ai bien cherché dans le css, mais ça sort de mon domaine de compétences.

(1/2)

I can't believe it's 2024 and I'm seriously considering throwing the off-the-shelf component framework out the window and replacing it with good old plain #bootstrap. I'm so tired of half-baked features, update troubles, questionable API decisions, slow builds and missing freedom.
With bootstrap I have full control over the markup and get pretty decent styling.
(It's for a dashboard-like tool we're mid-way building)

#CSS (#Bootstrap ideally) experts, please help me!

I'm trying to make a form in a nice tabular layout so that the first column sizes to the longest label, and all the form inputs line up in the second column.

I don't want to use bootstrap's fixed column widths, I want auto-adjustment. Can I do this? With flexbox? Should I use grid instead? Argh.