MaxPerl

Results 8 issues of MaxPerl

Hello MPV experts, I tried to adapt the SDL example to Efl/Elementary and to render the mpv context to a Glview widget. Unfortunately MPV doesn't render to the Glview widget....

Hello Martin, Thanks for the great application. Unfortunately routing with google doesn't work anymore since the last updates. Some times ago it works just fine. Any hint where I could...

Hello, I tried the following directive at the beginning of my abc file: `%%musicfont url(../Bravura.otf)` Unfortunately the following output is processed: ![Out001](https://user-images.githubusercontent.com/17377645/62732448-a321c880-ba24-11e9-97ae-91de546369c4.jpg) Also `%%musicfont Bravura` didn't work. The font is...

Hello, Thanks for your work. Unfortunately I cannot compile the libraries on the current Linux Mint. See the test error message enclosed regarding metaclass_test.cpp. [error.log](https://github.com/seanchas116/libqmlbind/files/2300590/error.log) Best wishes, Max

Hello Martin, I test at the moment the dev branch with a very basic PSGI Application. And I thought it could be a good idea to get $env easier through...

If I use filters consecutively,then only the first filter is processed. All other filters are treated as tables- See this example: ``` use Text::Textile; my $textile = new Text::Textile; #...

Hello, The following solves the broken test 18 of tcl.t. Tested under Linux. The problem occured on Windows, too. Best wishes, Max

Hello Mr. Aas, Thank you very much for your wonderful Tkx module. Unfortunately Tkx::ttk__style_map doesn't work for me. Enclosed a simple example: ``` use utf8; use Tkx; Tkx::ttk__style_map('TButton -background [list...