alecvn

Results 16 issues of alecvn

[Simple deployment of an Ubuntu VM with Docker](https://github.com/Azure/azure-quickstart-templates/tree/master/application-workloads/docker/docker-simple-on-ubuntu) ### Issue Details The template is causing Advisor to report over 30 critical vulnerabilities, mostly surrounding certificates. My assumption is that this...

## Environment - Ruby **3.0.0p0** - Rails **6.1.3.2** - Devise **4.8.0** ## Current behavior I am using the default settings, with the rememberable module included and `t.datetime :remember_created_at` on my...

Suffice it to say that my elisp is very, very poor. I've followed some examples and I've battled through some errors but I'm finally stuck with the following code. I...

help wanted
question

I have the following configuration on Emacs 26.2, Ubuntu 18.04 but the navigator doesn't appear: ``` (use-package dashboard :ensure t :config (dashboard-setup-startup-hook) (setq dashboard-set-navigator t) (setq dashboard-center-content t) ;; (setq...

It is possible I am going the wrong way about this, so please advise if there is another way. I'm currently importing my icalendar into my Emacs diary, as that...

Type: feature

According to the following documentation it should be possible to forward cookies with Swagger: https://swagger.io/docs/specification/authentication/cookie-authentication/ In `swagger_helper.rb` I have the following: ```config.swagger_docs = { 'v1/swagger.yaml' => { openapi: '3.0.1', #...

wontfix

This would make it possible to add a contrib script which would reload `barva` at, for example, the beginning of a track in order to mimic the colours of the...

enhancement

It seems that storing authentication tokens in HTTP-only cookies is the most secure way of attaching the token to requests. As far as I understand, even if the frontend and...

I have been using Devise with the default cookie session store but want to mitigate cookie replay attacks and thus installed this gem. However, I am now not able to...

## What happened? I want to have the cookiecutter setup my project so that I run runserver via a docker container. I ran the basic setup, but when choosing **docker...