-
Regular user of disk.frame. I love that packages map function, which allows to apply custom R functions on a larger than ram dataset in paralllel over the batches by using the future package. Am I rig…
-
Currently, xclip is hardcoded to only interact with cut buffer 0:
https://github.com/astrand/xclip/blob/8d10aec4784d5e02f5649ac4cb83d812bc4a03cf/xclip.c#L342-L345
It would be nice if there was a…
-
Currently, YDocs are in-memory and persisted only when the room is empty or the worker shuts down.
Here are some other Yjs persistence implementations:
- [yrs-persistence](https://github.com/y-crd…
-
TPs can load assemblies and lock them in main context of booster process. Test using AssemblyLoadContext for F# compilations
-
Hi,
I am having Guava loaded by shared classloader inside Tomcat and every webapp can register into static singleton EventBus waiting to incoming events. Problem is that it looks like that EventBus f…
-
The operation in the English environment is perfect. However, the behavior in the CJK environment is unstable.
Type ☆, (\b), ☆, (\b), ☆ ... , because the sequence is insufficient, the character shift…
ghost updated
5 years ago
-
# Linux Kernel
"People interested in low-level scary stuff should take a look at the uaccess.h files for x86 or alpha, and be ready to spend some time just figuring out what it all does" - Linus Torv…
-
## Bug report
**Required Info:**
- Operating System:
- Linux
- Installation type:
- Binaries
- Version or commit hash:
- Galactic
- DDS implementation:
- All
- Client lib…
-
### Problem Description
eCAL::CPublisher send(msg) coredump, the stack is:
![image](https://github.com/eclipse-ecal/ecal/assets/8613477/8980106a-96de-43f1-b229-ffa4c2ae8df2)
### How to reproduce…
-
Thrust has a nice pinned_allocator for allocating pinned memory using cudaMallocHost. We can use it to guide our own allocators. Each allocator will be assigned to a neural actor, i.e. a thread, makin…