kweb-core icon indicating copy to clipboard operation
kweb-core copied to clipboard

A Kotlin web framework

Results 70 kweb-core issues
Sort by recently updated
recently updated
newest added

Bumps [logback-classic](https://github.com/qos-ch/logback) from 1.3.0-alpha13 to 1.3.0-beta0. Commits 2e71c6c updated signature key a7eb9bc minor refactoring in /ReconfigureOnChangeTaskTest 51436f5 prepare release 1.3.0-beta0 19999ef fix LOGBACK-1652 fb3032e fix LOGBACK-1651 db3ec30 fix LOGBACK-1650 f55029a...

dependencies

Bumps [selenium-jupiter](https://github.com/bonigarcia/selenium-jupiter) from 3.3.5 to 4.2.0. Changelog Sourced from selenium-jupiter's changelog. [4.2.0] - 2022-06-26 Added Add new custom annotation called @​Opera for Opera browsers Changed Bump to WebDriverManager 5.2.1 (required...

dependencies

Bumps `ktor_version` from 1.6.7 to 2.0.3. Updates `ktor-server-core` from 1.6.7 to 2.0.3 Release notes Sourced from ktor-server-core's releases. 2.0.3 Published 28 June 2022 Development mode class loader leads to ClassCastException...

dependencies

I think we need to rethink the DSL to support this kind of usage: ```kotlin doc.body { section { classes("section") h1 { classes("title") text("What would you like to know?") }...

enhancement
major-api-change
architecture
1.0-blocker

Bumps [gradle-versions-plugin](https://github.com/ben-manes/gradle-versions-plugin) from 0.41.0 to 0.42.0. Release notes Sourced from gradle-versions-plugin's releases. v0.42.0 Prevent builds from failing w/ configuration cache enabled on Gradle 7.4+ (#410) Commits b53e44f Merge pull request...

dependencies

Bumps com.github.ben-manes.versions from 0.41.0 to 0.42.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.github.ben-manes.versions&package-manager=gradle&previous-version=0.41.0&new-version=0.42.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

I'd like to add support for using Kweb with Quarkus. A quick search through the code shows direct Ktor usage in a number of files, but nothing that looks too...

enhancement
architecture

This was a mostly trivial change. There was one issue with calling an extension function on a table. Using a cast I was able to make the extension function work....

Bonjour :) We recently wrote the following somewhere in our codebase: ```kotlin private fun calendarGetValueSafeJs(id: String) = """ var date = $('#$id').calendar('get date'); if (!!date) { date.setHours(0,0,0,0) date.toISOString(); } else...

question

**Is your feature request related to a problem? Please describe.** Will you consider publishing to MavenCentral? When distributing an application using Web, the end-user currently needs to add maven("https://jitpack.io") to...

enhancement
1.0-blocker