simongiesen

Results 14 issues of simongiesen

In cases where you can't get a gradle sync running, please change in the MaterialViewPager-master gradle file the following lines: classpath 'com.android.tools.build:gradle:2.2.2' classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1' @florent37 please consider this change in...

### Steps https://semantic-ui.com/modules/dropdown.html Dropdown added to page: ` Filter Filter by tag Important Announcement Discussion ` Also added: ` window.onload = function(){ $('.ui.dropdown').dropdown(); }; ` ### Expected Result Dropdown should...

Hi everybody! I try to add an action handler and alternative handler. It does not work ... Can anybody help me? let bulletinManager: BLTNItemManager = { let rootItem = BLTNPageItem(title:...

bug
help wanted
pending-feedback

Hi folks, regardless what I am trying - no chance to get VLC connected. Look at this: 01-08 22:41:10.099 19591-20988/com.simongiesen.xperiastream I/RtspServer: Connection from 192.168.0.99 01-08 22:41:10.100 19591-20988/com.simongiesen.xperiastream E/RtspServer: Error parsing...

Hey, in your StaticTextFormItem and other source code files there is a SyncBlock. When compiling with the latest Xcode and iOS 15 SDKs the error is thrown "sync is not...

I just tried your Kotlin Example project and it came across that the headerTitles are repeating too many times (>4) Can you help me? There should be only 4 items...

Hi folks, great work! Just trying to get connected from my Mac by using the latest VLC build. Console Output is: 01-08 14:52:34.283 18206-18206/com.simongiesen.xperiastream D/MainActivity: Bitrate: 436987 01-08 14:52:34.784 18206-18206/com.simongiesen.xperiastream...

I build my ArrayList for the hints texts every time new. Also, the alert object itself is created new every time. Showing up the alert for the first time, it...

Hi folks, I am trying to localize my project into German. No success. What I am trying: ``` var gantt = new Gantt("#gantt", tasks, { header_height: 50, column_width: 30, step:...

I was looking for a plain JS implementation of Levenberg-Marquardt and 5PL. I implemented both. I would invite you to have a look at and perhaps we could use benefits...