P Sam
P Sam
Note: this procedure was initiated because of #2128. context: ``` >>> sys.version '3.10.1 (tags/v3.10.1:2cd268a, Dec 6 2021, 19:10:37) [MSC v.1929 64 bit (AMD64)]' >"C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe" -products *...
This is a complement to #2174 I didn't experience the fail, but according to others failures of the same kind that I had with 4.1.1 (now seen fixed in repo),...
Sure, not very useful to 'Run all' an empty test tree :) but .... Just because on command line I'm used to run `manage.py test myapp` and it's not so...
A typescript error appears on: ``` {fetchResources} ``` ``` Type '(permissions: Permissions) => JSX.Element[]' is not assignable to type 'ReactNode'.ts(2322) App.tsx(119, 9): Did you mean to call this expression? const...
In IPaginationOptions: ``` /** * @default true * Turn off pagination count total queries. itemCount, totalItems, itemsPerPage and totalPages will be undefined */ countQueries?: boolean; ``` The comment is wrong...
Version 2.22.0 Pasted /_openapi to editor.swagger.io  And so on...
Version 2.22.0 Pasted /_openapi?scope=app to editor.swagger.io  `schemes` was swagger 2.0. `discord` is invalid property name. You may consider to set it as an extension, named with a `x-` prefix....
Supersedes PR 53 and 64.
I can't edit my entry, my old account ('psam', from djangopeople.net time) is no more accepted. If I try the recover flow, I get back a cryptic json response: "User:...
The single update() operation is not affected because its code is different. The bug is at /lib/service/storage/elasticsearch.ts#L3120, _processExtract(): _source: Object.assign({}, metadata, document.body), The metadata content is correct, but assign() states...