Results 34 comments of ath0

I'll try to summarize (hopefully correctly) here in case someone finds this later: - `--cgroupv2_mount` is the root at which nsjail will create its individual child process cgroups. nsjail needs...

@Anviking I have been able to reproduce the crash with the older version (before the fixes yesterday). With the fixes, attempting to reproduce the crash does not crash it anymore....

@Anviking Yes, I repeatedly use `[myTextView setText:@"New Code"]`, so I think in that way I am editing textStorage.

I wonder if doing this at the MIR level would be better, since there's no guarantee that the contract would even use the `#[account]` macro for the constraints, and they...

> What exactly do you mean by check in MIR? For macro expansion, I thought it happened earlier on before lowering to MIR. I was actually looking at the expanded...

I think this was fixed with https://github.com/Anviking/Chromatism/commit/3884284475f97c8d8463ec96d9e47abc6c5cb56b

Actually, it is only fixed when the scroll view is at the top the text.

@Anviking Just realized that I am using JLTextView by itself, without JLTextViewController. Is this a problem? Should I implement the methods below `#pragma mark - Content Insets and Keyboard` in...

@altaveron Are all your files up-to-date?

Not my project, but it appears that this would require making more .json files for languages. Heres the one thats included: ``` { "import" : "c", // imports c.json "language"...