d3vr4ndOm

Results 4 comments of d3vr4ndOm

Hi @olleolleolle, it does not use `unsafe_load`, but should be compatible with psych 4. The solution is copied from rails... https://github.com/cschiewek/devise_ldap_authenticatable/pull/276 Edit: As a workaround I am just using `gem...

Is there any chance to make the tags somehow workspace-aware? Something like * If a tag gets pushed with the workspace name as prefix josh is aware of the tag...

Hello, I am also currently exploring options on how speed up EKS managed node group workers and thought it would be as simple as having a custom AMI eg. using...

What works for me: ```Dockerfile FROM alpine:latest RUN apk update && apk add --no-cache \ curl \ tar RUN curl -L https://github.com/rust-lang/mdBook/releases/download/v0.4.34/mdbook-v0.4.34-x86_64-unknown-linux-musl.tar.gz | tar -xzC /usr/local/bin WORKDIR /src # Some...