hpposch

Results 11 comments of hpposch

Hi I currently have the exact same issue. Any idea why this happens?

Thanks for your answer, sadly it did not change anything. No matter which version of Xamarin.Fomrs i use. The strange thing is, that it works in some situation and in...

I faced the same issue. Under C# I used DateTime.Now which throws an Exception when i tried to insert this. So i build a Helper Class for that: ` public...

I understand what you mean. Always keep your code clean :) May i ask you what engine you use and what target Database?

BTW: Another option would be to implement an extionson method for DateTime in PetaPoco Source so you can use it out of the Box when you include PetaPoco. And then...

Ok i already thought about this.. So for example: def listen(self): pixels = [0, 255, 0, self.brightness] * self.pixels_number self.show(pixels) Would this change the think action to green?

I also have the same "problem" I can run my instance of elsa under https://localhost:6001, but i want it to run by default under https://localhost:6001/wf So in addition to that...

Hi @itniels thank you for your response. I understand that elsa is still under development and therefore some parts are not documented. Anyway i would need a quick solution to...

Ok i already found a online converter. So this one is solved ;)

Hi, i see the same error on my side. Any news on that issue?