mihaiav

Results 12 issues of mihaiav

It seems that `map` types are not supported. E.g. `map[interface{}]interface{}` or `map[string]string`. Is this the expected behaviour? [Play](https://play.golang.org/p/L9ZkYk-i3-D) ``` package main import ( "fmt" "github.com/go-playground/form" "net/url" "reflect" ) func main()...

I'm building an app using [Electron builder](https://www.electron.build/configuration/appimage) with AppImage as target. It worked fine for a while but now I can't run it anymore. Perhaps I updated some libraries or...

I'm aware the polyfill is not working on closed shadow dom. Is this the case with `open` shadow dom as well?

I've seen that SO supports tables. Is there any chance for the tables support to be merged here?

we are looking for an IMA alternative. Our app is web based so I wonder, is there any plan for a web version ? Open source Media Ads Manager seem...

**Have you read the [FAQ](https://bit.ly/ShakaFAQ) and checked for duplicate open issues?** yes **What version of Shaka Player are you using?** v3.0.5 **Can you reproduce the issue with our latest release...

type: enhancement
flag: seeking PR
flag: good first issue
priority: P3

How can you **ignore** a subdirectory from minifying ? I have a ./static/libs directory that I wold like html-minifier to ignore when it processes the --input-dir `` html-minifier --file-ext html...

Building a Go app with gocv/opencv:4.9.0-static docker image fails. ## Description I'm trying to build a static go binary using ` gocv/opencv:4.9.0-static` as base. Unfortunately the go build command fails....