Brantley Harris
Brantley Harris
NetworkX is mostly about it's wonderful library of algorithms which, using a Redis module, wouldn't do much. I could see matching its interface (which is already basically there), and allowing...
Not sure if I have a special case, but for me scroll is restored properly on page changes, but when I go to a new page, it doesn't move the...
This is the main feature that is literally holding back PWAs from taking over.
@web-padawan -- I need to get this working yesterday. And I'd like to spend some time on it. - What issues do you see in Safari? - What are the...
Thank you very much @web-padawan for your work on this. I've been given a small sandbox of time to get this done. So we'll see what I can do.
Please give me clear docs on using them in the lightDOM and shadowDOM at the same time, then yes.
Some thoughts: - The W3 example uses a listbox, specifically. But other examples use a grid and another a datepicker, so it doesn't seem like that is necessary. - It...
After some research, came across [this section of the JSON-LD 1.1 Processing Algorithms and API](https://www.w3.org/TR/json-ld-api/#overview-5). > If [active property](https://www.w3.org/TR/json-ld-api/#dfn-active-property) has a [type mapping](https://www.w3.org/TR/json-ld-api/#dfn-type-mapping) in the [active context](https://www.w3.org/TR/json-ld11/#dfn-active-context) set to @id...
In that case, you could adjust your rendering function to something like this, assuming you still want template functionality: ``` @app.route("/") @app.route("/") def page(path="index.html"): # Just render the template at...
Yeah, this is great! I think of your options, `extra: msgspec.ExtraFieldsDict[T] = {}` makes the most sense to me, if keys really can only be strings. Not sure a default...