IchHabeKeineNamen

Results 33 issues of IchHabeKeineNamen

When I went thru the `Pin` things, I noticed that `to_borrow: String` is actually moved to the state enum. So, why not ditch all the unsafe stuff and borrow `to_borrow`...

The counterpart of `recv_buf` in linux kernel is called out-of-order queue, which is often shortened as _ofo queue_. That queue is implemented by a red-black tree so that every time...

# Issue [local_gradient_for_argument](https://github.com/pim-book/programmers-introduction-to-mathematics/blob/b8867dd443f2e4350e8b257d22bdc95de2c008d5/neural_network/neural_network.py#L125) might read a corrupted float value from the successor. Say we have the computation graph: ```text h | | f ``` - $h$ has parameters $w$ -...

formalize the issue https://github.com/pim-book/programmers-introduction-to-mathematics/issues/52

The first term should be $f(a)$, not $p(a)$

I've noticed that the code has already been implemented and merged to `dev` branch https://github.com/igiagkiozis/plotly/pull/66. But in version `0.7.0`, there is still no `Scatter3D` available. Please merge `dev` to `master`,...

# Motivation REST servers should be treated the same as user defined services. The nowadays usage of the REST functionality heavily relies on WebApplicationBuilder, a web-centric design. But, in fact,...

The source page (`page.Rotation == 90`) is in horizontal orientation. The new document generated from `PdfPageBuilder.CopyFrom` has a correct orientation in page size, but with a vertical-oriented content. The example...

bug

OS: macOS 12.4 VSCode version: 1.69.2 CodeLLDB version: 1.7.3 Compiler: rustc 1.62.1 (e092d0b6b 2022-07-16) Debuggee: helloworld with a `panic!()` Context: https://github.com/rust-lang/rust-analyzer/issues/12907 The debugger do not catching fatal errors. The breakpoints...

waiting for info

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] We usually query a...

enhancement