Jakob Hofer
Jakob Hofer
starscript forEach when
> but that still doesn't define the action that would happen with the text no shit, that's not how the original forEach works either lol
> yes it is @SIMULATAN > > for each something -> action > > See, `forEach` != `for each something -> action`
@msangel I saw the PR, it's great to hear that this issue will actually be covered by it. Thank you for your work there! Looking forward to getting it merged.
Speaking of self promotion, I implemented a small TUI to control the fans of my 15p based on @rcassani's shared repo. It's not perfect, but has been working well for...
I just spotted a 1-core 100% CPU usage (I've 8 cores in total) after hours of idling at 0% in my application.  According to `top -H`, 100% of...
fwiw, this issue is reproducible using the [waydroid emulator](https://waydro.id/), which also uses LineageOS.
```kt @Definition("me.simulatan.koin.getall") public fun Module.defineFirstResource() : KoinDefinition = single() { me.simulatan.koin.getall.FirstResource() } bind(me.simulatan.koin.getall.Resource::class) @Definition("me.simulatan.koin.getall") public fun Module.defineSecondResource() : KoinDefinition = single() { me.simulatan.koin.getall.SecondResource() } bind(me.simulatan.koin.getall.Resource::class) @Definition("me.simulatan.koin.getall") public fun Module.definefirstResource() :...
Just ran into this issue again. Any chance to get this fixed soon-ish? I'm absolutely willing to contribute a patch, would auto-naming function-based definitions using the function's name suffice or...
@arnaudgiuliani sure! https://github.com/SIMULATAN/koin-getall-reproducer/commit/374ba39b2eef1e21f5d6ba9047c4ea4b0f9b0305