simplysoft
simplysoft
Hi. We are fairly new to this project and have interest in Legic Prime emulation. Given that proxmark3 has working implementation of an emulator, is it doable to implement legic...
@david-oswald is there any documentation or other resources that helps getting started with development for the chameleon HW? We did glance though the code and we are still a bit...
Thanks for the pointers so far. Any tips on development setup you use for testing / debugging or other tools you wouldn't not want to miss when writing code for...
Having the RSS content generating Text and Ticker positions might become tricky. As far I we can tell creating ticker content out of a RSS might need completely different configuration...
For me it's not quite clear why even a temp token exists. strictly speaking it is not necessary for the server to provide any temp token. The screen could very...
I think the duration of video content is already set automatically if the video duration could be fetched. But I still think it would be a good idea to provide...
Hi I'd like to reference #929 here. Some aspects have already been discussed there. The most complete german (and french, dutch and hebrew) is available at https://crowdin.com/project/concerto however the strings...
no `t` is not shown, but if you change the date & time format for the datepicker & timepicker, then the code crashes at those locations because the date cannot...
We have changed both the timepicker time format and the rails date format: We are using the following format - Rails: `%d.%m.%y, %H:%M` - JS: `.timepicker({'timeFormat': 'H:i'});` `.datepicker({ autoclose: true,...
Or we could switch to send timestamps instead of date / time as string. I think it should be somehow possible to access the underlying dates involved and then construct...