Ángel Velásquez
Ángel Velásquez
Bueno les paso algunas de las capturas que hizo @fdalvano Hay una muestra de la home y de una página de la wiki con el header en azul, blanco y...
Hey @ZipBrandon I tried to use your fork, but I'm having no luck with a project that is already in django 4 and using garnett for the first time (when...
I did indeed and didn't help in my case
Hey there @LegoStormtroopr and Aristotle-Metadata-Enterprises really thanks for this project, @ZipBrandon we ended up forking and picking a different solution (not going to do publicity about it here as this...
As @Goku-San mentioned on https://github.com/ryanoasis/vim-devicons/issues/359 adding `set t_RV=` at the end of .vimrc fixes the issue.
As @Goku-San mentioned on https://github.com/ryanoasis/vim-devicons/issues/359 adding `set t_RV=` at the end of .vimrc fixes the issue.
I've tried adding that on Request.php but it also needs to be set $this->headers[self::HEADERS_APNS_TOPIC] == bundleId."voip" When I'm doing the auth I know I'm sending that header but I can't...
@edamov I'll try this today and I'll let you know if it works. Thanks!
Hmm I think I misunderstood you, how come I can have $`this->headers[self::HEADER_APNS_TOPIC]` with the value of the bundleId."voip" ? automatically, as this is being sent when we authenticate against apple...
Ok I will create the PR with this code, although I will create a branch with the modifications I need to make it work on my project, then after when...