shivams

Results 10 comments of shivams

Hi @kazhala: Yes. You understood it correctly. This is exactly what I have in mind. Thank you for explaining the feature request with an example. ### The Concern Your concern...

Thank you @robertknight for such a prompt response! Blocking https://nexus.ensighten.com/ does indeed work :+1: I am eagerly awaiting the Firefox browser extension.

@kgodey If this issue is still relevant, you may assign this to me.

I've looked into this issue. The following rough code extracts the information from `currency_info.json` and returns the display options as defined in https://github.com/centerofci/mathesar/issues/1105: ```python import json currency = getCurrency() #some...

Yep, experiencing the same issue on Ubuntu. The issue is being caused because the function `createWindowSurface()` is defined only for OSX and Windows, and not Linux. Looking into the `Cairo.h`...

I am having the same issue here on Pi 3B using Raspbian Stretch. For me, somehow the **problem gets resolved when a second device connects**. Second device's sound is then...

@jamie-marchant Interesting. Could you mention what were those updates?

@jamie-marchant Can you tell us your current Raspbian version, Alsa version and other important information that might be helpful? I will try to update my Pi to the same versions...

The issue has indeed gone away after upgrading my pi: sudo apt upgrade I think the issue can be closed. Thanks a lot @jamie-marchant