Viewing profile — riccardoforina
riccardoforina
HN member- Joined
- Wed, Aug 01, 2012, 5:04 PM UTC
- HN karma
- 161
- Public activity
- 38 items
- HN profile
- View on Hacker News ↗
About riccardoforina
No profile information was provided.
Recent public activity
-
comment
Comment #16280040
It's funny though how a security related page is insecure because of a misconfigured third party js. https://imgur.com/a/CBftH https://sslanalyzer.comodoca.com/?url=https%3A%2F%2Fa…
-
comment
Comment #14781034
Nice idea. FYI I just tried it on my Mac (10.12.5) with Safari as a default browser and Safari crashes every time it's opened to do the login to any service. After a couple try als…
-
comment
Comment #11445289
::-webkit-scrollbar { width: 1em; }
- story
- story
-
comment
Comment #6847746
Can I suggest putting image size information directly in the html (or at least in a css class) to avoid end-user dizziness?
-
comment
Comment #6814127
Boo to me for misspelling Bootstrap...
- story
- story
-
comment
Comment #6586175
400kb for an useless image just on top of everything? http://www.reactiongifs.us/wp-content/uploads/2013/03/neverm...
-
comment
Comment #5831468
Reasons behind not providing a free extra limited account to engage your potential future evangelists (ala NewRelic) but only a time limited trial with a required credit card slot?…
-
comment
Comment #5791832
Should be "Falsehoods US programmers believe about addresses". Anyhow true. I recall the "Apply for this position" form of a big player, open to remote working. A full US address w…
-
comment
Comment #5408309
Have a look at django-cms.org The "automagical installation" is something that can be done, but it's up to the provider to do it. A Python website (as well as for Ruby) ain't a bun…
-
comment
Comment #5406676
Dozens of "max_user_connections" spammed in the page (error handling anyone?) and garbage characters in the content? Well, I think I'll wait for another source.
- story
-
comment
Comment #5275414
Glad you like it, and thanks for sharing :)
- story
-
comment
Comment #4846731
Give a shoot to my project then: https://github.com/riccardo-forina/django-admin-bootstrapped The aim is to refresh the admin frontend without polluting it with extra python code.
-
comment
Comment #4845081
Thanks!
-
comment
Comment #4844672
After Twitter, I'm here too! Can you please rename "django admin bootstrap" to "django-admin-bootstrapped", which is the correct name of the project? Btw, that's a massive list :D
-
comment
Comment #4841418
That's fun!
-
comment
Comment #4796160
Can you open an issue for this please (maybe with a screen)? I keep forgetting to check it.
-
comment
Comment #4794149
Thank you sir! I uploaded the package on pypi a couple of minutes ago, you should now be able to do: pip install django-admin-bootstrapped
-
comment
Comment #4793839
Good question. I tried every one of them I could find, none matched my needs: working only on the template side without strange settings or url tweaking. I see that douglasmiranda …
-
comment
Comment #4793521
This is correct. Unfortunately no bootstrapping can be done to the actual html code without rewriting it. Or, to be more precise, no _good_ bootstrapping can be done. I hope this a…