mpyw

Results 26 issues of mpyw

This should be written in README, Wiki or somewhere? ```Dockerfile FROM golang:1.13 as fcgi_builder RUN apt update -y \ && go get -v -ldflags '-w -s' github.com/alash3al/http2fcgi/... FROM php:7.4-fpm-alpine #...

Lampager already provides queries much faster than the ones which use LIMIT/OFFSET, but they are not yet the fastest ones. @fatalmind's comment: https://github.com/laravel/framework/pull/37216#issuecomment-868645859 Since it has a lot of breaking...

help wanted

## Reproducible Example ```go package main import ( "fmt" "github.com/jinzhu/inflection" ) func main() { // outputs "Calory" fmt.Println("Calories", inflection.Singular("Calories")) } ``` https://go.dev/play/p/1zHMwo_Hb2t ## Description

## Description `openapi2aspida` seems to incorrectly transform OpenAPI schemas using `allOf` and `oneOf`. The issue is with combining common properties (defined with `allOf`) and selective properties (defined with `oneOf`) in...

弊社Slack前提になってるので

help wanted
refactoring

Now tj/co is Promise-based, so we should follow the changes.

### Current Implementation 1. Create an instance with mandatory log configuration: `accessKeyId`, `secretAccessKey`, `region` and `logGroupName`. 2. Configure some options: `setLevels()` and `setInterval()`. 3. `install()` with more options: `logStreamNameResolver` and...

enhancement

- https://github.com/laravel/framework/pull/45208 Rename `Auth::unsetUser()` to `Auth::forgetUser()`