-
`websocket` predates `http/2` and has historically relied on `http/1.1` `upgrade` to unlock full-duplex bidirectional communication over a separate connection.
[`RFC 8441: Bootstrapping WebSockets …
-
With the attached code, the following transcript shows the difference:
CL-USER> (ql:quickload "CFFI")
To load "cffi":
Load 1 ASDF system:
cffi
; Loading "cffi"
..
("CFFI")
CL-USER> (use-package…
-
Good Day to you all.
While using the latest 6.0.1 Version of System.Linq.Async I noticed that there is no method overload for joining IEnumerables to an IAsyncEnumerable.
I propose to add the fo…
-
### Checklist
- [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues).
- [X] For Python issues, I have tested with the [latest development wheel](http://www.open3d.org/do…
-
We will be organising a Talk Series on InnerSource topics with the following plan
- 11th Jun 2024 - InnerSource Commons and FinOS talk by Brittany
- 26th Jun 2024 - FINOS summit talk - InnerSourc…
-
In a development environment with production data, we have 411 notes (as shown in the admin dashboard), but when I click through to the list of notes, I get a popup saying:
> DataTables warning: ta…
-
With the introduction of the PSR-15 middlewares (#1928 and #2019) we cover the whole HTTP dispatch process in a standard and extendable way. At the inner core of this middleware process is currently t…
albe updated
9 months ago
-
`Problem.aggregate(:id.count, :fields => [:user_id], :unique => true, :links => [:user])`
Will break like so:
DataObjects::SyntaxError: ERROR: missing FROM-clause entry for table "users"
LINE 1: ..…
-
### Actions before raising this issue
- [X] I searched the existing issues and did not find anything similar.
- [X] I read/searched [the docs](https://docs.cvat.ai/docs/)
### Steps to Reproduce…
-
I spent some time on trying to refine the BEM surface computation using all the new tools that are available.
The main improvement would be to start from the tissues segmentation volume when availabl…