-
Actual behavior:
Wallet UI does not apear, stuck with Error - unable to load Blockchian.
When i updated from 4.0.6 (in this version everything worked) to 4.0.7 error started. Searched Docs and dec…
-
Currently there are RPC and WS connections available to C-Chain (EVM), but a similar connection with IPC is not available. Please see https://github.com/ava-labs/gecko/issues/254 for discussion that g…
-
### Preflight Checklist
- [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project.
- [x] I agree to follow the [Code of Conduct]…
-
Hi,
Sometimes, I got messages like these. The jobs are still running and results seem correct. Do you have any idea about this? How can we avoid this situation?
```
WARN: torch-ipc: CUDA IPC evictin…
-
Some old desktops that predates Wayland, has a feature to isolate windows to their own workspace. This is very useful when working with multiple workspaces, as you only need to see and interface with …
-
## Summary
ANR is observed at app's startup process due to main thread waiting for too long while executing the service `com.microsoft.intune.mam.client.service.MAMBackgroundJobService`
The crash …
-
Currently the IPC writer prepares a record batch in memory before writing it into the writer.
The goal of this issue is to make so that the record batch is written directly to the writer, thereby a…
-
If you try to call some ipc function more than once, second time returns an Error and after that conections closes.
-
This should be a markdown file under a new doc/ directory.
It'll explain -
- How to compile with the "ipc" feature flag
- How to use ktrl's exe as an ipc client (--msg)
- How to use the python…
-
Memory mapper makes this a bit interesting to do.
Current thoughts:
- 1K 4-way associative cache with random replacement.
- Need random(ish) bit sequence generator.
- The cache would hold 3 bytes …