Results 26 issues of Schnittchen

What are best practises, that we can put into the documentation?

... but Github treats it as such and links to it with `Before you submit an issue, please review the guidelines for this repository.`

enhancement

I would love to see this feature, to make introspecting a node simple. It makes sense to have this in onartsipac: * we already know how to connect to a...

enhancement

I have not checked that this does not break anything. The change assumes that * the structs have all been loaded (which is probably safe to assume) and so the...

Currently there is no code example of creating and using an actor. I'm currently reading through one of the pony papers, and, "All actors in Pony are visible to other...

help wanted
good first issue

Here's the topology (lsblk output): ``` NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 1.8T 0 disk ├─sda1 8:1 0 1T 0 part │ └─luks-aa9775a5-a3e7-44bf-ab55-9299c92fb246 254:6 0 1024G...

I hope this demonstrates the problem: ``` irb(main):001:0> require 'hashie' => true irb(main):002:0> Hashie::Mash => Hashie::Mash irb(main):003:0> class H < Hash; end => nil irb(main):004:0> h = H.new => {}...

bug?

The same probably holds for other signals. It would make sense to delegate those signals intended at controlling the workers to the worker processes, instead of crashing. This would also...

I'm seeing this: `10:04:35.621 [warn] unknown error: Element ... is not clickable at point (163, 275). Other element would receive the click:` I cannot imagine a situation where this should...