Tudyx
Tudyx
I have the error `CreateMultipartUpload operation: Invalid Request (request has multiple authentication types, please use one)` while uploading a file superior to 5 Mo with django. When the file size...
In the ReadMe you have mentioned > `assets/sw.js` script will try to cache our app, and loads the cached version when it cannot connect to server allowing your app to...
We are using tonic in a service handling user commands. These commands are used later in our business logic and have required `Message` field which is generated by `prost` as...
I've noticed that in derive `prost::Enumeration` we don't implement the std trait [TryFrom](https://doc.rust-lang.org/stable/std/convert/trait.TryFrom.html) but instead we use a custom function `from_i32`. Is there a particular reason for this (for instance...
[polars](https://github.com/pola-rs/polars) is growing fast as the new standard for dataframe but it doesn't provide a way to plot the data for Rust user. I think providing a polars integration under...
I'm huge fan of your work, so I regulary send link to this repo to my friends and coroworkers. Sadly, the first reaction I get is that people are kind...
Hello! Does there is any plan to integrate with [tower service](https://medium.com/@carllerche/announcing-tower-a-library-for-writing-robust-network-services-with-rust-67273f052c40) for the RPC? With that we will be able to exploit every middlewares provided by tower ecosystem which includes...
I want to report you problems that i have with 2 modules when i try two use them. First, when i use : exploit = client.modules.use('exploit', 'windows/smb/ms17_010_eternalblue_win8') I get :...
The default parameter "localhost" of the function db.connect() don't work. But if i pass the parameter 127.0.0.1 the connection work : ```python client.db.connect(host='127.0.0.1',username='msf',password='pass123') ``` I think we can fix this...