-
-
|GameID|GameState File|
|-|-|
|ba691466be15163b0f5413e2a6d26f01|ClientGameState--35102395-[33173-33173].txt|
-
-
-
### Name, email, company, job title
Beta Ziliani, beta@manas.tech, Manas.Tech, Team Lead
Johannes Müller, johannes@manas.tech, Manas.Tech, Principal Engineer
Matías García, mgarcia@manas.tech, Ma…
-
-
## Description of the issue
In some modes, my PySide6 app exits with nothing more than a message box. However, when I deploy my app with a splash screen, that message box is hidden behind all other…
-
---
name: fxtrackerR
about: Currency conversion, target rate lookup and plotting of rate history and profit/loss percentage history.
---
Submitting Author Name: Sarah Abdelazim, Lennon Au-…
-
Consider the following simple example, a window with a single button whose `clicked` signal triggers the GC (in this example explicitly for illustration, but it may run automatically as well and cause…
-
``` crystal
struct S
property a = 0
end
struct S1
@s = S.new
def s
true ? @s : S.new
end
end
struct S2
@s = S.new
def s
"a" == "a" ? @s : S.new
end
end
s1 = S1.new
p s1.s().a #…