Devin

Results 10 comments of Devin

I ran into the same problem today, and after some debugging, found that just by remove the `menu` field will solve this. ```lua cmp.setup { formatting = { format =...

Not all build.prob are support, due to it can not directly hook the build.prob file, so the are only few options you can toggle. But if you want more, you...

我已经在重写新版本了,这些问题在新版本中应该都会解决的 >.

> hey @ikws4 , thanks for WeiJu! I'm also interested in tablet UI mode, but apart from that (did not want to open an "issue" for that): how good is...

All the text is rendered by TextView (unless it's a flutter app), you could take a look at it.

Yes, WeiJu2 only works when you enable them in LSPosed. Because the `adaptive_color_bar` script uses the android sdk to change the color, not directly hook the `System Framework` (we cannot...

```csharp int CombineHashCode(int hash1, int hash2) { var hash = 17; hash = hash * 31 + hash1; hash = hash * 31 + hash2; return hash; } CombineHashCode(601853953, -523751028)...

Sorry, I'm unable to provide those ViewModels because the HashCode changes each time it's compiled. It's very hard to reproduce, but I can confirm that the issue was resolved with...

I asked Gemini to write a test for `CombineHashCode`. Here are [the results](https://aistudio.google.com/app/prompts?state=%7B%22ids%22:%5B%221oArXrTReSEGRdqo_NTf3ISdDwv1svYRQ%22%5D,%22action%22:%22open%22,%22userId%22:%22108063316343273771189%22,%22resourceKeys%22:%7B%7D%7D&usp=sharing), it seems the problem still exists🤔.

Sorry, I've updated the link's permission. Would you please try again? Thanks!