Guillaume Algis
Guillaume Algis
I think it would be nice if the extension could configure Prettier dynamically based on the current document tab width (the thing in the bottom right corner of the editor)...
This silences warnings when the `-Wnewline-eof` compiler flag is enabled. > `GCC_WARN_ABOUT_MISSING_NEWLINE` > Warn when a source file does not end with a newline. [`GCC_WARN_ABOUT_MISSING_NEWLINE`, `-Wnewline-eof`] IIRC this flag was...
### I did this - Compiled libcurl with Secure Transport on Darwin platform (tested on macOS and iOS). - Used `--enable-optimize` during configuration (this bellow for the full options list)....
I'm not convinced the `\b` in the [UUID regex](https://github.com/geongeorge/i-hate-regex/blob/master/static/regex/data.json#L332) serve any purpose. Why are we trying to match word boundaries here? ``` ^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$ ``` (I tested the regex without the...
Currently the build is broken for the latest 1.80.0 version of Boost when thinning is enabled (the default). Example of build output : ``` [errno 2] boostcpp.jam (No such file...
Using `@try...@catch` to "discover" segues results in MMDrawerController (and all its child view controllers) to be leaked if at least one the segue does not exist. It seems that UIKit...
## Build Information - SQLite.swift 0.14.1 - Xcode 14.1 (14B47b) / macOS 12.6.1 (21G217) - Swift Package manager ## Issue Hi, We're seeing worrisome errors from the ObjC runtime in...
The documentation comments were out of sync with the actual name of the arguments for two methods, raising a warning with the `-Wdocumentation` compiler flag.
The shadow height is not updated upon rotation. When rotating from landscape to portrait this leaves the bottom part of the view shadow-less. This is reproductible on the demo, although...