ownchoice

Results 9 issues of ownchoice

It could lead to duplicated content getting indexed. More info: [Reasons to choose a canonical URL](https://developers.google.com/search/docs/advanced/crawling/consolidate-duplicate-urls#why-it-matters) Plugins that could fix this issue: - [gatsby-plugin-canonical-urls](https://www.gatsbyjs.com/plugins/gatsby-plugin-canonical-urls/) - [gatsby-plugin-react-helmet-canonical-urls](https://www.gatsbyjs.com/plugins/gatsby-plugin-react-helmet-canonical-urls/) - [gatsby-plugin-clean-canonical-urls](https://www.gatsbyjs.com/plugins/gatsby-plugin-clean-canonical-urls/)

Useful for when there are many items. I used this template for a website but some items where out of reach in the sidebar because there were too many and...

- Temporary Containers Version: 1.9.2 - Firefox Version: 88.0.1 (64-bit) ### Actual behavior When I manually delete a temporary container, its number doesn't get reused and it's like is still...

One Colab notebook was updated to specify the pytorch-lightning version but the other one wasn't, so it doesn't work without it. **`!pip3 install pytorch-lightning==0.7.6`** `!pip3 install transformers==2.9.1` `!pip3 install fire==0.3.0`...

The old web player had it by default but the new one doesn't. There are add-ons for browsers (Firefox, Chrome/Chromium, Opera, etc.) that do that function but they can't be...

Sometimes, when the next song of a playlist begin, artist's name appears twice. ![seleccion_036](https://cloud.githubusercontent.com/assets/22414323/18808948/79311d6e-8246-11e6-816e-158793a5e1c5.png) ![seleccion_037](https://cloud.githubusercontent.com/assets/22414323/18808949/79336f9c-8246-11e6-98db-ec6d32f2cacc.png) And when I press next and previous (or vice versa) several times, each time artist's...

bug

Right now it says that the property `custom_fields` is a `dict` but it actually is a `list` of `dict`.

I found this error because while trying to use the module for language agnostic searches (I don't know if it's the right way to call them) in Spanish, I got...

`selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"xpath","selector":"//div[@class='kno-ftr']//div/following-sibling::a[text()='Enviar comentarios']"}` Trying to use it to fetch Spanish results gives me this error. But I see the link with the...