Aidavdw

Results 9 comments of Aidavdw

This problem still exists. I don't think this is intentional, as line wrapping is deliberately temporarily disabled, but then re-enabled. https://github.com/jbyuki/nabla.nvim/blob/27a6ea9ed7452bb9e0b19eb0942b5bcf7d051b2f/src/viewmode/virt_multi.lua.t#L41 The automatic callback from autogen should do exactly the...

One other side effect worth noting when line wrapping *is* respected though, is that it must be ensured that the original equation does not exceed the column width, or otherwise...

As this is more of an editor-specific thing, I'm not quite sure what constitutes an MWE. Could you elaborate? Do you want me to give you a small configuration &...

Upon further investigation, it appears that the .sqrt() operation returns a `TemperatureInterval` instead. I assume this is intentional behaviour? ```rust let t1: ThermodynamicTemperature = ThermodynamicTemperature::new::(273.15); let t2: ThermodynamicTemperature = ThermodynamicTemperature::new::(400.);...

The same problem also appears to exist for `Scale::new()`, which is exposed as part of the API as well. This function is also used internally in `from_regex` however, and wouldn't...

Same issue on android 16 grapheneos. ``` type: crash osVersion: google/panther/panther:16/BP2A.250705.008/2025070800:user/release-keys flags: dev options enabled package: org.oxycblt.auxio:67, targetSdk 35 process: org.oxycblt.auxio installer: org.fdroid.fdroid signal 6 (SIGABRT), code -1 (SI_QUEUE), fault...

Unfortunately, the problem persists. Upon adding a new source (and giving the access to music giles permission), it starts scanning. The progress circle jumps back and forth for a bit,...

This is the crash message i get now: ``` type: crash osVersion: google/panther/panther:16/BP2A.250705.008/2025073000:user/release-keys flags: dev options enabled package: org.oxycblt.auxio:67, targetSdk 36 process: org.oxycblt.auxio installer: com.android.packageinstaller signal 6 (SIGABRT), code -1...

Cheers, let me know if you need anything more!