Olivier Paroz
Olivier Paroz
What worked for me on Win11. - Install driver. Now it works over USB - Turn the trackpad off and on again. Now I see it in the list when...
Unfortunately no :(. Maybe a conflict if you're on a laptop? Everything works here and I can configure everything from the touchpad windows settings.
I played with the library a bit. By replacing ``` imgWidth = (imageWidth > imageHeight && contHeight >= contWidth) || ratio * contHeight > contWidth ? contWidth : ratio *...
Yeah, I've noticed that the fullscreen mode has the same problem where images will be stretched to fit. Just ping me when you're back and have time to work on...
Any news? :)
Editing would be great as well.
True, but even if it's been sent out, it could still be edited if a mistake was made. Also, most commenting systems out there allow for editing/deleting. I'm just requesting...
I see what you're saying, but sometimes you just want to remove a typo or remove old comments that were made redundant. Maybe a "hide" option would work? At the...
Yeah, default to Monday would be great :)
Here is a list of files which use the datepicker app/assets/javascripts/application.js.erb app/assets/javascripts/timeline.js.erb app/assets/javascripts/tasks/task_editor.js app/assets/javascripts/tasks/task_details_editor.js app/views/milestones/_form.html.erb app/views/billing/index.html.erb The datepicker already has the dateFormat option and firstDay needs to be added. Value...