-
**Is your feature request related to a problem? Please describe.**
Although the entire library is typed, when importing it into other projects as a third-party dependency `mypy` cannot analyse it bec…
-
In production i want to log each http request in the format I select. With HttpLogging I can selected Headers and LoggingFields but I cannot format the result, which looks something like this.
…
-
Hello! I noticed in the `hardhat-network-helpers` package, `loadFixture()` doesn't allow parameters to be passed to fixtures. I use a parameter on my fixture to dictate the initial state for tests so …
-
I have a doubt regarding the interface of "g_signal_emitv". I think that the first parameter should be a pointer to an array of "Value", i.e. a "ptr Value", rather than a "ValueArray" which is a point…
lscrd updated
7 years ago
-
I am super interested in this project and recently started working on a similar concept but I think it would be best to help contribute to this project instead. What are the goals and milestones for …
-
https://fallabs.com/tokyocabinet/spex-en.html#tcadbapi
```
bool tcadbopen(TCADB *adb, const char *name);
`adb' specifies the abstract database object.
`name' specifies the name of the data…
-
I'm trying to "redirect" (pipe) a UDP stream via UMS to my TV (which uses the `samsung-notcd.conf` profile). The stream is an MPEG2-TS with MPEG2 video and AAC audio.
I can access the stream after …
-
Point Cloud Registration is a fundamental problem in 3D computer vision and photogrammetry. Given several sets of points in different coordinate systems, the aim of registration is to find the transfo…
-
Crashes with following command:
```sh
$ pkcon install package_X
```
It appears we're doing `autoptr` cleanup of `GTask` object (via `g_object_unref`) in both the callbacks for each action ( `i…
sidt4 updated
5 months ago
-
**Expected behavior:** Whenever identical user and system prompts are sent and caching is on, a cached response is retrieved if it exists. (There is no check for a matching agent name -- only matching…