Skip to content

Instantly share code, notes, and snippets.

View wkillerud's full-sized avatar
💭
🍉

William Killerud wkillerud

💭
🍉
View GitHub Profile
@wkillerud
wkillerud / styleguide.config.js
Created April 4, 2019 06:46
A workaround for the poor performance described in styleguidist/react-docgen-typescript#112 based on the work done in strothj/react-docgen-typescript-loader#40.
/**
* The MIT License
*
* Further resources on the MIT License
* Copyright 2018 Jason Strothmann <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
*
// This gets correctly highlighted as a comment
This does not even though it's indented.
Things still work, but word-based suggestions might pop up here.
a
color: green
@wkillerud
wkillerud / index.html
Created February 26, 2025 10:45
Noodling on embed-track-list
<!DOCTYPE html>
<head>
<title>Embed tracks list</title>
</head>
<body>
<embed-track-list>
<slot name="embed">
<a href="./my-album.html#my-album">My album</a>
</slot>
</embed-track-list>