Michel Pigassou
Michel Pigassou
UX: when only hour has been selected, min is displayed but the selection is not taken into account
Hi, So if we just select an hour, the clock will display eg. '13:00', and if we click outside the overlay, the value will not be taken into account. I...
Fixes Tailwindcss link in README.md by prepending `https://`
I couldn't try to use the plugin with a mysql user that has a space in its password. I also tried to url encode it, replacing ' ' by '%20'...
Hi, I have a question: I've seen cases where a PR is really bad in terms of merging master multiple times, with commits before, in between etc. The kind of...
There is a problem running the migration, due to key length which is too long if the table use utf-8: == CreateOauthConsumerTokens: migrating ====================================== -- create_table(:consumer_tokens) -> 0.0780s -- add_index(:consumer_tokens,...
When I try to disconnect a user who is already disconnected from an oauth service I get the following: uninitialized constant Oauth::Controllers::ConsumerController::RecordNotFound /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:440:in `load_missing_constant' /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:80:in`const_missing' /myapp/vendor/plugins/oauth-plugin/lib/oauth/controllers/consumer_controller.rb:49:in `destroy'
When I'm using guard-spin and placing a debugger instruction, the prompt is buggy. I cannot enter correctly commands, as it happens to ignore the letters i'm typing. Have you experienced...
Hi, There is an example about using #hll_union_agg(users) OVER (ORDER BY date ASC ROWS 6 PRECEDING). However if I try to use it with OVER(partition by date) it does not...