Rémy HUBSCHER
Rémy HUBSCHER
Other great propositions from the meeting: - kinto-storage.js - kinto-offline.js - kinto-offlinefirst.js
I like this idea because it helps speed up things for schemaless.
We need to wait for the plugin to be working before doing that. For now there are two ways of handling that: - Either the push notification is just a...
@ipsha21 might have some insights because she did something similar using webpush
In this case the solution I had in mind was to go to 0% and then switch to pixels. But then you need a way to guess how many pixels...
I was looking forward to implement something like that: - https://css-tricks.com/animating-the-content-property/#article-header-id-1 - https://css-tricks.com/reverse-text-color-mix-blend-mode/
I was looking for the exact same thing and I ended up implementing it like that: https://ellie-app.com/SbK5377Vyra1 ``` type alias Model = { style1 : Animation.State , style2 : Animation.State...
I noticed that as well.
For instance you can use https://github.com/abogushov/django-admin-json-editor I am tempted to build something that would configure it automatically based on the TRANSLATION_MAP settings. Does anyone uses anything else?
Here is how I managed to do it with ``django-admin-json-editor``: **settings.py** ```python INSTALLED_APPS += ['django-admin-json-editor'] LANGUAGE_CODE = 'en' LANGUAGES = [ ('de', 'German - Deutch'), ('en', 'English'), ('es', 'Spanish -...