loudgolem

Results 218 comments of loudgolem

The image you sent is not a valid url

https://github.com/uber-go/zap/pull/307#issuecomment-504794011 also works on windows terminals ```go package main import ( "github.com/mattn/go-colorable" "go.uber.org/zap" "go.uber.org/zap/zapcore" ) func main() { aa := zap.NewDevelopmentEncoderConfig() aa.EncodeLevel = zapcore.CapitalColorLevelEncoder bb := zap.New(zapcore.NewCore( zapcore.NewConsoleEncoder(aa), zapcore.AddSync(colorable.NewColorableStdout()), zapcore.DebugLevel,...

I found these implementations [Ruby](https://github.com/mojombo/chronic) [Python](https://github.com/bear/parsedatetime)

@stuartmorgan is it possible to use go plugins from the official flutter-desktop-embedding repo? I'm assuming that's not in the project's goals.

The source implementation https://github.com/phoboslab/qoi is also in C

This might help you https://play.google.com/store/apps/details?id=com.jumobile.manager.systemapp&hl=en

On Windows, the path for config.json was `C:\Users\USERNAME\AppData\Roaming\Cerebro\config.json`

I implemented a simple example to do it after looking at what Launcher3 does. Please integrate this into your launcher. I think it's a useful feature. **Edit**: Made some more...

Can you point out where it is being handled in the code?