Nikolay Klimov
Nikolay Klimov
Not sure if it's working now. Here is my minimal example ```py import logging import pytest def test_one(): # put configuration here, so it definitely run logging.basicConfig(level = logging.DEBUG,format =...
Ran into the same issue. It would be nice to have an option to specify binary to compile.
@mousetail found a solution. You can specify binary in `index.html` file. Mine looks like this right now (debugger_client - is a binary name) ``` Yew App ``` But it looks...
Hey, any chance this PR to be merged? Checksum support is highly desirable feature.
Personally I would add channel closing function to Close method, but comment says it explicitly close current file, not logger (which btw a bit misleading) ```go // Close implements io.Closer,...