Paolo Galeone
Paolo Galeone
I moved the `oauthClient` variable within the `TwitterAPI` structure and I changed every method that used the `oauthClient` variable to use the new one, within the structure. In this way,...
I have created a presentation using fusuma and created a repository with the presentation inside. See: https://github.com/galeone/tf-function-talk I have also created the branch gh-pages locally and remotely + updated the...
**Describe the bug** The listing methods (both async and blocking) always return an empty list (empty `content`). **To Reproduce** ```rust use s3::bucket::Bucket; use s3::creds::Credentials; use s3::S3Error; #[tokio::main] async fn main()...
Hi, thank you for this library! I'm trying to use the library with ASIO but, although it's installed in my system, cmake fails. My environment: OS: Archlinux compiler: clang cmake...
Output of the `ue4-docker info` command: ``` ue4-docker version: 0.0.38 (latest available version is 0.0.38) Operating system: Windows Server 2019 Datacenter Evaluation Version 1809 (OS Build 17763.379) Docker daemon version:...
The file `src/ashpy/contexts/context.py` contains the following docstring ``` r""" Primitive Context Interface. ``Contexts`` are checkpointable (subclassed from :py:class:`tf.train.Checkpoint`) collections of variable encapsulated in a Python Class as a way to...
The title says pretty much all. If I want to measure the performance of the model only at the end of every epoch, the (for example) ClassifierTrainer offers me the...
**Describe the feature and the current behavior/state** Right now there are no examples "click and go", to run on Google Colab. There are no notebooks that explain and show how...
Hi! Thank you for this great library. I'm trying to use it for removing from the import table of a `.dll` all the references to another library. Here's what I...
Hi, I just released a software (website) that uses the genai package and receives a streaming response from Gemini. Sometimes, the iteration fails unexpectedly. This is the project: https://github.com/galeone/fitsleepinsights The...