Dan Michael O. Heggø

Results 76 comments of Dan Michael O. Heggø

I found this confusing too. To copy/minify files from `./resources/images/*` to `./public/images/` I ended up with this: ``` mix.imagemin({ from: 'images/*', }, { context: 'resources', }) ``` There's some more...

`subprocess.CalledProcessError: Command '[u'git', u'tag', u'v0.8.7']' returned non-zero exit status 128` could mean that the tag already exists.

Does it work if you just run `git tag v0.8.7` in the repo?

For reference, there is an issue on this at pygments-main too: https://bitbucket.org/birkenfeld/pygments-main/issue/215/new-lexer-for-n3-turtle (btw. I just created a pull request on Linguist using a TextMate-compatible grammar: https://github.com/github/linguist/pull/1841)

> Hi @danmichaelo does this happen with all issue type in `classic` project or just this specific one? Hi @ankitpokhrel , here's a summary: * `Historie` actually worked 😲 *...

Cool, thanks, @ankitpokhrel , I tried that: ``` $ brew uninstall jira-cli $ brew install jira-cli --HEAD $ jira version (Version="main", GitCommit="cd73923197284139b69c7999a54f8873364333d7", CommitDate="2022-01-05T21:19:09+00:00", GoVersion="go1.17.5", Compiler="gc", Platform="darwin/amd64") ``` but now it...

Bummer, it helper to re-configure, but then I got the same error from `jira issue create`: ``` jira issue create ? Issue type Oppgave ? Summary Test ? Description ?...

Thanks for providing the "How to do it" example. Can confirm that it works, but it does make the code more convoluted. It becomes even more convoluted when bringing SQL...

:+1: Having a personal account and one or more accounts for organizations you're a member of, it would be great to be able to quickly switch between them. And if...

Is it able to delete any pages at all, or do you get this error in the middle of a long run? Could you try something like this: ``` from...