Peter F

Results 25 issues of Peter F

I noticed that a) leading tabs `\t` are removed from multi-line messages (and possibly single line - not tested) b) multi-line messages are split by new line `\n` but I...

bug

FYI I've already changed the argument name from "logname" to "path" which is shorter and better reflects the pathlib.Path syntax elsewhere in log2d. Hope that's ok Mike? Anyhow... this enhancement...

enhancement

Here's the test I added to test_log2d.py which currently fails: ``` def test_find_without_loglevel(): """ fmt may not include loglevel e.g. ERROR. Test that .find still works""" fmt = Log.presets['name_and_time'] mylog...

bug

I think this is my fault - many apologies Mike! When refactoring the variable names I must've broken the level= logic, such that the following test (which I've added to...

bug

PyScript and its dependency Pyodide continue to evolve and this demo is frozen at Pyodide v0.21.3. It might be helpful to summarise some of the main structural and syntax changes...

enhancement
help wanted
good first issue