Skip to content
#

languages

Here are 942 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

enhancement good first issue
monkoose
monkoose commented May 11, 2022

For some reason they slow down nvim-cmp (when you select the snippet in cmp popup window there can be some huge delay 100+ms).

And even without delay snippets are useless, they just paste irrelevant text without any jump labels.
So as example

  "var": {
    "prefix": "var",
    "body": "var name value)",
    "description": "Create a variable with var"
  },

should be somethin

bug good first issue
maroparo
maroparo commented May 19, 2022

Hi,
First of all thanks for this awesome lib! Much appreciated.
I have installed this package as a dependency in my project.
I came across this weird issue where I've notice that the the styling of the border radius doesn't always work with border-radius:50%.
I first noticed when trying to rasterize the flags for a PDF export. The preview of the doc looked fine, but in the file itself the f

bug good first issue

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