Reno Raksi

Results 5 issues of Reno Raksi

This PR replaces `fopen` with `fopen_s` in `examples/examples.c` for Windows since `fopen` is a compilation error on UWP.

What title says. Thanks!

packaging

I need to be able to detect if the user switches account or network. I notice that the `activate` function is not called when those changes happen by the user....

Hello! I'd like to add a simple feature of loading an image given the URL like `load_image_file`. What do you think?

Is there a mapper for listing all subexpressions of an expression? For example, `x + 2*y` becomes `[x + 2*y, 2*y, x, y]`, sorted based on precedence. Otherwise, if you...