openmotion
openmotion
hello i have this error in hacker_news/data python preprocess.py Traceback (most recent call last): File "preprocess.py", line 47, in merge=True) File "build/bdist.linux-x86_64/egg/lda2vec/preprocess.py", line 76, in tokenize author_name = authors.categories File...
hello can you update your library to android dex, because the plugin doesn't works compileSdkVersion 28 thanks
hello how can I add an object in the center of the detected plane in RectangleNode.swift i tried for example to add a simple sphere let sphereGeometry = SCNSphere(radius: 20)...
hello if i write something with the "+" character, i can't get it, the character is missing in the onTextChange function, it is replaced by a space ...
hello how can i set the cursor to the last position of the text this method doesn't exist (val editText = findViewById(R.id.edittext_id) as EditText) editText.setSelection(editText.text.length) thanks
#### Description of the problem: Hello i have to decode qrcode using the otaliastudios.cameraview library there is a frameprocessor i have this result direct decode exception com.google.zxing.NotFoundException DecodeHintType.PURE_BARCODE exception com.google.zxing.NotFoundException...
Hello i subscribe to the changes in my DataSet --> items.on('*', function (event, properties, senderId) { so i can catch the "add" event when i drag and drop an external...
hello by default we can select one or more days, how can i limit to a single day ? thanks
hello i try to create the calendarview without inserting it in my layout view this is my code calendarView = new CalendarView(mAct); calendarView.setCalendarOrientation(OrientationHelper.HORIZONTAL); calendarView.setSelectionType(SelectionType.SINGLE); calendarView.setFirstDayOfWeek(1); calendarView.setSelectedDayBackgroundColor(Color.parseColor("#000000")); calendarView.setShowDaysOfWeekTitle(true); then add an...
hello with the last version of your library (1.2) i have this error : Cannot resolve method 'setOnUpdateListener()' can you update your example ?