Michael Härtl

Results 134 comments of Michael Härtl

Repeating my suggestion from https://github.com/mason-org/mason-registry/issues/3017#issuecomment-2089994950 here: Following the [purl](https://github.com/package-url/purl-spec/blob/master/PURL-SPECIFICATION.rst) specs I wonder if we could add the required timestamp a `qualifier` to the package `id`: `id: pkg:generic/eclipse/[email protected]?timestamp=202404031240` This should make...

What about `$error`? Does it contain something?

I wonder, why there's a gitlab specific redis image at all. Why not simply use the official redis image? https://hub.docker.com/_/redis/ Is there any gitlab specific modification in here?

Chiming in here as I did the same research last year. Isn't Knex one of the more popular libs? It's quite low-level: https://knexjs.org/ Sidenote: I also miss the Yii times...

> validation? you mean for inserts and updates? Ah, no I mean data validation in general like validating an input DTO (e.g. in a REST API). Consider it a grumpy...

Never heard about readonly attributes. Is this a PDF feature? And does any pdftk version support it? Note that this library is just a PHP wrapper around pdftk. So you...

Hmm, so how would a XFDF file look with these attributes? Our `XfdfFile` class right now only deals with form data and the generated XML looks like this: https://github.com/mikehaertl/php-pdftk/blob/master/tests/files/XfdfFileTest.xfdf If...

@czcpf Where you able to test it?

Hmm, you can check if the menu is visible, if that helps: ``` require('cmp').visible() ``` See https://github.com/hrsh7th/nvim-cmp/blob/main/doc/cmp.txt#L155

It seems to only happen on the nightly build of neovim: Right now I'm on latest v0.10.0-dev-1535+g9ecb43b63 but also had the problem on an older build based on commit c4f4c7a35...