Lunaphied
Lunaphied
The subscript accessor currently fails to work because the hash includes the order and thus doesn't match during the lookup. This makes the hash only include the properties that are...
Right now, a parameter inlay hint is automatically omitted using a series of heuristics defined [here](https://github.com/rust-lang/rust-analyzer/blob/6b8b8ff4c56118ddee6c531cde06add1aad4a6af/crates/ide/src/inlay_hints/param_name.rs#L92-L99). This isn't referenced in the documentation at all, and while useful, also cannot be...
The existing wording doesn't really clearly summarize the option in the first line and this slightly clarifies it.
- Operating system: ios - Version: 1.19.0 ### Exception MissingPluginException(No implementation found for method play on channel com.ryanheise.just_audio.methods.60a25d75-7f7b-4d22-a71c-0364bf052e9a) ### StackTrace #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:332) #1 MethodChannelAudioPlayer.play (package:just_audio_platform_interface/method_channel_just_audio.dart:64) #2 AudioPlayer._sendPlayRequest (package:just_audio/just_audio.dart:981)
This extends the logic to autoquote flake references to support not just alphabetical characters but additionally a `.` to reference the current directory. Note that there's a bit of weirdness...
Launching Xonsh as a command under `nix develop` doesn't properly inherit the bash functions which is rather annoying if you need to run Nix unpack and configure phases manually while...