Tim Hutt

Results 319 comments of Tim Hutt

This is a necessity, not because I don't trust this code *now* but because extensions auto-update and frequently get sold to people who I really do not want to have...

I did find that in addition to the `compilationDatabaseDirectory` option there is [`compilationDatabaseCommand`](https://github.com/cquery-project/cquery/blob/518d7798a375ba90d13093723325a6ca25439312/src/config.h#L31) which would allow me to combine the multiple `compile_commands.json`. It isn't exposed in the VSCode extension but...

I don't it quicker just to switch audio outputs in the menu bar and then switch back, but I wish I didn't have to.

The problem is that `inRange()` tries to shrink the value towards `min`. (I think this is probably wrong - it should shrink towards `std::max(min, 0)`.) Anyway this results in instantiating...

Same: ``` C:\Program Files\QSpectrumAnalyzer>soapysdrutil --find ###################################################### ## Soapy SDR -- the SDR abstraction library ###################################################### Win32; Microsoft Visual C++ version 14.0; Boost_106300; UHD_003.010.001.001-57-g6f87cca4 Found device 0 driver = lime index...

@wb8vsu It's probably not a delimiter issue. Windows supports `\` and `/` as directory delimiters. Either that file (airspySupport.dll) does not exist, or when it is loaded it tries to...

I think that is a separate issue. You could make a new Github issue for it but I expect just uninstalling everything and installing from scratch would fix it (or...

I wrote a simple FTDT test with Arrayfire-rust and it was *very* slow. Maybe I was doing something wrong but I think it probably makes some significant performance sacrifices to...

Maybe I'm missing something but this doesn't quite work for me. An empty message gives this: ``` export const Empty = { read(pbf: Pbf, end?: number): IEmpty { return pbf.readFields(Empty._readField,...

Note, that is according to the `@types/pbf` package.