sylbru
Follow
🎻
Previously known as NiavlysB. Most projects are hosted on GitLab: https://gitlab.com/sylbru
-
Les Archives du Spectacle
- Clermont, Picardy, France
-
11:17
(UTC +01:00) - https://sylvainbrunerie.xyz
- @sylbru@mas.to
- in/sylvain-brunerie-747885100
Pinned Loading
-
is-elm-dead
is-elm-dead PublicStatic single-page website answering the common question ”Is Elm dead?”
-
-
metrornorme
metrornorme PublicSimple metronome as a web app. WARNING: it currently misses the main feature of a metronome, which is to produce a *steady* beat.
Vue
-
-
Elm detector (bookmarklet)
Elm detector (bookmarklet) 1javascript:(async function(){let elmDetected;if(typeof window.Elm==="object"){elmDetected=true}else{let scriptTags=document.scripts;let scriptIsElm=script=>script.match(/throw (new )?Error\([\'\"]https:\/\/github\.com\/elm\/core\/blob\/1\.0\.0\/hints\//);for(scriptTag of scriptTags){let scriptContents;if(!scriptTag.src){scriptContents=scriptTag.textContent}else{await fetch(scriptTag.src).then(response=>response.text()).then(text=>scriptContents=text).catch(err=>{console.error(err); scriptContents=null;})}if(scriptContents===null){continue;}if(scriptIsElm(scriptContents)){elmDetected=true;break}}}if(elmDetected){alert("%F0%9F%8C%B3 Yep, seems to be an Elm app! \\o/ %F0%9F%8C%B3")}else{alert("Nope, doesn%E2%80%99t seem to be Elm (but I might be wrong).")}})();
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.