Aman Karmani

Results 428 comments of Aman Karmani

Seems like this might have broken windows support? ``` 1) watcher watchman errors should emit an error when watchman dies: Error: Timeout of 2000ms exceeded. For async tests and hooks,...

> If I understood correctly, you want to save some part of JSON to a `String` (RawJson) property so it would be parsed later? Yes, exactly. I want to defer...

> "Treat specifically marked property not as simple String, but as a valid JSON encoded in String" This is what I'm interested in and what is implemented by the other...

I want to attach to vscode insiders exthost: `Code - Insiders Helper (Plugin)` Since the process name does not say node, and it won't appear. This kind of situation is...

It looks like the picker won't accept inputs easily.. the input is just used as a filter over the picker choices? https://github.com/microsoft/vscode-js-debug/blob/9419f572e768563273aca4e28179d8d5413cf5e0/src/ui/processPicker.ts#L135-L139 Maybe it's simpler to tackle this with a...

You're right, an escape hatch to be able to filter over all the processes with a pid/port or name like `(Plugin)` would work splendidly.

> This is expected _and_ required. `flash-attn` ships as a source distribution, and only at `Metadata-Version: 2.1`, so you _must_ ask the build backend for its dependencies per the spec...

Thanks. I will work with upstream to fix this. I see they're using setuptools==65.5.0 for the source package, and setuptools==68.0.0 for the cuda binary wheels. What is the minimum required...

friendly ping

The spdif option in ao_audiotrack has only been tested on Android TV devices where `AudioFormat.ENCODING_IEC61937` is present in `AudioManager.ACTION_HDMI_AUDIO_PLUG` notification's `AudioManager.EXTRA_ENCODINGS` property. I don't believe it would work in any...