eabase
eabase
Lovely! At least there's some people with humor left in the world. Thank you.
@TimLethbridge Hi Tim, > Click on the 'S' , Start by specifying a class, but then you can edit state machiines Sorry but I don't get it. Can you post...
@TimLethbridge > Then pick an example from the menu below that. I don't want to see an example. I want to draw my own and get the code generated. That...
Using Microsoft *anything* is a terror. I just recently found out that `Docker` VM built-in to *Android Studio* is contacting `MarkMonitor.com` data collecting servers owned by [**Newfold Digital**](https://www.newfold.com/privacy-center). Zero privacy!
Interesting. https://github.com/undergroundwires/privacy.sexy I filed a feature request there: https://github.com/undergroundwires/privacy.sexy/issues/615 And will file the same here.
@8374954 Just out of curiosity. - Is Webview OSS? - What is the main issues with it (apart just being from MS)? - Why was it added and integrated to...
@Minoresa Thank you. Doing a simple search on it, doesn't look very good.
> Yet i do not understand why webview was integrated to portmaster in the first place? From [this comment](https://github.com/safing/portmaster/issues/1932#issuecomment-3211871543): > The choice for switch to **Tauri**, which brings the Webview...
Ok, I got a bit further when commenting out the following line from `PKGBUILD`, with: ```bash #makedepends=('go>=1.24') ``` Trying to compile then gives the error not finding `alpm.h` file. *...
Side Note: It seem that the `go` package is using already defined **go** related OS variables, and thus mixing Windows OS environment variables with MSYS/MINGW64 ones. IDK how to get...