Xavi
Xavi
Sorry, my explanation was too poor. In the Excel Desktop App, usually in all editors you can double click a cell to copy the formula to the whole column. I...
Once you discover a device, you can get it from native device (only Android): ```c# _bluetoothAdapter.DeviceDiscovered += async (adapter, args) => { IDevice device = args.Device; var macAddress = (string)device.NativeDevice.GetType().GetProperty("Address").GetValue(device.NativeDevice);...
Same here with no expired certificates...
Same error on Mac 10.11.6 (Capitan). Zazu doesn't find anything. The data folder is empty (only .gitkeep). I've changed the folder permissions to 777 but no file is created. My...
Here is the error: ``` ./appCache.js:8 const { cwd } = pluginContext ^ SyntaxError: Unexpected token { at exports.runInThisContext (vm.js:73:16) at Module._compile (module.js:443:25) at Object.Module._extensions..js (module.js:478:10) at Module.load (module.js:355:32) at...
Even setting build action to embedded resource you have to write the resource ID "SvgTest.Images.github10.svg" in the properties pad as specified [here](https://developer.xamarin.com/guides/xamarin-forms/working-with/images/#Embedded_Images) Now I'm getting the error "Invalid parameters to...
Same happening here. In my case is very easy to replicate. 1. create a job and a worker 2. get the job and log a message 3. call extendLock on...