XAMPPRocky
XAMPPRocky
[build log](https://travis-ci.org/Aaronepower/tokei/jobs/367713580#L655) ``` /usr/local/lib/gcc/x86_64-unknown-netbsd/5.3.0/../../../../x86_64-unknown-netbsd/bin/ld: /rust/lib/rustlib/x86_64-unknown-netbsd/lib/libstd-075ab6f2359a82f1.rlib(std-075ab6f2359a82f1.std0.rcgu.o): undefined reference to symbol 'execvp' /usr/local/x86_64-unknown-netbsd/lib/libc.so.12: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status ```
I was surprised that on the dashboard, that only the PR number links to the PR. It would be nice if I could also just click on the title of...
### What problem does this feature solve? In 2.2.0 Vue added `onComplete` and `onAbort` callbacks to `router.push`, however there seems to be no equivalvent when using ``. I've seen suggestions...
It would be nice if the builtin `sort` filter had a `case_sensitive` argument for strings similar to `unique`'s where one could specify whether or not to sort by casing, as...
Previously the default from `serde` and the default from `Default::default` were slightly different (namely admin was null). This fixes that and removes the superfluous requirement to provide a config file...
Fixes #553 at least for me. This is much faster on both macOS and Windows (it also removes the WSL requirement on Windows as you can now build with `docker...
Currently make's `build-image` steps does everything required to produce a full release image for Quilkin. This process can be quite long for development work (being optimistic it can be like...
Related to #330 a lot of modern OS' support a feature called Generic Segmentation Offload which allows the user space to send a buffer that is larger than the MTU...
Quilkin currently doesn't do any checking of where the source is from, and the source ip and port can be easily forged, and common version of that forgery is to...
We've been discussing over the past couple of months of moving Quilkin's internal architecture from our current iterative model (One context is created per packet, and we run the context...