Dhavan Vaidya

Results 13 comments of Dhavan Vaidya

So I cannot export more than one table at this point. Is that right? If it is, is there some work around so that I can include some meta info...

I have solved it by using a callback for `ng-csv` Ability to format the data however we want is useful. :)

I happened to stumble upon this bug the other day too. Tools like `pass` make sure I get all sorts of characters making it easy to fail login.

Training in caffe sounds the easiest approach, since I can avoid having to convert to caffe. I have been playing with https://github.com/xingwangsfu/caffe-yolo and it is not working for many `.cfg`s.

@sachac should I be opening this PR to https://github.com/sachac/planet.emacsen.org ?

Things work with tiny.cfg, but is there a way to use tiny-coco.cfg? tiny-coco.cfg has detection layer.

I had this issue. I had forgotten to run `brew bundle` from repo's root.

Indeed, I noticed many files being created as well as a side effect. Something somewhere also messes up import statements in other files (at least in nestjs projects).

I can see more in the objects, but longer strings other values are truncated. For example, an object might have key `message` and the value of the key would be...

I tried the changes PR makes in my emacs, with the following `.vscode/launch.json`: ```json { "version": "0.2.0", "configurations": [ { "name": "Python App", "type": "python", "request": "launch", "module": "flask", "env":...