Seth Russell

Results 19 comments of Seth Russell

Just found this other version in the current Fast.Ai course repo: https://github.com/fastai/course-v3/blob/master/nbs/dl2/translation.ipynb And this related one: https://github.com/fastai/course-v3/blob/master/nbs/dl2/translation_transformer.ipynb I'm happy to do a pull request, just want someone who know best...

If client code should be updated, I'm happy to do a pull request to update these notebooks. It seems that just dropping the `dl_tfms` argument before calling the DataLoader works:...

@StephennFernandes - It's been several months since I reported this issue, but not sure if anything has changed in v1 of the library. Looks like according to https://github.com/fastai/fastai1/releases the most...

The way Pure Paste works is to intercept the regular clipboard so that copy (Command-C) followed by normal paste (Command-V) removes formatting. The macOS built in paste and match style...

@turbanisch - That would work for my usecase!

Anyone have a work around to this? I'm seeing the same problem.

Forgot to mention that the problem also exists if the table has pagination and user navigates to any page other than 1

@Dekermanjian - Thanks for the suggestion! You are right. Tooltip location is calculated initially, and I can't figure out how to get datatable/dash/plotly to recalculate. My idea is that `tooltip_data`...

Since my previous comment, I got something working, but am not very happy with the result. I've found that if I follow the section [Backend Paging with Filtering and Multi-Column...

Using `devtools`, it is possible to install the last CRAN archived version of this package: ```r require(devtools) install_version("icd", version = "4.0.9", repos = "http://cran.us.r-project.org") ```