Alejandro M Guillén
Alejandro M Guillén
I can't seem to be able to access http://dancing-cube.neribarnini.me/ :(
Bower's package metadata file should be called bower.json. The previous name component.json has been deprecated. Cheers!
I noticed commit 3998996 delegates APNS calls to PyAPNS2, but it also removed the documentation for APNS_ERROR_TIMEOUT. How can we set a timeout for APNS sockets?
Hello, I noticed that the shaders are not loading because of a CORS error when accessing the app via `http`. The requests for the shaders are done with `https`. It...
I am unable to display oauth pages in anything other than English. I import the urls using ```python path("o/", include("oauth2_provider.urls", namespace="oauth2_provider")), ``` And I have specified the language and i18n...
Hello, I am using this library along with dragabble/droppable from jQuery. After using the zoom plugin, the draggable becomes unusable. I think it is because of this line: ``` document.ondragstart...
Hello, I was wondering if the possibility of specifying a particular fieldset in the templates is something desirable/planned. The idea would be something along the lines of: ``` sh ```...
This commit removes distribution-file changes from pull request #452 Sorry for the double PR, I had deleted the fork a while ago and I can't seem to edit the original...
Hello, I was wondering if it would be good to allow accessing the model's attributes directly from the template without the need of explicitly setting the templateData. I imagine this...
Hello, Small issue... I noticed when the `--file` option is used, reporters still try to move the cursor around due to `tty.isatty` returning true. Would it be desirable/feasible to ensure...