Simey de Klerk

Results 11 issues of Simey de Klerk

Would you mind sharing which VS Code extensions you have installed? You can run `code --list-extensions` to easily get a list (you probably knew that) I noticed you have a...

This PR removes stylus as requested in #670. At present it does to by resolving all stylus variables in-place. Alternatively I could refactor this into CSS custom properties? Is this...

I propose adding a feature to accept an optional query string on show links that starts playback at a specific timestamp, similar to Youtube. E.g. you would be able to...

enhancement
help wanted

The current version of the Player component is massive: 280 lines with 10 items of state and 13 custom methods. This could be improved in the following potential ways: -...

The *Volumebars component* is currently overly complex. It has internal state and uses localstorage and communicates with the parent component (`player`) in a very roundabout way. This refactor removes the...

This change simplifies the use of localStorage in the Player component in the following ways: - Renames localStorage variables to align with the names of variables in the component -...

This is a nice-to-have proposed improvement. Now that the list of episodes is getting longer, the experience when clicking on an older episode is not great. Most users would do...

hacktoberfest
workingOnIt()

WIP PR to add functionality to identify broken links in the shownotes.

This PR implements a potential solution to resolve #741 (Make a suggest page). Let me know if you would prefer for this to be implemented in a different way.