Ivan Tham

Results 134 issues of Ivan Tham

I have issues where `makemigrations` generated files without columns but I want to test if it occurs on example as well, how do I test it? The following might help...

I was working with borrowed data such as `&str` when using nom. When I switch from `&'static str` (`include_str!`) to `&'a str` (`&s` which the data is fetched online), I...

### Thanks for contributing to chrono! - [ ] Have you added yourself and the change to the [changelog]? (Don't worry about adding the PR number) - [ ] If...

```html {%- include "a.html" -%} ``` ```html ``` Produces ```html ``` Instead of ```html ``` The whitespace creates an issue in https://github.com/rust-lang/docs.rs/blob/cdc7a5367f4dcf6517e42378e3c9bd1f470bd947/templates/rustdoc/topbar.html#L6-L8 which creates an extra whitespace in docs.rs, although...

* KOReader version: KOReader 2022.06 "Hawthorne" * Device: any (mireader & android & linux) #### Issue I tried koreader newsreader, but there is one site which does not seemed to...

Plugin

* KOReader version: KOReader 2022.06 "Hawthorne" * Device: mireader #### Issue Newsdownloader fail halfway but does not continue on failure, that means if one of the earlier feeds fail, all...

Plugin

The parser seems to parse incorrectly for Chinese names in English. (below uses Malaysia's Chinese name) Names without nickname. Current: ```python >>> name = HumanName('Tham Jun Hoe') >>> name ```...

enhancement

https://kholdstare.github.io/technical/2020/05/26/faster-integer-parsing.html http://0x80.pl/articles/simd-parsing-int-sequences.html https://github.com/simd-lite/simd-json/issues/132

The specified option are the defaults We could also remove `readme` since it auto-discovers but not sure if it is good to do that.

Background color are overridden but not color which makes them unreadable when firefox `content.allow-gtk-dark-theme` is enabled. ![image](https://user-images.githubusercontent.com/4687791/98262677-da34b000-1fc0-11eb-8443-8ed3f44ab51a.png) This could be fixed by specifying the color even though the default looks...

wontfix