Eryk Rakowski

Results 56 comments of Eryk Rakowski
trafficstars

My `generateAddresses` function calls the `setGateAddress` function which seems to remove the old address: https://github.com/sentialx/AUNIS/blob/c45f70404750b76da843888da99235b5db017c59/src/main/java/mrjake/aunis/tileentity/stargate/StargateAbstractBaseTile.java#L422

@MrJake222 Is there any fix to this issue? My use case is that I have a flying ship (by using Valkyrien Skies) and when the gate changes its position, it...

Hi @qazbnm456. Have you managed how to impement `extension.getBackgroundPage()` in C++?

Have you got Discord? Mine is Sential#9122. I want to talk about extensions API with you.

@qazbnm456 Have you managed to get uBlock Origin's cosmetic filtering to work?

It would be great if we could call something like `win.addBrowserView(browserView, zIndex)`.

@huntsfromshadow Which Electron version do you use? I experienced the same issue with 6.0.0-beta.15

I tried using this branch but got an error about not getting expected number of gradients during backward (15 vs 16)

What if the sequences have paddings? E.g. Input is [1 2 3 0 0 0] So flipped input would be [0 0 0 3 2 1]. Shouldn't it be [3...

Is there any update on this? The `servoshell` repo is archived