Derek Sifford

Results 13 issues of Derek Sifford

Related: https://github.com/dsifford/academic-bloggers-toolkit/issues/413#issuecomment-357780221

feature request

Hello, I searched in the issues here and shockingly I haven't found this mentioned. Currently, cosmiconfig searches up the parent tree from the working directory, stopping at `$HOME`, which is...

### Describe the bug We have the cli installed as a dependency to one of our repos that we have deployed on netlify and have been unable to upgrade the...

type: bug
area: installation

Hi there, Super helpful little CLI tool! One small suggestion for the suggestion bin would be to be able to just simply send the result of running the release command...

enhancement

I apologize if this is not the correct vector to inquire about this, but I don't think stack overflow would suffice here. With the recent announcement of the new [GitHub...

feature

Hi, Great software. Super handy. If I could just drop a suggestion in the suggestion bin, it would be to please begin supporting the [XDG Base Directory spec](https://wiki.archlinux.org/index.php/XDG_Base_Directory_support) rather than...

Just writing this here so that it's being tracked. I might attempt to take a stab at this if time allows one of these days.... Here's a small example of...

Hard to explain. Here's an easily reproducible example: ```ts export default function x(): number; export function y(): string; ```

Strange behavior here. Here's an example.. ### Works fine ```ts const x = foo((foo, { foo }: foo) => {}); ``` ### Broken ```ts const x = foo(({ foo }:...

ArrowFunc