koxu1996

Results 28 comments of koxu1996

It may be related to https://code.djangoproject.com/ticket/29353, which was already fixed.

Crystal ball ain't work :laughing:

If anyone is interested in disabling mouse acceleration **completely**: ``` input type:pointer { accel_profile flat pointer_accel 0 } ``` Beware: you might need to adjust DPI; and feeling might be...

@virus-found Gaming mouses sometimes have different levels of DPI adjustable with dedicated software\buttons. If you do not have such mouse and you want to make pointer faster/slower, then just adjust...

@Penguin-Guru You are right, acceleration is completely different than pointer speed (and should/could be discussed in a separate issue). However, it is common to adjust them together, e.g.: ![image](https://user-images.githubusercontent.com/6506780/194015326-e86ffac9-99e9-424c-987b-3dc0fac860d6.png)

I was getting unresolved reference error: ``` /usr/bin/ld: minidump_writer.o: in function `(anonymous namespace)::MinidumpWriter::FillRawModule(google_breakpad::MappingInfo const&, bool, unsigned int, MDRawModule*, unsigned char const*)': /tmp/MEGAsync/src/MEGASync/google_breakpad/client/linux/minidump_writer/minidump_writer.cc:651: undefined reference to `google_breakpad::PEFile::TryGetDebugInfo(char const*, google_breakpad::_RSDS_DEBUG_FORMAT*)' ``` It...

It works on Asahi Linux with M2 :heart: ![image](https://user-images.githubusercontent.com/121791569/236414274-8987a70b-45b2-4dc6-a989-966588b4b04a.png) I am sharing compiled binary with you: [megasync_v4.9.3_aarch64](https://mega.nz/file/U0VGkbKA#qW3biCh6GrX7Ld8nLpWXj1fwdeQ3kTeRp2np6NI0Wgc), virus total scan [here](https://www.virustotal.com/gui/file/8ef9689d553b413584c9197aeefd5901d4ba36656e6fc959a9a2bb5d55c13793).

What about `persistStore()` callback, or PersistGate's `onBeforeLift` (even better, because it awaits async code)?