Marcin Jałocha

Results 58 comments of Marcin Jałocha

Bit late, but... Yeah, seems like ™ is wrongly encoded into the path (when using query of got), which results in wrongly formatted url, so steam doesn't know what you...

pass your dataA to second useSSE in array, its dependency array so your second call should be: ``` const [dataB, error] = useSSE(() => { return fetch("https://myapi.example.com", {params: dataA.id}).then((res) =>...

Tfs has it correct, they only destroy the object when there is no free tile to push it to.

yeah, you are right, no idea why the code for ghost mode was removed from there.

I don't think that extra argument changes anything, but yeah correctly it should not be there.

> the dispatcher executes tasks in another thread is it correct? Yes, dispatcher and scheduler are using their own threads, but tasks are only executed in dispatcher thread.

I don't see how is this related to this repository, its hosting thing, as you mentioned, attribute is needed to make sure its not optimized out, but it's not a...

@MillhioreBT Didn't happen to me on linux, didn't test on windows. But I see one possible reason for this. Check if it's better with new commit.

> I give up, I did more than 50 tests, in half the cases it seemed to work fine, but when reappearing, you would get guild shields and sometimes some...

> This would be the first PR that does not work for me in my custom fonts, it is quite rare, I hope that other people can try this and...