-
Over the years, we accumulated many private functions as part of the public C API header files. I propose to remove them: move them to the internal C API.
If many C extensions are affected by these…
-
@Bodigrim suggested I take the proposal that I recently submitted to `libraries@` here, to play guinea pig for this process.
## What
I suggest to change
```
class Eq a where (==), (/=) :: a ->…
-
### Library name and version
Azure.Messaging.ServiceBus - 7.12.0-beta.1
### Query/Question
I am in the middle of implementing a rust sdk for ServiceBus, and I am not sure if I got the correct…
-
I'm trying to run `video-capture` example and the error bellow happens:
```
unresolved imports `opencv::highgui`, `opencv::videoio`
```
I'm using `opencv-rust=0.53`
1. Ubuntu 20.04
2. Manual C…
-
This is a feature that I would love to steal from Elm :)
In Elm, if I define a record as such
```fsharp
type Foo = {
Bar : int
Baz : int
}
```
I then automatically get functions such…
-
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
In the https://github.com/apache/arrow-datafusion/issues/122#issuecomment-975036335, we need …
-
Hi, I just wanted to try the tool because I think it is a really great idea but encountered a problem that I can't figure out. I have staged some changes, set my API key and executed gptcommit install…
-
### Describe the bug
Hi!
I am in the process of switching from openssl to rustls so I scanned my project for `native-tls`. It looks like aws-config ships `rustls` and `native-tls` if I am not mi…
-
The program
``` rust
extern crate collections;
use collections::treemap::TreeMap;
fn main() {
let mut a = TreeMap::new();
a.insert(0, 1);
a.insert(0, "foo");
}
```
gives the type error
…
-
```
ft_balance_of contract baby.tkn.near, block 6t8yYevd1HSXbkuCsfdu1KunTnWp8ctJZKsqoWMLgfud, account_id babyshiba.near
340171165809803503152000000000000000000
u128::max
34028236692093846346337460…