Marcus Ilgner

Results 132 comments of Marcus Ilgner

Same here except that it's a new server and not working, but my output looks exactly like yours. This doesn't feel right...

Same here. Currently RubyCritic complains about generated files like `schema.rb` and also about repetitions in my specs, which I don't really care about that much.

Fantastic! And thank you for a great gem! :thumbsup:

Of course I can specify the SSL context on each request. I just thought it counter-intuitive that it cannot be set as a default option, since that's what default options...

It looks like the icon resource identifier changes quite frequently, even with minuscule changes in the app. For me this problem could often be solved by re-checking the generated `R.java`...

Is this still current? Commit 2e22e5a084073006be4c527c7ba220bfd43fdfca says that most of the issues prior to 0.5 were fixed but this ticket is still open...

Oh, the license is Apache, mentioned in the individual files, of course - sorry.

The `node_id` you're looking at is part of the `filter_result`. But since you don't have any filters, it's empty. The [message itself](https://reference.opcfoundation.org/Core/DataTypes/v104/MonitoredItemCreateResult/) doesn't contain any node id. Often in OPC...

@aav did you happen to find a solution to this? I'm currently struggling with a similar situation where even though we're calling `context.stop(actor_ref)` the `post_stop` method isn't invoked and the...

I came up with a small Go app that can do this: ``` package main import ( "fmt" "net/http" ) func crazyHeader(w http.ResponseWriter, req *http.Request) { w.Header().Set("This is defunct", "I...