kustrun

Results 10 comments of kustrun

Use event listeners (onSelectStart, onSelectEnd), manually calcualte difference and display error if difference is less than you want: https://github.com/HsuanXyz/ion2-calendar#output-properties.

Hi! Do you happen to have any further guidelines how to use kumuluzee maven build task with Gradle? Or a possible support for Gradle?

In order to run different main class you have to edit this boot-loader property: `file("$buildDir/classes/java/main/META-INF/kumuluzee/boot-loader.properties").text = "main-class=com.kumuluz.ee.EeApplication"` **jar -> manifest -> attributes -> main-class property MUST NOT BE CHANGED!**

I agree. Tried today to implement this features with [Hammer.JS](https://hammerjs.github.io/) like @justintrue started on [feat/pinch-zoom](/TeamHive/pdf-viewer/tree/feat/pinch-zoom) but I found out the code in **pdf-viewer-assets** is not commited...

I managed to solve this problem with fixing versions of _@ionic/app-scripts_ and _typescript_: ``` "devDependencies": { "@ionic/app-scripts": "3.2.3", "typescript": "2.7.1", }, ```

This would be possible to implement via Github Actions, since template doesn't support this feature yet.

Hey @saucepoint, thank you for your tip, it helped me connect the dots! However, the final results still look a bit strange. I’m not sure what I might be missing....

No, I don't believe so. It only affects wheter a transaction enters a mempool or not. Since `l1 fees < l2 fees` it could happen that some transactions were rejected...

@tynes When you have a moment, could you please review this PR? I believe it's affecting the UX, as some of the transactions could be falsely rejected when entering the...

@sebastianst, @geoknee, pinging you both as @tynes seems to be occupied.