Tobias Schulmann
Tobias Schulmann
Not that #370 has been closed I was hoping to get BLE device discovery and communication going. Unfortunately the `BluetoothFindFirstDevice` function [does not work for BLE devices](https://docs.microsoft.com/en-us/windows/win32/api/bluetoothapis/nf-bluetoothapis-bluetoothfindfirstdevice#remarks), and instead it's...
Something my colleague has come across recently trying to provision our container on an EC2 instance. ``` $ lxdock provision ==> default: Provisioning container "default"... ==> default: Provisioning with ansible...
## Bug report ### Required System information - Node.js version: v16.14.0 - NPM version: - Strapi version: v4.1.7 - Database: Sqlite - Operating system: Ubuntu 16.04 / WSL ### Describe...
### Environment ------------------------------ - Operating System: `Linux` - Node Version: `v16.15.0` - Nuxt Version: `3.0.0-rc.3` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `runtimeConfig` - Runtime Modules: `-`...
**Describe the bug** On Windows, when custom_lint goes into the `catch` block below and calls `runPubGet`, two issues occur: https://github.com/invertase/dart_custom_lint/blob/6d4425e17033e76fd85787372f2c8db9c218828f/packages/custom_lint/lib/src/workspace.dart#L805-L809 1. Calling `Process.run` ([here](https://github.com/invertase/dart_custom_lint/blob/6d4425e17033e76fd85787372f2c8db9c218828f/packages/custom_lint/lib/src/workspace.dart#L833C20-L833C26)) fails, because no absolute path to...
Now that dart-windows/win32#370 has been closed I was hoping to get BLE device discovery and communication going. Unfortunately the `BluetoothFindFirstDevice` function [does not work for BLE devices](https://docs.microsoft.com/en-us/windows/win32/api/bluetoothapis/nf-bluetoothapis-bluetoothfindfirstdevice#remarks), and instead it's...