Francisco J. Solis

Results 59 comments of Francisco J. Solis

You could get a better idea of what did you modify by taking a look at the files changed I created for the code you provide, please take a look...

@ElDominio Could you send me a mail to siscomagma at gmail dot com so we could arrange a call for getting more information about the current problem had? I would...

This is an API permission exception, which you could confirm by using the next modified code portion in `hummingbot/connector/exchange/bitfinex/bitfinex_exchange.py`: ```python async for _response in ws.messages(waitFor=waitFor): self.logger().info(_response) cancelled_client_oids = [o[-1]['order_id'] for...

There seems to be an error when linking caffe, where the _cuDNN_ library is not specified. It seems that cuDNN version specified by the _caffe_ maintainers is set to major...

Output logs for the two tests runs are included next. # First run --- Nexus Mutual UNIT TESTS TokenController removeEmptyReason 1) reverts when index is out of bounds 0 passing...

Is this functionality the one mentioned on the profile copying process at https://github.com/ashkulz/NppFTP/issues/78#issuecomment-279244152?

This error could be caused because of a high memory load as well. You should ensure that you have enough physical and swap memory for building the solution. If you...

After my research, the default value for `tcp-restart-aborts-max` is specified at 5. I paste the related references below: https://github.com/COVESA/vsomeip/blob/13f9c89ced6ffaeb1faf485152e27e1f40d234cd/implementation/configuration/src/configuration_impl.cpp#L84 https://github.com/COVESA/vsomeip/blob/13f9c89ced6ffaeb1faf485152e27e1f40d234cd/implementation/configuration/include/internal.hpp.in#L70 Where is the failing point for this default value, or...

Could you kindly provide a link to the source code files or the filename and line that is having this issue? As I could not find it by using `grep...

You should install the `libqt5serialbus5-dev` package for fixing that dependency. Just use the next command: ```bash sudo apt install libqt5serialbus5-dev -y ``` # How do I know --- If you...