SwitchUpCB

Results 78 comments of SwitchUpCB

The following response was given. ![image](https://user-images.githubusercontent.com/81384235/183817663-1a746461-81c0-446a-a2cf-88bd884c5648.png) As a result, the pull request is being made to address this issue can be resumed upon confirmation _(via https://github.com/switchupcb/disgo/pull/19 logs)_.

With [srt3](https://github.com/switchupcb/srt3), you can use the following code to split subtitles and remove the space between them _(once the timestamps of the space are found)_: ```python # Finds all subtitles...

Be sure to prioritize your safety and health.

This issue has a solution in the pull request https://github.com/traefik/yaegi/pull/1265

You are passing a `func(_ http.ResponseWriter, _ *http.Request)` but `ActionFunc` is expecting the type `type http.ResponseWriter`. The parameter for the function is the incorrect type.

# Update I can confirm that the import is found. However, I still receive an error while running when I run the interpreter without the imported symbols. ``` panic: C:\Program...

This was solved with the following code: ```go i := interp.New(interp.Options{GoPath: os.Getenv("GOPATH"), GoCache: goCache, GoToolDir: build.ToolDir}) i.Use(stdlib.Symbols) if _, err := i.Eval(source); err != nil { return nil, fmt.Errorf("An error...

I'm pretty sure this pull request works. My only trouble now is with the library: ```go // an error occurs here. bar := v.Interface().(func(string) string) ``` ``` panic: interface conversion:...

# Update This pull request can use Go Module imports without an issue finding the source. If @mpl can let me know all the edge cases he is solving in...