flask-profiler
flask-profiler copied to clipboard
Column "name" is not filled
I set up flask-profiler as described in the README, and it works fine so far. However, column "name" is always empty:
Apart from that, everything works find - it's just a bit inconvenient to only see the HTTP method.
I am using:
- Python 2.7.5
- Flask 0.10.1
- Flask-Profiler 0.5
I am happy to provide more information if needed.
Update: It seems to work with Internet Explorer (tried 11.0.9600), but the names are missing with Firefox (using 38.7.1). As the latter is my default browser, the issue is still inconvenient.
@xorxor perhaps you have an idea since it looks like a front-end issue?
@muatik yes, I am working on new version, including this issue
I checked just to make sure: Neither browser gives a Javascript warning, and both browsers are serving the exact same sources.
@muatik : I can take this up but I would need help from @xorxor to know about the JS build system, in repo I was only able to find the generated main.js but there are no dev JS files that I can edit. Thanks.
I think @xorxor is not interested in the project anymore, are you, @xorxor? If not, I can consider writing front-end side myself, even though I don't like front-end side :)
Once the build system is recovered/discovered or in place, I can take the front end part up. Life happens, I understand @xorxor can be pre occupied :)
Let's wait for a while (1 month would be decent amount of time) for response from @xorxor, otherwise I will reverse engineer the already built files and create a JS build system around it.
Thanks :)
@muatik : Should I start on reverse engineering the JS build system ? Any preferences on what do you want to use for the new build system ? ( say webpack or something )
Okay, I had a chance to talk to @xorxor and he replied that he will not be able to contribute in short term, unfortunately.
If I am supposed to work on the front-end, I would choose bootstrap and native javascript alongside some jquery plugins. I've not been doing anything on the front-end side for considerable time, about 3-4 years so that I feel I lack modern methods.
It is up to you to choose methodologies and technologies. But I think simple, extendable and maintainable solution what we need.