Mike
Mike
If the text contains a domain name like www.google.com then the parts of that name are extracted as words, e.g. the word "com".
The documentation on the lettuce.it website doesn't explain how lettuce loads modules, after terrain.py. Is this determined by something in terrain.py? Or does it just load all modules from the...
I'm using Vega-lite 4.17.0 via Altair 4.2.0 in Streamlit 1.10.0 (latest at time of writing). Starting with the [Stacked Bar Chart](https://vega.github.io/editor/#/examples/vega-lite/stacked_bar_weather) example in Vega, adding `scale:{rangeMin:0}` to [clamp the Y-axis...
If I have a parent resource that has nested resources, I'd like to include the URLs of the nested resource in the parent resource's serializer output. For example, if an...
### Problem We find it difficult to make charts 100% self-explanatory. There is always some knowledge assumed, otherwise we'd have to put a load of text onto the dashboard that...
### Problem Our Streamlit dashboard has users with different width screens, some 4K others not. If we put everything in one column it gets very long, and for 4K users...
Django logging configuration (in settings module) is ignored because `django_q.conf` overrides it: ``` # logger logger = logging.getLogger('django-q') # Set up standard logging handler in case there is none if...
It's common for [Atlassian Connect Add-ons](https://developer.atlassian.com/static/connect/docs/latest/) to use REST to talk to JIRA, so node-jira would be very helpful for Add-ons built using [ACE](https://bitbucket.org/atlassian/atlassian-connect-express). Unfortunately it doesn't currently support JWT...
Tooltips show missing values (NaT) in a Timestamp column as "Jan 01, 1970" (the [epoch](https://en.wikipedia.org/wiki/Epoch_(computing))) rather than "null" used for other types. This makes it hard to show timestamps in...
We occasionally see Streamlit error messages pop up like this one: > Page not found > The page that you have requested does not seem to exist. > Running the...