-
💡 **Feature description**
With python programming model v2 is is tempting to create dynamic routes. I tried something like this:
```python
def importer(name: str):
def activity(func):
…
-
I am attempting to turn a non c api compatible pointer back to the caller.
I just want to treat it as an opaque pointer. I'm not interested in converting all the fields and making a `repr(C)` comp…
-
[.](https://github.com/flutter/flutter/issues/51752#issuecomment-675844037)
Related to the discussion around hooks #25280
TL;DR: It is difficult to reuse `State` logic. We either end up with a …
-
Hi, is there any reason why the `builder` module of `embassy-usb` [is not public](https://github.com/embassy-rs/embassy/blob/ffa75e1e39949807317ee75459ae9d18b5376578/embassy-usb/src/lib.rs#L9) (or the…
-
**Version and Platform (required):**
- Binary Ninja Version: Version 3.3.3996 (2023-01-18 14:48:01)
- OS: Ubuntu Linux
- OS Version: 22.04
- CPU Architecture: x86
**Bug Description:**
When doi…
-
**Describe the bug**
When using derative field in rowy, I encounter several issues.
At first, when I use example from the [doc](https://docs.rowy.io/field-types/derivative#google-cloud-api) and hit …
-
Attempts to generate an xcframework via Carthage on Xcode 14 fail.
System information:
Monterey 12.6 on Apple M1 Pro
Xcode 14.0.1
Carthage 0.38.0
SociableWeaver v 0.1.12
Relevant informatio…
-
Since the module has a framework for the table API it would be beneficial to create a function builder with input for tablename and function name. It should be able to generate a standard CRUD functio…
-
Here is a modification of the OpenAI.Chat unit in order to handle functions with 0613 models.
```
unit OpenAI.Chat;
interface
uses
System.SysUtils, OpenAI.API.Params, OpenAI.API, System.C…
-
I've noticed that Set-SNOWSCRequestedItem & New-SNOWSCRequestedItem do not work in batch requests.
It seems this is because the Get-Command output's parameter property is null.
It seems both these…