PÁLI Gábor János
PÁLI Gábor János
Extend the `dev/run` and `dev/remsh` scripts in ways that would let the users to set the cookie for inter-node communication directly from the command line. This may come handy in...
Certain configurations of unsatisfiable field ranges could cause HTTP 500 because they are not handled, for example: ```json {"$and": [{"field": {"$eq": N}}, {"field": {"$gt": N}}]} ``` This makes `mango_idx_view:end_key/1` fail...
The `dialyze` target does not always return any Dialyzer warnings, for instance: ```console make dialyze apps=mango ==> mango (build-plt) WARN: ''build-plt'' command does not apply to directory /Users/gaborpali/projects/github/couchdb/rel WARN: ''build-plt''...
Currently, Mango has its own integration tests that are implemented in Python and have to be activated separately via the `mango-tests` `make(1)` target. Re-write them in Elixir to integrate them...
CouchDB REST API does not seem to support requests with [Deflate](https://en.wikipedia.org/wiki/Deflate) compression. On the contrary, this is the only method that [HTTPie](https://httpie.io/) offers, which can make it difficult to use...
The `assert_kmod_loaded` function expects kernel modules to be loaded from a specified location and it fails to work if the module in question has been actually added to the kernel....
As a follow-up to #108, try Josh's patch to `vmm` and see if that helps. If the answer is positive, help Josh to have his change added to the FreeBSD...
Wifibox/Alpine already features mDNSResponder to handle mDNS requests. But as alternative option, it would be worth to investigate the integration of [`mdns-repeater`](https://github.com/geekman/mdns-repeater). This is a tiny tool that captures the...
### Description On launching Wifibox, the following errors are emitted consistently: ```console kldstat: can't find file nmdm: No such file or directory kldunload: can't find file nmdm ERROR: nmdm.ko is...
As a follow-up to #132, document how Wifibox could be used in parallel to the FreeBSD native driver and how to quickly switch between the two solution despite their differences.