I opened the comments before the website as I was sure this would be another of those sources available clickbait. Why is this kind of disingenuous move not enforced in the title guidelines of HN is beyond me.
That's a very low cost approach, I love it!
I still think the Django ecosystem would benefit from a standardized/packaged approach including migrations. I'll ponder a bit more
This looks great, I'll definitely give it a try.
As many mentioned already, having classic columns and a JSON(B) column seems to be a common solution.
How do you handle data validation for the JSON documents?
My current project uses Django for metadata. I've been thinking about creating a layer similar to model fields in Django. You would declare a JSON "model" through those fields and assign it to the actual model JSON field.
Couldn't you solve that issue with nodeenv in python? This is how I usually add J's to my projects. It will keep node &nom/yarn/whatever else and your js in the venv as well.
Lots of comments below shooting from the hip and throwing warnings of security issues clearly without any practical knowledge of the current BT API. Someyimes, not saying anything is also an option.
Thanks for putting it in context, the Bluetooth API has been a big source of frustration in my exploration of PWAs. So many simple setup apps wouldn't need to be native.
A cross platform Bluetooth API for the web would provide really easy PoC with MCUs.
I used Yatse for many years to control xbmc then Kodi. Always worked well enough though requires to be talk with the media center on the same network so might have to shut VPN and such. I've never tried with jellyfin as I now have a physical remote for my Kodi set top box.
I've had the exact same experience with them. After 10 years using that server, one payment failed, about ten days and they nuked the machine. German efficiency I suppose.
Taobao has several stores selling it at around 68rmb which is a bit more than $9 at current FX. I'm quite curious about it and just ordered one, should get it in a couple days.
There's definitely a valid use case when building PWA apps.
The problem in previous versions was the impossibility to change the notification service, it is now possible through the `PushManager`.