-
### ⚠️ Please check that this feature request hasn't been suggested before.
- [X] I searched previous [Ideas in Discussions](https://github.com/OpenAccess-AI-Collective/axolotl/discussions/categories…
-
## Have you checked borgbackup docs, FAQ, and open GitHub issues?
Yes
## Is this a BUG / ISSUE report or a QUESTION?
ISSUE
## System information. For client/server mode post info for both …
-
-
-
I would like to revist the blind use of **oe_memcpy_s()** and **oe_memset_s()**. These functions have the following problems:
(1) They are inefficient compared with their **memcpy()** and **memset()*…
-
Alongside #9002, lack of breakpoint types supported by the debugger.
-
-
_From [derek.br...@gmail.com](https://code.google.com/u/117968039472581148324/) on December 10, 2010 17:58:04_
PR 475518
my initial implementation of scanning for pointers for reachability analysis …
-
First, I'm talking about the `FSTACK_ZC_SEND` related API here (although `FF_USE_PAGE_ARRAY` related api cannot work for my NIC neither).
I found that the f-stack will crash or hang when one try t…
-
For example:
```julia
julia> using ForwardDiff, Rotations
julia> ForwardDiff.derivative(0) do x
rotation_angle(RodriguesVec(x, 0, 0))
end
NaN
```
This comes out of the…