Ngoc N. Tran
Ngoc N. Tran
Currently I'm piping a program's output into a text file and then let `log.io` track it. However, it gives `[0M`-type of characters in the stream and not format them (like...
As title, is the beta supposed to be jailbreakable too, or is there anything I can do, or am I just SOL?
https://github.com/MaxHalford/sorobn/blob/5e141935c6e0507a3c2c5d878f8995855c960b65/sorobn/bayes_net.py#L320-L321 Can we have a clear mention of this in the README? I was wondering about the difference in node ordering -- thought it was in order of model definition,...
Input code: ```python print(); print() # noqa # fmt: skip ``` After formatting: ```python print() print() # noqa # fmt: skip ``` `# fmt: on/off` works fine though, but I...