Gabriel Alcântara Bernardes

Results 14 comments of Gabriel Alcântara Bernardes

> I am not a React Native developer but I just discovered that this new project https://github.com/ddtch/react-native-libre-manager is successfully reusing my native Swift classes. @gui-dos I already tried this lib...

@gui-dos hey there, which file has the brazil sensor functionality in diable repository?

I have searched something about it and find nothing.

> Hi @brunobmello25, I found your issue because I had the same problem and after some more searching I found this which fixed the problem for me (I had to...

I had to do some calc to present the right amount of items per row; ```js const MAX_ITEM_WIDTH = 350 // your div const ITEMS_PER_ROW = Math.ceil(window.innerWidth / MAX_ITEM_WIDTH) //...

É interessante, mas talvez onde esta seja bom, pois pessoas que realmente querem publicar irão procurar. "Achismo"

I created a migration to handle with this issue ```js -- DropForeignKey DROP EXTENSION IF EXISTS unaccent; -- AddForeignKey CREATE EXTENSION unaccent; ``` Unfortunately, this only works with **query raw**!

At certain moments, I noticed that the player "stutters" while walking. It happened a few times, especially when the player is high-level.

> > At certain moments, I noticed that the player "stutters" while walking. It happened a few times, especially when the player is high-level. > > Thanks a lot for...