Federico G. Schwindt

Results 140 comments of Federico G. Schwindt

Works here with: tinygo version 0.30.0 darwin/amd64 (using go version go1.21.5 and LLVM version 16.0.1) under macos Sonoma. Can you repro with 0.30.0?

Ah, yes. I can reproduce it 👍

I'm a bit confused though, you are exporting different symbols with the same name. This is not going to work.

I think the idea is checking the ip address, user-agent and some urls. Similar to what we do in 905110, which also falls into this category.

@dune73 what do you mean? This is exactly what 905110 is doing. I'd assume the rules into this category will follow the same format, but have a different User-Agent and...

Looks good but I think i'd probably modify the pattern to add `(?i)` so it also works if someone adds a content type to `tx.allowed_request_content_type` using different cases. What do...

@theMiddleBlue did you get any useful info from the exercise above?

I just ran into this with Debian 12.5 (bookworm) though the line numbers are different: ``` (bt-device:2451): GLib-GIO-CRITICAL **: 15:19:18.416: g_dbus_proxy_call_sync_internal: assertion 'error == NULL || *error == NULL' failed...

This has been implemented in #1186 using a slightly different approach as unfortunately there are other tools involved besides Viceroy. I will leave this open until this feature is released.