encryptblockr
encryptblockr
As we all know storing tokens in local storage is bad security Will be great to either change the authentication flow to use HttpOnly cookie as opposed to the local...
Why am i getting this error? ``` cannot use time.Now().Add(time.Hour * 24).Unix() (type int64) as type *jwt.Time in field value ``` Here is what i have ``` import ( "github.com/gofiber/fiber/v2"...
Will there be a web UI for machinery like asynqmon => (https://github.com/hibiken/asynqmon) or flower => (https://flower.readthedocs.io/en/latest/) for python celery
upon running the command here is what i get in logs ``` ubuntu@bastillion:~/bastillion-jetty$ export JAVA_HOME=/usr/lib/jvm/java-9-openjdk-amd64 ubuntu@bastillion:~/bastillion-jetty$ export PATH=$JAVA_HOME/bin:$PATH ubuntu@bastillion:~/bastillion-jetty$ ./startBastillion.sh + cd jetty + java -Xms1024m -Xmx1024m -jar start.jar 2019-08-16...
here is my model ``` import ( "github.com/jackc/pgtype" ) ... ClientIp pgtype.Inet `json:"client_ip" gorm:"type:inet;not null"` ... ``` I am trying to parse the ip address which is in string format...
I am trying to use a third party package within my gophernote and got the following error ``` repl.go:3:2: error loading package "gorm.io/driver/postgres" metadata, maybe you need to download (go...
looking to have historical traffic data like how much bandwidth utilized etc like the screenshot below from [observium](https://www.observium.org/screenshots/) what prometheus query can provide this data? 
Anyone willing to share a great looking and updated grafana dashboard? The ones we see are 3 years old and contain very basic metrics and most metrics do not currently...
does isardvdi support GPU? what GPUs are supported and any documentation on how to set it up to use GPU? Also is there a way to use the GPU with...
At the very least we want to quickly see the table relations in an ERD diagram Any plan to include like a screenshot to quickly see how the table relationships...