Kai Ren

Results 33 issues of Kai Ren

Steps to reproduce: 1. Visit some issue page. We have "Mute" button added on right panel. 2. Click to any link and visit another page. 3. Click browser "Go back"...

bug

Is it possible to watch projects of a group that I am not member of? Or projects of another accounts? Trying to have notifications of https://gitlab.com/gitlab-org/omnibus-gitlab project but on the...

Feature

This PR improves/updates CI pipeline and project toolchain. - [x] switch to `dtolnay/rust-toolchain` GitHub action - [x] revert to `-v` format of release Git tag - [x] enable MSRV check...

tooling

## Synopsis `Debug` and `Display` derives allow referring fields via short syntax (`_0` for unnamed fields and `name` for named fields): ```rust #[derive(Display)] #[display("{_0:o}")] struct OctalInt(i32); ``` The way this...

Fixes #130 Supersedes #124 ## Synopsis Explained here: https://github.com/japaric/trust/issues/130#issuecomment-1315085924 ## Solution Parse latest Git tag name from JSON returned by `https://api.github.com/repos/$git/releases/latest`.

Resolves #1120 ## Synopsis > Currently in draft but it is an official project: > > https://graphql.github.io/graphql-over-http/draft/ ## Checklist - [ ] Correct [media type for responses](https://graphql.github.io/graphql-over-http/draft/#sec-Media-Types) and [appropriate response...

enhancement
k::api
lib::rocket
k::integration
lib::actix
lib::warp
lib::axum
lib::hyper
research

This PR adds used PHP extensions to the `require` section of `composer.json`. ## Motivation We have many Docker-based PHP projects. Every projects requires its own set of PHP extensions. Having...

With [recent Docker Hub update](https://blog.docker.com/2018/12/the-new-docker-hub/) it seems that there is no way anymore to automatically rebuild images when another image is pushed. In previous Docker Hub design this setting was...

## Overview This PR adds: - `into_arc_value()` and `from_arc_value()` methods to `GenericCounter` and `GenericGauge` types. These methods are `unsafe` as allow bypassing counter/gauge semantics. - `into_arc_core()` and `from_arc_core()` methods to...

Found the current setup not working okay out-of-the-box. Having the following values: ```yaml ingress: enabled: yes hosts: ["my.domain.tld"] paths: ["/cockroach/"] ``` Returns 404 error on accessing `http://my.domain.tld/cockroach/`. I think this...