-
When joining the server for the first time and opening the MSync GUI, a error will occur because the clientside part of the MRSync module still get loaded despite not being loaded on the server due to…
-
Basically, I was building e2fsprogs on Wyverkiss 2021.7 but when compiling, the gmake first complains about Makeinfo missing and gives error about debugfs's Makefile having invalid line type. For the …
-
# ISSUE:
librpmem manpage example doesn't work.
## Environment Information
- PMDK package version(s): 1.7
- OS(es) version(s): Fedora 31
- ndctl version(s): 68-1
- kernel version(s): 5.6…
-
To call the [madvise](https://linux.die.net/man/2/madvise) syscall for Linux, it is implemented in `Lwt_bytes` for example:
https://github.com/ocsigen/lwt/blob/master/src/unix/lwt_bytes.ml#L222
-
Hi
Firstly, this looks like a really excellent project!
I'm trying to get html context saved into `pg` using `ExtractHtmlContentPlugin` and `InsertResourcesPlugin` however this is what gets pers…
-
If someone installed MSync 1 and updated to MSync 2, the settings file is incompatible and it errors out, to fix that we need to check the settings for old variable names and then generate a new setti…
-
Note: This affects the master branch, not the latest release:
during the latest modulesync I got this error:
```
NoMethodError: undefined method `[]' for nil:NilClass
/home/bastelfreak/modules…
-
Hi!
I am using everyplay sdk in unity well.
But in android, it crashes in following cases.
I made main activity (with progressbar) and dialog (with listview)
While I update progressbar in timer, open …
-
# QUESTION: concurrent_hash_map example hangs
## Details
When I try to run the concurrent_hash_map example at https://github.com/pmem/libpmemobj-cpp/blob/master/examples/concurrent_hash_map/conc…
-
Hi @Andiry
MAP_SYNC feature merged in v4.15 vanilla kernel tried to call fdata_sync to flush dirty metadata and data down to media, this brings more robust filesystem consistence on top of journal…