294 private links
Some examples of why C is faster than Java, because C and algorithms
Utiliser Renovate pour gérer la mise à jour de ses dépendances. Sur Github et Azur, cela se fait en un clic. Ici pour Gitlab, une installation préalable est nécessaire.
A smaller format than SVG. It is a side project for now, but it looks promising.
I see IconVG in the comments too.
Les arguments relevés semblent pertinent:
- les tests passent avant le typage → ok mais pourquoi ne pas avoir les deux et laisser ce choix par projet ?
- la lisibilité des en-têtes de fonction peuvent très bien être améliorée
- les annotations requirent leurs propres imports, ce qui peut conduire à des imports circulaires (cf: https://stackoverflow.com/questions/22187279/python-circular-importing/22187343#22187343)
Le château Senden
Contexte: senden signifie "Envoyer" en allemand. Ce mot est utilisé pour envoyer un message, lettre, email, formulaire. Le nombre de blague possible !
Comment pister l'origine d'une requête dans une BDD
Une faille de sécurité concernant ZeroBin et la suppression d'un document via un token dans l'URL.
A way to render conditionally the attributes of a tag.
Creating an object and setting the attributes as prop of the object if they should be rendered. Then use the spread operator on it:
<script>
export let value = "";
export let id = "";
export let placeholder = "";
export let type = "text";
let conditionalAttributes = {};
if (id) conditionalAttributes.id = id;
if (placeholder) conditionalAttributes.placeholder = placeholder;
if (type) conditionalAttributes.type = type;
</script>
<input {...conditionalAttributes} bind:value={value} />Create and check the outline of a webpage.
EDIT: Since this extension is not maintained anymore, it could be useful to improve it, fix some bugs if there is some and make it even better :)
Visiter le musée d'Orsay virtuellement. On y découvre des œuvres d'arts Ce site est dédié aux enfants.
Free for community. Up to 10 user seats.
It has a great interface with Vue 3 and Nuxt : https://www.storyblok.com/mp/storyblok-meets-vue3-nuxt3
En se basant sur A11y Outline, tester et valider cette structure de manière reproductible.
Avoir une extension plus propre et claire :D
- ... true at some point
- IDK
- TRUE. I see it between Typescript and Javascript. If you know how TS works, then
- I don't have enough experience about this to know if it is right to me
- Except with regulations
- True, but the API seems to be easier and more powerful over time. You can do now things that are more powerful than before.
- pairing +1
- YES
- Maybe. I am currently satisfied with the new cli tools (fd, exa, bat, nvim ...)
- Maybe
- They can be improved
- True as the companies does not want to get involved. But how to blame if your products are going to be more expensive than others.
- True. We need regulations. The GDPR in Europe or the accessibility laws in the US lead the way.
A great tool !
It finds the contrast automatically :)
Make it available for Linux !
THE HTML standard.
Reading it from time to time can only help to become a better web developer.