Jackie Li
Jackie Li
I have the following config: ``` cmd - 1 : yabai -m space --focus 1 ctrl - 1 -> [ "skhd" ~ * : skhd -k "cmd - 1" ]...
This was previous release process I got from @fenos : - create the release in Draft mode - PR the update the version in the package.json - Let CI finish...
I realised I was reading it wrong after searching `severity` but couldn't find one, then realised it's called `security`. But I think we should definitely fix it. It should be...
### Description Currently there is no way to select a year. This makes picking a birthday very difficult. More difficult the older you're :( I think the DatePickerHeader should add...
### Description It would be good to be able to easily pick Date & Time in a combined picker ### Images/Screenshots ### Link to a gist or code sample where...
The following gives 404: ```go package main import ( "fmt" "net/http" "net/http/httptest" "net/http/httputil" "github.com/gin-contrib/cors" "github.com/gin-gonic/gin" ) func main() { router := gin.Default() c := cors.Default() var g gin.IRoutes g =...
## What was changed add errgroup sample ## Why? `errgroup` synchronise cancellation is a common pattern. ## Checklist 2. How was this tested: `go run errgroup/errgroup.go` 3. Any docs updates...
I'd like to access the parsed query in order to traverse the tree, but the types are all hidden behind the internal package. I saw a few other requests about...