Sergiy Kukunin

Results 30 issues of Sergiy Kukunin

```ruby with_options documentation: {required: true, type: 'integer'} do expose :posts_count, as: :posts, documentation: {example: 7} expose :followers_count, as: :followers, documentation: {example: 105} expose :following_count, as: :following, documentation: {example: 52} expose...

Fixes #2010 To keep the backward compatibility, I introduced a new event. The integration works fine in my project with this change.

Hello. I'm trying to add the monitoring by subscribing to `'endpoint_run.grape'` via `ActiveSupport::Notifications.subscribe`. It works well until an exception occurs inside API. I have a bunch of `rescue_from` blocks to...

bug?

Video in H264 doesn't work in Firefox (at least 57 on macOS) in jvb mode. It works fine in p2p with Safari using H264. The root cause is that it...

I tried your package and it seems great. However, It seems like colors are broken, at least with the latest tailwind and default configuration. If you take a look in...

That's a dangerous bug, where `` is still clickable, and has its handler executed

You can check the demo page in Safari, you can't type text in the `TextInput` component. This is because of `select="none"` attribute in Touchable. As a workaround, `TextInput` can override...

I use tailwind-react-ui with latest TailwindCSS and component looks broken ![image](https://user-images.githubusercontent.com/237993/72511009-1856bc80-3853-11ea-83b4-11dd77b50a25.png) I noticed, that it uses `pin-y` and `pin-r` classes, which aren't available in TailwindCSS. There are `top-0` and `right-0`...

The problem happened with a fork of `knock` which I was using for a long time: https://github.com/JonaMX/knock. It worked well until I decided to upgrade to the newer fork of...