Philipp Korber
Philipp Korber
The spec says: > - If the other client is authenticated, the client SHALL **send a 'close' message** to the other client containing the close code 3001 (Protocol Error). Both...
I might be worth to more clear point out that `UnwindSafe` is misleading, in that it is unrelated to `unsafe`/rust safety guarantees. I.e. your type must be rust-safe to reuse...
Somehow every time I type in the properties text box it loses focus. This only happens after I start typing and seem to only happen when my typing speed slows...
I recently undusted a old crate of mine and published it to crates.io. Through I made the mistake to forgot to rename "checked_command" to "checked-command"... There is currently no good...
There are not many reasons to keep this crate artificially at an unstable version so I plan to bump it to 1.0.0 soon. This issue is for discussion any changes...
When skimming the code I noticed that there is a Bug wrt. the `self.sub` field It is assigned in the constructor with: ```python self.sub = self._start_server_process() if self.start_server else None...
Motivation ---------- 1. There are some filters which can not be created with the current Directive string repr syntax, like e.g. the strings `bool`, `1` or `2.3` or values containing...