Martin Aberer
Martin Aberer
@farmazon3000 As @savekirk already said, it is generated. Please close the issue if it is no longer a problem for you - thanks ;)
The project shows an alternative and uses "SortedList" instead of observable fields. https://developer.android.com/reference/android/support/v7/util/SortedList.html Because you can use a SortedList.Callback mechanism to describe equality of list items, adding/updating gets a whole...
@waqary705 is this still a problem for you? @SzotsLevente I think you have to build the project at least once - prior to that, the indexer does not see resources...
@andreypopp Should it be possible to use the "react-quickstart" project with reactjs being loaded from the facebook CDN? I cannot get this working with react-router-component included in my bundle but...
Thanks for looking into this. The example is primary made to illustrate the alignment problem. In my actual use case, I am using the first parameter of `drawArcs()` as a...
Hi, is there a way to support you with this issue...? - I do not know the inner workings of the library but if there is something I can help...
@jung-kurt Sorry for the late response. Was quite busy... Now some of my results: 1. I tried to reduce the script to a few simple statements without utilizing a for()....
I used the following parameters rs = RSCodec(nsym=10, nsize=15, prim=19, generator=2, c_exp=4) Then I tried to encode the number 10: result = rs.encode([10, 0, 0, 0, 0]) result is: bytearray(b'\n\x00\x00\x00\x00\n\x07\x07\x01\x0e\x08\x06\x08\x0b\x02')...
Thank you for your reply, I am trying to clarify the situation: The basic idea behind the current implementation is, that the 20 data bits are separated into 5 hexadecimal...
Yeah the issue is still relevant... I have not yet though about where to place the cookie... have to think about that.... if you have an idea, please go ahead.