-
## Bug Report
### 1. Minimal reproduce step (Required)
```sql
CREATE TABLE t0(c0 INT);
CREATE TABLE t1(c0 BOOL);
INSERT t0 VALUES (0.1);
SELECT FIELD(t0.c0, t1.c0, 'a') IS TRUE FROM t0 L…
-
Kernel dies at this step in the `3-logreg-nb-imdb.ipynb` notebook, between the second **Naive Bayes** section and the second **Binarized Naive Bayes** section (running Windows 10 Home edition, 64-bit)…
-
# Important!!!
- [x] I have checked that this issue/bug/fix/correction has not been already created before in open or closed issues.
# Type of bug
- [x] A) Typo/error in Figure/text
- [ ] B) Bug…
-
I tried this code:
```rust
struct D(&'static str);
impl Drop for D {
fn drop(&mut self) {
println!("dropping {}", self.0);
}
}
fn f1() {
println!("===== f1 =====");
let _lo…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/deepflowio/deepflow/issues?q=is%3Aissue) and found no similar feature requirement.
### DeepFlow Component
Ag…
-
Characters can have multiple layers of armor, have this doable? I'm thinking a second combat or gear tab for arranging it, with some drag-and-drop. This will, in any case, involve some armor errata in…
-
Would it be possible to add support for second edition of the book?
Ref: https://artint.info/2e/html/ArtInt2e.html
-
* KOReader version: 202404000111
* Device: Samsung S20 smartphone, Meebook M7
#### Issue
The file causing the issue is a 6.64mb epub of the entire Japanese Bible with furigana over almost every…
-
A reader of the Japanese edition reported an errata. In the chapter 4 page 54, you wrote "we need a second User persisted in the database" but "second" should be "first" in this context, correct?
!…
-
The `Promise` struct in `Chapter13\sync_wait.h` causes the following compilation errors:
> 3>C:\temp\Cpp-High-Performance-Second-Edition-master\Chapter13\task_ex.cpp(31): error C2280: 'detail::Sync…