Ville Tirronen

Results 9 issues of Ville Tirronen

Would it be possible to have an analogue of // for union types? As in, \\/ = The use case I have is something like this ```haskell let myLayouts =...

standardize me

Would it be possible to expose the source position for scanners and extension building functions? I have two use cases that would greatly benefit from this: 1) Many extensions can...

feature-request

The sequence `distanceTransform L2 M3 . selectSizedComponents 40 100000` complains about bad image type for distance transform. Probable cause: `sizeFilter` returns a wrong image type (32F).

Currently the CV module namespace is flat and quite wide. It would be better to have some structure (Such as CV.Features/ which would contain Histograms, Textures, Features etc.)

Make rewrite rules to automatically fuse operations based on ImageOp (aka. run ImageOp1 (run ImageOp2) => run (ImageOp1 . ImageOp1)

The code is missing a branch to take the given reference name into account. This should be postponed after I decide if the explicit references flag is useful or not....

bug

Just a heads up. I was fuzz-testing random c-programs and todo.c segfaults with the following todo.txt file: ``` - [ ] Go Shopping - [ ] Clean the room ```...

It seems that gitreceive cannot receive tags. Every time tag is pushed I get: ``` ! [remote rejected] fix.1 -> fix.1 (pre-receive hook declined) ``` This seems to happen before...