Arthur Milchior

Results 101 issues of Arthur Milchior

The main issue with having three lets one after the other, is that it's not clear if the lifetime created due to `let x` is the one before or after...

waiting-on-author

In https://doc.rust-lang.org/nomicon/exception-safety.html I suspect that `self.ptr().add(i).write(x.clone());` is wrong. `i` is the position of `x` in `to_push`. We don't want to put `x` at position `i` as it would overwrite an...

"// Hyper-optimized: deallocate the box's contents for it without `drop`ing the contents." Is repeated twice, and I think "for it" is a typo. Also, I think that in "After we...

The function, as written, is not valid. `a` is not bounded. Given the parameter and the return type, I assume we are considering the identity function for u32. In this...

waiting-on-author

#### Description Compatibility with Multi column add-on has been broken for some time. The fact that both add-ons entirely redefine "loadNote" and replace all of "#fields" does not help. ![2020-03-24-085707_1916x1041_scrot](https://user-images.githubusercontent.com/357361/77401610-84065a00-6dad-11ea-80c4-0ae4059b0dee.png)...

Adding a schema to this add-on ![2020-03-09-083015_327x173_scrot](https://user-images.githubusercontent.com/357361/76191697-410a8b00-61e0-11ea-9a8e-4e1f05ddd871.png)

Hi, On http://www.htbox.org/mailinglist/subscribe?backingcontentid=13 I tried to register to get more information. This led to: > Server Error in '/' Application. > Runtime Error > Description: An application error occurred on...

###### Reproduction Steps 1. Start a full sync 2. Switch to dark mode or light mode ###### Actual Result ![Screenshot_20231224-080612.png](https://github.com/ankidroid/Anki-Android/assets/357361/00dd133d-3ae8-47ba-8ba6-609d3255fb11) ###### Debug info Refer to the [support page](https://ankidroid.org/docs/help.html) if you...

Bug
Stale

Hi, First, thanks for your project. It is really nice. I intend to use it in a software I contribute to: anki. Here are a lot of change which I...

First, I wanted to replace `isEmpty` by `containsNoCard`. It seems interesting to note that this may still contains non-default note-type and decks, and still consider the collection empty. This makes...

Needs Author Reply
Has Conflicts