Gabriel Fior

Results 30 issues of Gabriel Fior

It would be great if the user could set the title or subtitle of the image (e.g. quantstats.plots.histogram) with a custom title.

I am training both a Naive Bayes Classifier as well as a Decision Tree classifier using TextBlob and they take a few minutes to train. I think it would be...

Following the steps here (https://github.com/Tenderly/tenderly-cli#export), I tried to export a transaction completed in my local hardhat network. Steps to reproduce: - I execute a run.js Hardhat script to execute a...

Hi, I have been trying to run the tests before possibly submitting a PR. I am running Python 3.6 within a conda environment on Windows 10, but I cannot run...

I'm trying to generate a function like the following in Rust: ```rust use my_program::{MyImportedClass, AccountInfo, ProgramResult}; pub fn process_instruction( program_id: &MyImportedClass, accounts: &[AccountInfo] ) -> ProgramResult { /* pass */...

I want to generate something like this: ```rust #[derive(BorshSerialize, BorshDeserialize, Debug)] pub struct GreetingAccount { /// number of greetings pub counter: u32, } ``` Is there a way to generate...

I am having trouble closing an existing position in the dydx-v3-python package, whereas this can be easily accomplished using the UI. Otherwise one has to manually calculate prices for closing...

I tried to create an order using the dydx3 python package, but I receive an error with my signature. Using the UI the order creation process works fine. ``` ~\code\deepb-ai\trading_engine\trading_coordinator.py...

Hello, I've been trying to implement a smart contract in Solidity that is able to exchange tokens that are stored in its reserve. For example, smart contract A received 10...

I would like to include dividends in my backtest for 2 tickers: ```ABCP11.SA``` and ```AIEC11.SA```. They have paid dividends in every month (kind of REIT). Please see my implementation for...