Results 12 issues of Nokola

Just moving the discussion here from the closed PR. I make a simple working insert-file.ts addon, as we discussed above. Here it is: https://gist.github.com/nokola/f11f91b15ee4acdd17588334e1b57f78 I won't have time to extend...

Steps to reproduce: 1. Type and move cursor at `|` ``` `te | st` ``` 2. Press `/` select "Inline Math" 3. Right arrow 4. Backspace Expected: Inline math is...

I really like the miniquad's event-based input with `impl EventHandler for Stage` because it allows the input to be independent from FPS. For example: input from touch can come 100...

Opening this issue to track what work can be done to support Metal on iOS. I have an iPhone and can contribute to Metal support from time to time, but...

For the last several days I had few questions and idea: 1. How do people see miniquad evolution? 2. Proposal for UI library. Here's an idea: ![image](https://user-images.githubusercontent.com/6869225/82156788-2da81b80-9832-11ea-96bb-326fcdeda4b3.png) The goal is...

Today miniquad will panic if invalid shader code is specified in Shader::new() It may be useful for callers to gracefully show error message instead of panic!() especially for tools that...

I'm moving the nvg-miniquad over to miniquad::graphics::Context, and I noticed something unexpected with the API. For example, here's part of the code of `examples/quad.rs`: **Current API** ```rust mod shader {...

I searched for glDeleteShader() in the source of miniquad and I found that shaders are never deleted unless they don't compile. glDeleteProgram() is also unused. This may be an issue...

Windows 10 Android Studio 3.6.3 (latest as of 2020-04-22) XiaoMi Note 7 phone **Steps to reproduce:** 1. Open `pathfinder\demo\android` in Android Studio 2. Attach phone to your computer 2. Select...

bug
compatibility

In markdown tables, when I press backspace in overtype mode, it acts the same as Insert Mode, deleting and messing format on the right of the cursor. ``` | Property...