Rémi Bèges
Rémi Bèges
Under which open-source license are you releasing this software and the trained weights ? I cannot find a License file within the repository. Thank you for clearing this up
If I import vue-octicon inside a component, I get the following error during testing (by running unit tests generated with [`vue-loader`](https://github.com/vuejs/vue-loader) ) ``` import Octicon from 'vue-octicon/components/Octicon' import 'vue-octicon/icons' export...
Hi, thanks a lot for this lib! Is there any plan to support [Jobs](https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/) as part of kubectl ? So far I'm using the `execute` command, but I'm looking to...
Currently, the npm version `0.4.14` is 2 patch version ahead of github `0.4.12`. I'm guessing versions are manually set before pushing to npm; This should be fixed and eventually automated...
Hi, Thank you for this wonderful lib. I'm experimenting with PyGAD on a scheduling problem, and I'm facing a bit of difficulty. My fitness function performs a multi-agent simulation (using...
Trying to launch an x64 .exe fails with `The request is not supported`. Any idea what is going on ?
What's the version of octicons that's shipping with this package ? Would it be possible to update it to latest ? Thanks a lot.
From https://github.com/Overdrivr/pytelemetry/blob/master/pytelemetry/telemetry/telemetry.py#L201 If an exception happened an c is equal to None
Process: Generate two instances of Pytelemetry, one using the C protocol, the other the python implementation Test them against each other