Ivan Rivera
Ivan Rivera
@danielroe thanks for looking into this! I can confirm that using yarn fixes the problem. I presume we still want Nuxt to work with NPM, so I'll leave this issue...
> Hey @ivan-rivera, > > it's probably covered here: https://github.com/danschultzer/pow/blob/master/lib/extensions/email_confirmation/README.md Thanks, there is indeed a relevant section here: > When users updates their e-mail, it won't be changed until the...
Try running `pip install tensorflow-gpu`, it might help
I ran into a similar problem recently. Here is a reproducible example: ``` import pandas as pd from surprise import Reader, Dataset, SVD def try_svd(ratings: list): reader = Reader() df...
Does it work on Windows? Good question! I'm not sure, I think it should, but I tested it on a Mac
Hi @tnieuwe If you want to do this as a one-off exercise, then you can simply clone the codebase and try this on your own end. If you'd like to...
Hey, first, sorry about not responding for so long, I sort of abandoned this package until recently. Adding this functionality would increase the complexity of this package yet I'm not...
@peebles yes, you are right, readLines is making that call right now. If you just want to append a header to the call, then you'd need to use a different...
@nmtake thanks for reporting this! I'm afraid that I'll be doing a lot of travelling in the near future and I may not have the time to look into this...
A quick update: I had a look at this earlier and attempted to fix it, but it seems to be a tricky problem. Migrating from `RJSONIO` to `jsonlite` or `httr`...