Frédéric G. MARAND

Results 42 issues of Frédéric G. MARAND

- Implement the 5.5-new handle() vs fire() command method. - Add the 5.5-new extra/laravel section in composer.json. - Implement the provides() method on the service provider. - Require the PSR7...

Although the command will start parsing dependencies, it fails at finding the imports in the modules cache, instead relying only on GOPATH/GOROOT.

On macOS Mojave, Go 1.13, when using tab2pydic, I get thousands of errors for unknown formats, like these, selecting only a few from each error type: unknown B sym format:...

Just noticed this on PhpStorm 2016.2 : the plugin uses the default key combination used to input a pipe on a french Mac keyboard, causing very strange behaviors, like all...

- Includes extra lines spacing for better results after terraform fmt. - Removes multiple erroneous duplicate keys in objects and orders keys to prevent it from happening again. # Why?...

Currently, the config change detection stacks up listeners. This happens as follows: - the fs.watch() callback in Configurator emits 'configChanged' - configChanged is listened to by the Configurator instance exported...

bug

This is about as simple as it can get. Alternatively we could create a whole new `RebalanceError` type, allowing it to carry the source event, with the list of partitions,...

Since $response has been set to private and $headers is currently only used for request headers, contexts inheriting WebApiContext have no way to access the response headers. Suggested change: -...

Seems similar to #18 but still happens with current version: ```go package main import ( "fmt" "log" "net/http" "github.com/gorilla/mux" "github.com/sanity-io/litter" ) func main() { r := mux.NewRouter() r.HandleFunc(`/foo`, AnyHandler).Name("named") r.HandleFunc("/",...

## Trying to do - `sudo pecl install memcache` - on macOS 10.14.6 Mojave - PHP: PHP 7.2.23 (cli) (built: Oct 3 2019 19:49:50) ( NTS ) ## Expected Extension...