Aleksandr Pasevin

Results 70 comments of Aleksandr Pasevin

Oh, I found out you can fix it just by adding this to your AppDelegate: ``` #import [[AVAudioSession sharedInstance] setCategory:AVAudioSessionCategoryAmbient error:nil]; ```

I'm interested in this as well. I assumed that you can set the `active` state of the item manually. Example in the docs is showing the use of `active` as...

I just noticed that `SidebarDropdownItem` behaves differently to `SidebarItem`. In `SidebarDropdownItem` you can actually manually set the `active` prop. It creates even more confusion to me. I would expect both...

Hi guys, has this been considered for the near future? Or is this project not maintained anymore? Trying to figure out if it's worth adopting it. Looks like the timezone...

> My current solution was to remove the timezone information from the frontend and letting the backend to convert that date to the current timezone. > > [diff link](https://github.com/django-recurrence/django-recurrence/compare/master...iago1460:master) (ignore...

I'm having the same issue but with my regular `svelte` project. Using: - `"svelte-loader": "3.1.7",` - `"svelte": "3.58.0"` Config: ``` ... use: { loader: 'svelte-loader', options: { emitCss: true, hotReload:...

@double-di for now my solution was just to subclass the view which is failing and set ```renderer_classes = [JSONRenderer]```

> @pasevin are you still having this issue? Yes, it's still happening, unfortunately.