Peter Uhnak

Results 12 comments of Peter Uhnak

It seems the name is given only to notify; but just one line need to be changed: https://github.com/TrevorBurnham/Jitter/blob/master/src/jitter.coffee#L140 to `puts source + ': ' + err.message`

well one can run into this issue very easily when e.g. a bad code subdirectory is specified in baseline. And considering the error message is `withSqueakLineEndings` was sent to `nil`...

The behavior is in fact regression between 4.0.4 and 4.0.7 (I imagine due to tweaks here https://github.com/antlr/stringtemplate4/blob/master/CHANGES.txt#L27 ) Can this be fixed so it is consistent? I imagine that changing...

If you are looking for types that are closer to the generated opencv.js/wasm , I'm currently working on generating typescript types directly from opencv codebase https://github.com/peteruhnak/opencv-ts (with the intention for...

sure, but the important thing is to have a very (warning/error) message, so the user don't need to go guessing what went wrong

Thanks Dale! I will play around with it. (and this also solves the problem for me)

I'm reopening this, as I gotten bitten by this yet again and lost several hours before I realized what was actually wrong, and as there's still no way to reasonably...

The submodules are not really stored in the bare repository, so you would need to also work with bare repository of the submodule itself and then upload it.

Is there any progress on this issue since last year? Due to .gitignore's manpage it uses only few simple rules and `fnmatch()` function so it shouldn't be that hard.

I think the question should be one .gitftpignore in the root (+1 here as well) or in any directory – much like .gitignore. Also I don't see any reason to...