Thomas

Results 24 comments of Thomas

Is it possible to have authentication extension output but not have client extension output for a single extension?

For me it does seem to work if the symlink is **outside** node_modules, but **inside** the admin dir. So using `../../vendor/sulu/..` does not resolve dependencies, neither does the now default...

One issue I'm still having with this setup is that if the node_modules directory in the root exists, the symlinked package will resolve modules from this directory. The build will...

> We tried this initially, but we decided against a symlink outside of the node_modules folder because of DX. I see! > Unfortunately this setup will not work with npm...

Is NFC considered for desktop platforms as well or just mobile android devices? Windows for example detects the yubikey as a pc/sc smartcard (pretty much the same via USB and...

The implementation currently used polling transactions even with DMA. Am I correct in that this prevents other tasks from being executed while the transfer is executing? As a side question,...

> When the driver polls for transactions, it does not busy loop, but sleeps the current task. I asked this because the [esp-idf](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/spi_master.html#polling-transactions) documentation says the following: > Polling transactions...

The project on codeplex is not the same project, however if you have code to share you can add a pull request here.

If that works that may be an easy solution. The device still needs to have a winusb driver though to be able to access it. What are your use cases...

If you are creating the driver (well .inf file) yourself you will have to choose your own GUID anyway so you can use that in your code. If there is...