Barış Soner Uşaklı

Results 47 comments of Barış Soner Uşaklı

Yeah this happens because the search preferences are saved into local storage client side so when you reload the page on `/search` server has no idea of your preferences. The...

For me when this happens, if I open the settings panel with ctrl+f11 and disable draw vobs I am able to see the world again. Have to restart the game...

Would be better if threshold is an option. Like tolerance.

Looks like v2 is in open beta now. https://developers.digitalocean.com/v2/

It is confusing because `if (array)` is always true in js but false in the templates. And `array.length` should be used to check for empty array. Yeah could be major...

I ran into it while working on browsing users https://github.com/barisusakli/nodebb-plugin-browsing-users/blob/master/index.js#L39 I just set it to true now and the template doesnt render anything with {{{ each browsingUsers }}}. Before that...

>One exception is that an empty array is treated as a falsy value, so would not output anything. This should be on the readme in bold if we are not...

How are you calling the topic create function? Might be better to set viewcount after topic is created. If we add code to allow setting viewcount via the api route...

An empty page usually means you are connected to a an empty/wrong database. Check your config.json and make sure the database connected is correct and has the data from `./nodebb...