Tom Adamczewski
Tom Adamczewski
Incredible work Oleksandr! For about 8 months I've been using this app daily (sometimes many hours a day). It's the best I've found for my needs, and I'm picky. I...
Performance on opening the app in iOS is a good point. But if I don't use Inbox as a concept, all my notes created on iOS will end up in...
As a workaround, it's already possible to have the output not disappear into the ether as noted here https://github.com/dokku/dokku/discussions/4986#discussioncomment-2141856 : > just redirect all the output (stdout and stderr) to...
FYI, I've written [my own plugin](https://gist.github.com/tadamcz/869802c919c72172486f219751904108) for this, adapting work by others: ```ruby # Jekyll plugin to replace Markdown image syntax with {% picture %} tag for crafting responsive images...
I hacked some more on the above and released it as a gem: https://github.com/tadamcz/jekyll-markdown-responsive-image
@kylekirkby > Add classes to the picture tag. Good for allowing users to add an inline or centered image: You'd have to parse those special Kramdown tags and I'm not...
I can confirm I'm still having this issue. Is it possible this should be fixed in Django itself? It looks like when you make a field read-only it shows a...
This StackOverflow answer (from 2013) seems to confirm it's a Django behaviour: > When field is set to readonly, Django uses [display_for_field](https://github.com/django/django/blob/98cfb90182a8baa806fc4e09e294b6cfc5d09eff/django/contrib/admin/utils.py#L418) function which hardcodes the result, you can't customize...
Would be great to get this into the next major version!
Ok, thanks! To clarify, do you know if there is an API for this in `starlark-go`? (Obviously they have the machinery for this internally, my question is if there's a...