Jordan Miner

Results 30 issues of Jordan Miner

There is already a section on how to find whether a curve has inflections or a loop and a section on how to find where the inflections of a curve...

enhancement

It'd be nice if cgmath could create both left and right-handed perspective matrices. Currently it only does right-handed. Direct3D has different functions: [D3DXMatrixPerspectiveLH](https://msdn.microsoft.com/en-us/library/windows/desktop/bb205352%28v=vs.85%29.aspx) and [D3DXMatrixPerspectiveRH](https://msdn.microsoft.com/en-us/library/windows/desktop/bb205355%28v=vs.85%29.aspx). As far as I know,...

I created a regex with `multi_line` set to `true`, but after debugging why the regex was matching in a unittest but not in a file, I found out that `$`...

### Reproduction steps 1. Add a submodule to a Git repository like `git submodule add ../test-module test-module` 2. Change the commit of the submodule like `cd test-module; git checkout -b...

I use Visual Studio Code, and I have to pass the `--wait` option to use it with pipe-rename. However, if I try doing that, I get an error: ``` PS...

good first issue

If I run this command: ``` PS C:\Files> renamer *.txt ``` Then this file opens in my text editor: ``` *.txt ``` Windows passes command line arguments as-is to programs,...

good first issue

Before this fix, if there was an empty footnote on the page, Littlefoot would crash and no footnotes would work. When people are in the process of writing a page...

IUP doesn't use consistent naming for "columns" and "lines". On a GridBox, it uses `COL` and `LIN` as in `NUMCOL` and `NUMLIN`. Yet List and Text have `VISIBLECOLUMNS` and `VISIBLELINES`...

## Attributes - [x] `id` - [x] `APPENDITEM` - [ ] `AUTOHIDE` - [ ] `AUTOREDRAW` - `BGCOLOR` - [ ] `CANFOCUS` - [x] `COUNT` - [ ] `DRAGDROPLIST` -...