Sten Tibbing

Results 7 issues of Sten Tibbing

### Expected behaviour Instantiating inline datepicker with javascript should look the same as doing it via data api ### Actual behaviour When instantiating inline datepicker via javascript, datepicker has different...

The walkForTsConfig function keeps running recursively trying to find config file by entering parent directory on each recursion. If the parent directory is not readable (due to hosting service in...

### Description When opening a folder with "nvim ." and while having nvim-tree configured to float in a window, nvim-tree opens full screen, not respecting open_win_config. Furthermore, trying to close...

bug
awaiting feedback

### What does it do? In cron service remove method, the array.filter method is replaced with array.splice method so the jobs property would point to the correct value. ### Why...

source: core:admin
pr: fix

### I have done the following steps before reporting this issue: - [X] I have searched the existing issues - [X] I have read the FAQ in the help doc...

enhancement

This patch adds float style "none" to fix the issue #107.

**To reproduce:** 1. Create new Keystone app with the following config: ``` import { config, list } from "@keystone-6/core"; import { allowAll } from "@keystone-6/core/access"; import { text, integer }...