KevGiraultDev
KevGiraultDev
When I want to open an application whose name I have forgotten, it is very complicated to find it. Sometimes I have to do a Google search on existing applications...
Hello, if I want to generate something like this: ```hmtl ``` I cannot do it simply. I imagine something like this: div>p*3&car&bike&plane Is this possible in the future? Thank you...
Hello, As said in the title and as shown in this screenshot (taken with the fbgrab tool), the chess pieces do not appear in console mode (ctrl+alt+Fx); there are dots...
When I add images to a tweet, I have no way to add an alt attribute on them. To tell the truth, even if it's not strictly speaking a bug,...
I want to easily wrap my code in an argument. For example: `1 + 1;` I want this to be in console.log() after wrapping: `console.log(1+1);` It does not move semicolon...
Hello, The image-set property is not recognized by w3c Jigsaw validator. Here is an example from MDN image-set page: ```css .box { background-image: -webkit-image-set( url("small-balloons.jpg") 1x, url("large-balloons.jpg") 2x); background-image: image-set(...