bayang

Results 11 issues of bayang

Hi I'm trying to select events where date.year() is 2022 for example, but I can't find how. This works : ``` val yr = "2022" query.andWhere { ReadingEventTable.modificationDate.year().between(yr, yr) }...

Hi, is it possible to retrieve the total count of items matching a query and in the same request get one page by offsets ? I'd like to plug something...

documentation

Jelu uses an external tool to automatically fetch metadata and covers online. It seems, however, that results are becoming more and more irrelevant see #56 and #57. After more investigations,...

documentation

**Describe the bug** vmArgs field in the launch.json file is not parsed or used. Emacs 29.1 + latest doom emacs **To Reproduce** using a launch.json file that works in vscode...

### Overview of the problem **Oruga** version: [0.6.0] **Vuejs** version: [3.2] **OS/Browser**: android + chrome/vivaldi ### Description I encountered a problem in one of my apps lately : I can't...

help wanted

Initially when rendering some pages I noticed there was no styling applied, or only partially applied. By examining the html I noticed some tags from the nunjuck template file were...

**Describe the bug** I use Jdbc session, I want to mark some sessions as expired. So I call ``` //private val sessionRegistry: SessionRegistry, sessionRegistry.getAllSessions("login", false).forEach { it.expireNow() } ``` getAllSessions...

type: bug
status: waiting-for-triage