Kamil Szurant

Results 40 comments of Kamil Szurant

@dconeybe just got this crash when running app while editor was also running (but wasn't in playmode). At least instead of hard crashing sdk should check if file is used...

https://github.com/Facepunch/Facepunch.Steamworks/pull/443

@ambid17 have you tried using it? Creating workshop items with FileShare is an older method, when I was trying it and attaching to leaderboard scores it was nothing but it...

> @kamyker I did end up getting it to work! Nice, yes I'm using something similar but I was asking about FileShare :)

Everything in https://partner.steamgames.com/doc/webapi/IInventoryService . I'm using steamworks for my game.

Maybe contact Valve or open fund raising for 100$ to buy Steamworks account?

> What I am willing to do is basically create a service that uses Supabase as a dependency. However I usually try to not register dependencies as concrete implementations but...

Has anyone tried it in Unity 2021? I think netstandard 2.1 websocket possibly works on win7.

I have exactly same query in EF Core and linq2db, The latter fails and I'm not even using NodaTime. In sql: ``` SELECT m_1.map_id, Avg(m_1.score), Count(*) FROM map_reviews m_1 WHERE...

> @kamyker It works for you with the same converters as above? Yes but I'd expect it to work without them as I already have `HasColumnType("timestamp with time zone")`