David Raison

Results 105 comments of David Raison

Yes, if that were the response body, that'd be fine. But what I listed above as `Response` is what I received from the back-end. So the response body wrapped inside...

I have a different behavior today. Request: ``` Request URL: https://cloud.tentwentyfour.lu/ocs/v2.php/apps/files_sharing/api/v1/shares Request Method: POST Status Code: 404 {path: "/buco", permissions: 31, shareType: 7, shareWith: "8e5e0a8787fd9f"} ``` Response ``` failure 404...

``` root@kobol:~# php8.2 -m [PHP Modules] apcu bz2 calendar Core ctype curl date dom exif FFI fileinfo filter ftp gd gettext hash iconv igbinary imagick intl json libxml mbstring mcrypt...

I had created a duplicate ticket of this on the wrong (?) project: [neutralino.jsj #102](https://github.com/neutralinojs/neutralino.js/issues/102) The workaround that is described above is what was in my app by default after...

Why would we not really want to use php8.3 ? ;) Anyway, I saw there is [a PR for this here](https://github.com/htmlburger/carbon-fields/pull/1223), wondering if @htmlburger-git will consider that (or an improved...

Oh, I'm still a total noob regarding ES. Thanks for the hint! I've been reading up on your blog about tokenization and analysis late this night and have been working...

So... I've been thinking and, yeah, this is a difficult decision. I guess trying to be as near as possible to fluent English will always result in more verbosity and...

## Interface I've looked into the _DeleteDocumentRequest_ class today and it has a similar interface with **document()** and **documents()** methods. ## Documentation I'll gladly supply some documentation as I go...

For everyone else finding this and running mongo 4.2+, `db.system.namespaces` has been deprecated. See https://docs.mongodb.com/manual/reference/system-collections/#%3Cdatabase%3E.system.namespaces Also, for everything else I think that the `read` role on `local` should be sufficient....

:+1: Been pulling my hair out over this with the pull request sitting unread in my mailbox.. Good thing I only looked at the mail after I had figured this...