The Wayback Machine - https://web.archive.org/web/20210705155121/https://github.com/topics/languages
Skip to content
#

languages

Here are 812 public repositories matching this topic...

Ketec
Ketec commented Jun 15, 2021

If the locale is set using this.translocoLocaleService.setLocale(locale) (or default) it is overwritten the moment this.translocoService.setActiveLang(lang); is called.

Because of the https://github.com/ngneat/transloco/blob/master/projects/ngneat/transloco-locale/src/lib/transloco-locale.service.ts
translocoService.langChanges$ subscription.

There is no property or config to disable

jeremybmerrill
jeremybmerrill commented Jan 18, 2021

Hi! Longtime listener, first caller. Which is to say, I'm a big fan of fastai -- so, thank you all very much. :)

On the latest pip-installed version of fastai (fastai==2.2.5, fastcore==1.3.19), when I try to load an empty pandas DataFrame into a DataLoader using from_df, it gets stuck in an infinite loop.

Works as expected:

!pip install -U -q fastai
from fastai.text.all import *

Improve this page

Add a description, image, and links to the languages topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the languages topic, visit your repo's landing page and select "manage topics."

Learn more