Chris Yuen
Chris Yuen
## Bug Reports - dlite version in use (run `dlite --version`): ``` dlite version 2.0.0-beta8 ``` - expected behavior: ``` $ dlite ssh $ lsmod | grep fuse && echo...
Is it possible to have a confirmation dialog when there are any unsaved buffers? Right now an accidental Alt+F4 can lose quite a lot of progress
the strict version requirement for `requests==2.20.0` is making this difficult to be used in projects such as [fastapi](https://github.com/tiangolo/fastapi/tree/master/fastapi) which requires `requests>=2.24.0`
# Description refactor: update to truffle ^5 and solidity ^0.5 ### What kind of change does this PR introduce? Please check the boxes that the PR fulfills: - [x] Bug...
`mix` will automatically pick up the changed files and compile the updated code with updated environment variable. This brings the startup time of the image from minutes to 5 seconds.
If [`pam_faildelay`](https://linux.die.net/man/8/pam_faildelay) is active, this script will give false negative. ## How to reproduce - Activate `pam_faildelay` according to the above page - Use the script with `bash suBF.sh -u...
* Configurable owner API URL instead of hardcoded `localhost:13420` * Fix `NaN` in output-listing table * Fix flickering tx-listing table due to `reverse()` keeps being called in view * Dockerfile...
Currently this does not work: ```rust self.get("urls".into()).set("api".into(), api); ``` due to `get()` returning a `clone()` of the `urls` dict. Always `clone()`ing is also terribly inefficient.