ticki
ticki
I wrote https://github.com/ticki/dybuk a while ago, which essentially clean up errors. And I thought this project was a nice collection of cargo tools. Is there any possibility of adding `cargo...
Some people prefer ```rust enum { A, B, C, } ``` quick_error should support that style in the macro.
```rust /// A page management error. enum Error { /// No clusters left in the freelist. /// /// This is the equivalent to OOM, but with disk space. OutOfClusters {...
For example, suppose `X` derefs, then `&pat` takes `X` and dereferences it. If the dereferenced value matches pattern `pat`, it matches. In other words, it extends `&pattern` from only allowing...
I was wondering if the API could be generalized to the extend that switching to non-epoch (e.g. [conc](https://github.com/redox-os/tfs/tree/master/conc)) backends would be possible. For example, there could be a `Backend` trait...
RustCI is unaccessible.
The database should have a redirection field, which effectively redirects the trafic to the aliased account. For example, I have [email protected]. Say I wanted to have [email protected] redirecting to [email protected]....
Twitter switched from newest-post-highest aggregation to a more complex, but hidden, system, which tends to give a nicer and more interesting timeline. There should be an option to enable a...
I get following error, after trying to deploy Homu in a Python virtualenv: ``` python Traceback (most recent call last): File "/usr/local/bin/homu", line 9, in load_entry_point('homu==0.2.0', 'console_scripts', 'homu')() File "/usr/local/lib/python3.4/dist-packages/homu-0.2.0-py3.4.egg/homu/main.py",...
Twitter has a relatively nice system, which looks like modern phone's SMS system. It allows one to see the back-and-forth conversation between the parties. * * * * - [x]...