Egbert

Results 104 comments of Egbert
trafficstars

> and did you run LM Studio at least once? Yes. A few times that the LM-Studio GUI comes up over a span of a few days before starting to...

Two problems identified: 1. module_name must always be hard-coded to something like `pelicanconf`, regardless of `path`/filespec of its Pelican configuration settings file. Using this same module name ensures zero conflict...

> Personally, I'd focus on user friendliness, robust code, less code, and look for reasons people are using static site generators other than this one. Yeah, I'm currently expanding the...

> It would be also great to see performance differences, before and after the patch. ``` $ development/os.scandir/pythonProject/utils.py Original Delta time 0:00:00.953052 Latest Delta time 0:00:00.715572 Total inodes: 0 Total...

> > > Personally, I'd focus on user friendliness, robust code, less code, and look for reasons people are using static site generators other than this one. > > >...

I know. Five issues or roll out as one.... Your call. I'm just tightening up the test_setting.py and plan to release it in my repo but not deliver into Pelican's...

A note to myself: add the full absolute resolved path of Pelican configuration settings file to each error/warning instance of variable setting, along with the variable name and the offending...

3 of 5 errors resolved by PR #3368 Wrote another issue #3369 for the remaining two with regard to the Python variable name `PATH` (which is outside the scope of...

Yes! it got stalled because pytest wasn't giving me consistent pass result with each test run so down the rabbit hole I went into pytest dev community.

Paul McG (PyParser extraordinarie) suggested the following: https://github.com/egberts/bind9_parser/issues/65#issuecomment-1638736305