Jeremy Lloyd Conlin

Results 45 comments of Jeremy Lloyd Conlin

@MihajloNesic Unfortunately, the page is not hosted externally. I have seen the example page, which helped. Attached to this is my (edited) `_config.yml`. I just removed the personal things that...

Oh, now you are getting beyond my area of expertise. I'm not a web developer. The machine is still the same. It's possible (likely?) that the theme I am using...

Any word on how to fix this? I can confirm that this is an issue using Firefox on my Mac, but it works using Chrome on my Mac.

@nabobalis Thanks for the response. I saw the [Collection](https://ablog.readthedocs.io/api/ablog.blog.Collection/?highlight=tag) class and assumed that there was a tag collection that I could add to. Is that not the case?

I have the same issue. This did work on my M1 MacBook Pro, but it failed on my Intel-based Mac MacBook Pro (16-inch, 2019) 2.4 GHz 8-Core Intel Core i9

Yeah, change the color of the belly/paws/ears/etc. I should have been more explicit. Right now (if I understand correctly) you just take the color given (brown by default) and mix...

The latest update [54e82e2](https://github.com/njoy/NJOY21/pull/118/commits/54e82e2603f957808aa12264faaaa777311ae818) moves this Pull Request out of draft mode. - Tests have been update to reflect changes due to modern LEAPR and RECONR. - Eight tests have...

Note, this is likely an issue in the component [lipservice](https://github.com/njoy/lipservice) than in NJOY21 directly.

I think this is a bug in GCC. The code that GCC points to as being uninitialized is [here](https://github.com/njoy/lipservice/blob/master/src/lipservice/POWR/Lib3/Card12.hpp): ```cpp class Card12{ public: using Aw = POWR::Lib3::Card9::Aw; #include "lipservice/POWR/Lib3/Card12/Temp.hpp" #include...

We intentionally turned warnings into errors with the hopes that we get better code. I think in general it's a good idea. We can rethink this policy, or turn off...