MARTIN LEOPOLD GROEDL

Results 19 comments of MARTIN LEOPOLD GROEDL

They sure do (I hope)! Transactions are still limited to a single branch though, but this change makes things a big chunk easier. Thanks for your help!

I think Firesafe is still a viable tool for me to model and implement security. (How) is it possible to model hierachical states? (e.g. "ACCEPTED" state in attached image) ![file-page1](https://cloud.githubusercontent.com/assets/1692826/10262969/1d55856a-69de-11e5-8421-6cd6262a887f.png)

It can't be generalized to PGraphics, since some features of PApplet are needed (e.g. events). But a PGraphics could be specified as "render target". Give me some motivation. How would...

true. for now it's possible to move the whole GUI overlay around by using PUI.position()

Same error here, when using `zplug update` * `zplug --version`: 2.4.2 * `zsh --version`: zsh 5.8.1 (x86_64-apple-darwin21.0) * `uname -a`: Darwin 21.5.0 Darwin Kernel Version 21.5.0: Tue Apr 26 21:08:22...

Short update: I've noticed the issue goes away when changing `vhostHTTPSPort` to something different than `443`, e.g. ``` vhostHTTPSPort = 444 ``` or ``` vhostHTTPSPort = 44344 ``` then CPU...

You are right, didn't think about that. There are ~5 incoming TCP connections per second on port 443. Each connection attempt has about 8-9 packets exchanged with about 500 bytes...

Right, this kind of protection is not the responsibility of frp. This is a small/hobby project so I can't invest in extra services – but I've managed to get the...

Yeah, I built that together with @fjenett for GSOC 2012 (DebugMode). How about integrating this into a new processing-mode-template. Maybe some smaller changes are needed, in naming etc. I'd be...

Have been using `autotrace_0.40.0-20200219_all.deb` from the [latest travis build](https://github.com/autotrace/autotrace/releases/tag/travis-20200219.65) for a while now on Ubuntu 20.04. As mentioned above, it broke now after updating to 22.04. Anyone succeeded in creating...