Henri Nurmi
Henri Nurmi
Saleae has the cheaper model (Logic 8). It has only a 100 MS/s sample rate, which probably is not enough. However, this depends entirely on the SPI bus speed. I'm...
@ianyh Thanks for the feedback. Do I interpret your message correctly as meaning: custom command 1 = shrink, custom command 2 = expand, etc.? I understand the point you're making...
I struggled with the same problem, and I found that the [default argument parser](https://github.com/ianyh/Amethyst/blob/e6f7a5d63e8829dae6d88ed4a4c3dc5c60158672/Amethyst/main.swift#L15C1-L19C2) does not include the `--log` option. Even though it is checked here https://github.com/ianyh/Amethyst/blob/e6f7a5d63e8829dae6d88ed4a4c3dc5c60158672/Amethyst/AppDelegate.swift#L39-L43 However, after reading...
Initially, I reviewed the macOS's `services` file, which contained approximately 10,000 entries. Based on this, I estimated the required space for the embedded services database to be around 70 kB....
That's valid point. One option could be to remove the bigger optional db, which keeps things simple, but leave the weak symbol definition. So, if application requires specific db, it...
> > That's valid point. One option could be to remove the bigger optional db, which keeps things simple, but leave the weak symbol definition. So, if application requires specific...