-
### Name of Council
Chelmsford
### Issue Information
Chelmsford deleted Salesforce and their JSON data, it is now .PDF (urgh) and/or "this is your collection day"... lol.
But we in CHM do not see…
-
I have this import in one of the files,
```
try:
from bs4 import BeautifulSoup
bs4_support = True
except:
bs4_support = False
```
Invoke pigar with:
`pigar generate --auto-s…
-
Hello,
#ModuleNotFoundError: No module named 'bs4'
I got this error, what should i do??#
*I solved it by "pipe3 install beautifulsoup4"
I want to learn how i can change this program to use wikiart…
-
There seems to be no equivalent of Bootstrap3NavigationBar in Bootstrap4.
Is it missing or is it not required ?
(Then what is the approach - I am trying to build a BS4 navigation bar with Brand, c…
-
I am installing this on a NAS (Synology) I got the pip install requirements and I am getting the error below.
~# pip install -r ./plex_debrid/requirements.txt
Collecting bs4==0.0.1 (from -r ./p…
-
## Description
Due to a combination of string separation to aid translation and HTML formatting via BeautifulSoup4, the published HTML output includes extraneous spaces.
### Example:
[`docs/licen…
-
I get this message when i start the scrapping file
-
I had to change
``` python
from bs4 import BeautifulSoup
```
to
``` python
from BeautifulSoup import BeautifulSoup
```
But I'm not sure if that's due to an error on my part.
-
- [x] search breaks badly on `xs` view [should fixed be in v4]
- [x] navbar pills on landing page break badly [should fixed be in v4]
- [x] left sidebar does not look good on `xs`
- [x] right sidebar …
-
Bootstrap 4 sets the `active` class on the anchor elements rather than the `li` elements. This causes
```javascript
$('#input-widget').scrollingTabs({
tabs: [{..., active: true}],
});
``…