Victor

Results 18 comments of Victor

Hello again! We've developed a system to upload files to a dvc tracked folder without actually using dvc. It basically performs the steps described in [the previous comment](https://github.com/iterative/dvc/issues/4657#issuecomment-702560232). seeing this...

These are the steps: - calculate md5 of the upload - upload it to the remote: - get the md5.dir from the directory: - append the file md5 to the...

@RafayAK here is you answer https://github.com/MetalBlueberry/dvc-uploader As promised, I've implemented a simple cli to upload data to a dvc tracked folder. The current status is POC, but I would like...

It works for me! thank you for fixing the upload

what prevents you from running the code as regular go tests? just open the *_test.go file and press F5. everything should work. You can place regular breakpoints in the implementation.

Hi @stephane-seng In the link you provided https://plotly.com/python/renderers/#static-image-renderers you can see that... > A set of renderers is provided for displaying figures as static images. These renderers all rely on...

Can you do what is described [here](https://github.com/tucnak/telebot/pull/279)? It is working for me to deploy the code to AWS Lambda with just mapping the lambda request to the Update structure.

The example was removed, but It actually works. In any case, here is a working example https://github.com/tucnak/telebot/pull/617