Alain Pilon

Results 13 issues of Alain Pilon

While the gem already stores the picture dimensions, I think it would be great to also store all available metadata (EXIF, GPS, etc...). Am I the only one with this...

The 'reply' link associated with a comment now carries some information about the comment which is used to generate the reply form. No need to make a callback to the...

Since the standard alert box is so ugly, it would be nice for the library to allow us to pick a custom function for fire instead of the alert.

question

There is a version 3 of the API available for a while, anyone has a working fork?

When using Extradite with Vim Airline (https://github.com/bling/vim-airline), the `setlocal statusline=` does not seem to work. Instead of getting the expected timestamp of the commit, I am getting a `[No Name][-]`...

I have a simple on_disconnect block inside of my `SocketIO.connect` block and when I cut the internet off my laptop, it is not run.

The call to [split_data](https://github.com/autodistill/autodistill/blob/060e8e4c3fa3915bb349965621f6ec32aaca97d4/autodistill/detection/detection_base_model.py#L58) is causing some confusion IMHO. It should either: - be a flag we can toggle on/off. - copy the files to the YOLO train/val folders instead...

I was about to build a 500px clone for a personal project and found photographer.io. It covers most of my needs but when looking at the source, a few questions...

Why does `Project#single_upload` return a response while `upload` returns `nil` ? Is this an oversight or expected behaviour?