Mikkel Ricky

Results 8 comments of Mikkel Ricky

@alterphp, I'm not sure if/how we can get ids without getting (full) objects from the collection, but we should definitely clean up the code and not make assumptions on the...

You should add --location to curl, e.g. ``` curl --location "https://raw.github.com/ptrofimov/github-backup-sh/master/github-backup.sh" | sh -s ``` This will make curl follow the redirect from https://raw.github.com/ptrofimov/github-backup-sh/master/github-backup.sh to https://raw.githubusercontent.com/ptrofimov/github-backup-sh/master/github-backup.sh.

Unless I'm missing something, it seems that `TemplateProcessor::setComplexValue()` (cf. https://github.com/PHPOffice/PHPWord/blob/0.18.2/src/PhpWord/TemplateProcessor.php#L267-L293) only replaces one (the first) occurrence whereas `TemplateProcessor::setValue()` replaces *all* occurrences. However, this is not documented clearly in neither https://phpword.readthedocs.io/en/latest/templates-processing.html#setcomplexvalue...

https://github.com/PHPOffice/PHPWord/issues/2038 has been labeled “WontFix”.

I'm basically doing that, i.e using `jq` and in a shell script to navigate a grid, in https://github.com/mikkelricky/grid-spaces/blob/main/navigate and it works perfectly fine. If the idea behind yabai is to...

@signal15, please see https://github.com/koekeishiya/yabai/issues/2602#issuecomment-2800083815. We may have to solve this in another way.

In general it should be possible to link to anything in Leantime, i.e. every object should have a URL to make it easy to refer to the object. Currently, it's...

I've been playing around with a possible solution in a draft pull request: https://github.com/Leantime/leantime/pull/3068. The pull request targets `leantime.rpc.Comments.Comments.addComment` specifically (which happens to contain all use of session values in...