Bibhas Bhattacharya

Results 22 issues of Bibhas Bhattacharya

The demo should show how to start the SSDP server and any background threads when app is active and shutdown the server and threads when it becomes inactive. Right now,...

enhancement

###### Before submitting an issue, please, see https://github.com/tapio/live-server#troubleshooting ## Issue description live-server requires that ``body`` tag be present in the HTML. This should be documented clearly. Granted most web pages...

Platform: MacOS Big Sur Xcode: Version 12.4 From the ``example`` folder I run: ``` make ``` I get this error: ``` file_browser.c:14:10: fatal error: 'GL/glew.h' file not found #include ^~~~~~~~~~~...

The PDF has excessive top margin. Not sure how to reduce that. ![image](https://user-images.githubusercontent.com/1730356/96924589-db25f780-1480-11eb-9498-ffc3edfe42b1.png)

When I use the `/template-app/index.html` from the Electron's `electron-quick-start` app, I get this error upon startup: ``` menu.js:24 Uncaught TypeError: Cannot read property 'addEventListener' of null ``` The relevant portion...

We need the panes to be resizable using some kind a splitter. I tried using [jQuery Splitter](https://github.com/jcubic/jquery.splitter) without much luck.

feature
js

Hi, Users including myself are reporting constant confusion with the tabs. They can't tell which tab is currently selected by looking at the colors. ![image](https://cloud.githubusercontent.com/assets/1730356/13529167/a8605cd4-e1e8-11e5-88cd-15e5cb0a5a3a.png) That problem doesn't seem to...

I will like to see the table columns be resizable.

feature
js

Right now it appears that the panes can be stacked horizontally in columns. We need vertical stacking as well.

feature
css

I am running in a docker container in macOS. I think the container is missing OpenGL. How do I fix that? ``main.py`` is failing after a long time with this...