Piotr Skamruk
Piotr Skamruk
There is no verification if host supports huge pages. There is no verification of any kind of additional libvirt/qemu configuration if it's needed for huge pages. There is no validation...
On whole project we should have same style of formatting imports (how many blocks, which order), which also should be documented in dev guide of CONTRIBUTING document.
All exported names (skipping tests/mocks) should have docstrings starting with this name. This rule should be documented in dev guide or CONTRIBUTING document.
## `erGW` version [2.3.0](https://github.com/travelping/ergw/releases/tag/2.3.0) ## `Erlang/OTP` version **23.2.7** ## Description Optional functionality behind `Idle-Timeout` setting on the `APN` level has a default value of 8h, what makes it non optional...
Code simplification by removal of 'add's, which were not even mentioned in helps (they are default actions unless `del` is specified). Short helps formatting unification. Fix in handling `disable` for...
Both documentation and function definition are showing that this command was supposed to be in the shape as fixed by this PR. Signed-off-by: Piotr Skamruk
- Added _db_cache support, for caching Database object, for support of add_son_manipulator purpose. Without this patch - every call to Connection.get_database returned new instance of pymongo.database.Database. Because of that -...
Repo and all source files are missing any kind of license, so they are basically dangerous to use. @przemeklal @rkamudhan please add some license as technically only you are allowed...
Followup to https://github.com/spacemeshos/go-spacemesh/pull/6625 The real code for node service should be extracted from node.go to node_service.go in the way how smeshing_service.go was done. In effect we should keep current shape...
Currently `node.App.setupDBs` sets up both local and state db. In effect smeshing service is also setting up state db what should not happen. That has to be split into separate...