Fredrik Blomqvist

Results 34 issues of Fredrik Blomqvist

Would be nice if you could tag a version, e.g. v1.0, just to make it "proper" according to go modules standards :)

Just found out an easy way to disable removal of trailing whitespace (which is essential to MD): Create an `.editorconfig` file in the root of your project and add this:...

Since GFM is used on the GitHub wikis, it would be appropriate to add support for the wikilink syntax (https://help.github.com/articles/adding-links-to-wikis/): `[[Link Text|NameOfYourWikiPage]]` I'm not sure if this works in MD...

**Describe the bug** One of the dependencies of this project is using an old version of a dep, which is causing `npm WARN deprecated` to show up on every install....

This is just a suggestion, but to me it seems logical to allow global flags after the command as well, not only before it. For example, if you have a...

kind/feature
help wanted
area/v2
status/confirmed
pinned

This adds an ESPNFF client that can be used to authorize against the ESPNFF API using username and password. Once authorized, a private league can be fetched. Usage: ``` from...

Is there a known endpoint for getting a team's roster (for future support)?

E.g. ``` copy({ targets: [ { dest: 'lib/', src: 'boguspath/index.html' }, ], }), ``` Assuming boguspath doesn't exist, I get no error (or warning) when building. This should be standard...

Converts the first half of the views to TS. Some notes: * Used arrow functions to be able to type the function as a whole. As in, the args will...

This PR sets up typed API clients (will exist alongside the non-typed ones until everything has been moved) as well as types the tracks client. The types are just derived...