Johan Söderlind Åström

Results 6 issues of Johan Söderlind Åström

I was looking for a gui tabs function but couldn't found it. Then I tested the demo with overview function and it had tabs. Here is the gui tabs from...

In [nuklear.h#L997](https://github.com/vurtun/nuklear/blob/master/nuklear.h#L997) comments it says: > /// If you actually only update on input make sure to update the UI two times each > /// frame and call `nk_clear` directly...

It is easy to check if user press button: ```C if (nk_button_label(ctx, "button")) printf("button pressed!\n"); ``` The `nk_property_int` ```C NK_API void nk_property_int(struct nk_context *ctx, const char *name, int min, int...

Executing `mingw.sh` results in: `bash: proc/win/mingw.sh: bin/sh^M: bad interpreter: No such file or directory` `mingw.sh` files starts with: `#!bin/sh`. Changing it to: `#!/bin/sh` fixes it.

Can we have ISCED property? https://en.wikipedia.org/wiki/International_Standard_Classification_of_Education Can ISCED be added for https://schema.org/Course?