Roberto Luis Bisbe
Roberto Luis Bisbe
Using the flint sample, trying to connect to my pebble from my Windows Phone 8.1 (Lumia 1520). I'm having the following exception: Element not found. (Exception from HRESULT: 0x80070490) The...
What about publishing it on nuget so is easier to add to projects?
Using the PebbleSharp sample, trying to connect to my pebble from my Windows Phone 8.1 (Lumia 1520). I'm having the following exception: Element not found. (Exception from HRESULT: 0x80070490) The...
In specnaz the following code results in "no test found" and a sucesful build. ```java import org.specnaz.junit.SpecnazJUnit; public class TestSpec extends SpecnazJUnit { { describes("Test spec", it -> { });...