igolotin
igolotin
**Summary**. I have trouble running WinSW under restricted account. NT Authority\Network Service does not have full access right to the local computer. **Expected:** Service starts despite not having rights to...
Text alignment could be specified individually for each column. `table.columns.alignment` accept iterable containing alignment for each column. It would be handful to `width_exceed_policy` in the same way. So you could...
**Code to reproduce**: from goto import with_goto content = ["ab", "cd"] prefix = ['a', 'b'] @with_goto def test(): for a in content: print(f"1: {a}") for p in prefix: if a.startswith(p):...
**Code to reproduce**: from goto import with_goto content = ["ab", "cd"] prefix = ['a', 'b'] @with_goto def test(): for a in content: print(f"1: {a}") for p in prefix: print(f"2: {a}")...
I had tried to build the latest version since PyPI contains outdated one. The unit test failed twice when expecting SyntaxError protection against make goto in a loop scope. def...
### Context I had read the `README` and left the reading puzzled. The big question was which of the two origami versions are actually distributed through MELPA. And how should...