AlexandreS

Results 95 comments of AlexandreS

I just want to make sure that writing a file without CR on Windows wouldn't bring bugs: @Silver-Streak, I suppose you're on Windows. Could you open this file and let...

Closing this issue for inactivity. Do not hesitate to re-open it if you encounter this issue again!

FYI, We fixed many memory leaks in the app on September 23rd (via https://github.com/4ian/GDevelop/pull/4323) including one that was happening for each condition/action on the events sheet. I'm not saying this...

From what I understand, the issue comes from the fact that buttons are disabled and cannot catch focus in this state. [Bootstrap recommends wrapping buttons in `span` or `div` holding...

> Just ran into this issue today with image files (.png to be specific). It occurs every time I open the file in Preview. This is still the case today...

> * I'm trying to use the leaderboard instructions using the expression "Leaderboard_"+ ToString(GlobalVariable(level)), and it's not working. Is this expression feature only compatible with the leaderboard number id? I...

Analysis of the type for each new property: - font-weight can be either a number (400) or a string (bold) => use a string - border-radius can be either a...

Hi @AshyraStudio, Do you know if this is still an issue? We made improvements on the collision side since this issue when inactive.

I'm closing this since I think that this issue is now resolved. Do not hesitate to re-open it if you consider something is still missing.

Thanks for your answer! I've updated the client instanciation with: ```js const client = new PostHog( POSTHOG_API_KEY, { flushAt: 1, flushInterval: 0 } ); client.debug(true); ``` And at the moment...