Benjamin Komen

Results 21 comments of Benjamin Komen

No, it doesn't. I could add such a feature. Would you want to search through only the item names, or also other item properties, like the notes of an item?...

Ok, thx for explaining the reason why you need this, but I'm still not really sure if you want to: - search only through item names? - search through the...

Hi! Glad you like it! Which image URL would you prefer to have? Let's take a creature, say a [dragon](https://tibiawiki.dev/api/creatures/dragon) for example. We could add an `imageUrl` field which could...

Ok, well, let's see what I can do, I think it might be obtainable using the MediaWiki API and if not, we'll just have to be a bit more creative...

Ok, the MediaWiki API does support this, e.g.: https://tibia.fandom.com/api.php?action=query&titles=File%3ADragon.gif&prop=imageinfo&iilimit=50&iiend=2007-12-31T23%3A59%3A59Z&iiprop=timestamp%7Cuser%7Curl&format=json results in: ```json { "query": { "pages": { "1317": { "pageid": 1317, "ns": 6, "title": "File:Dragon.gif", "imagerepository": "local", "imageinfo": [ {...

I don't think so. This project was sort of abandoned when CipSoft introduced an external bot-detection tool (BattleEye I believe). Also, CipSoft incorporated a lot of the features Tibialyzer provided,...

I'm having the same issue within `Menu` Items wrapped by `TouchableRipple`, onPress does not work on Android, but onPressIn does work. Issue occurs since upgrading to react-native 0.74 (in combination...

@aleqsio can you take a look? This could be good before Expo 53 lands and more people will check out the Expo UI docs.

Thanks for the review @amandeepmittal , sorry it took a few days to get back to you. I think I made all the changes you requested. Please take a look...

Hey @amandeepmittal , just wanted to bring this PR back to your attention, thanks!