Jungwoo Yang

Results 8 comments of Jungwoo Yang

I made python binding and it can be found here: - [Github](https://github.com/jw-y/pkl-python) - [pypi](https://pypi.org/project/pkl-python/) It is for evaluator only and doesn't have code generation yet. But I hope I can...

I've also added codegen (though it still needs more testing) Check it out here [pkl-python](https://github.com/jw-y/pkl-python)

Thanks for the suggestion. I try my best to avoid using external libraries in `Python`, as they are often the biggest source of various problems. I believe that extra type...

Hi thanks for the consideration. For my case, I don't really need to use the top buttons as I am using external keyboard For the side navigation, I can always...

Is there a use case that i can reproduce?

Not sure if it will work, but try putting the `Generator.pkl` file into the build directory and pass the file path to `--generator-settings` flag. The core `pkl` binary by default...

Have you tried inserting `Generator.pkl` into the project before build? If you don't have that file there is no way of generating python code anyways.