Nick Janetakis
Nick Janetakis
A lot of other programming runtimes like Python, Ruby and Node explicitly have `-buster` tags in the list of tags that appear on the Docker Hub. I think Elixir should...
Here's a stripped down example of what I have set up: ```ruby class Course < ActiveRecord::Base extend FriendlyId validates :title, presence: true, length: { maximum: 70 } validates :slug, presence:...
Hi, First up, really nice plugin, I just started using Obsidian and came across yours for making a Kanban board. One thing that I found myself doing a lot with...
For example: ```vim " Specify a directory for plugins. call plug#begin('~/.vim/plugged') " Atom One Dark / Light theme. Plug 'rakr/vim-one' ``` With Vim One (either dark or light), the `'~/.vim/plugged'`...
### Versions ConEmu build: 180626 (tried both x32 and x64) OS version: Windows 10 Pro 18.09 (OS build 17763.55 stable channel) Used shell version: WSL and PowerShell (just standard Bash...
I've recorded a video to demonstrate the issue: https://user-images.githubusercontent.com/813219/102691989-710aa400-41de-11eb-9958-3455fa2a9265.mp4 **First up, there's the potential bug** which involves not being able to drag an image below a code block when the...
Hi, If I set the following in my `config.exs` file, only the `view_style` takes effect: ```ex config :scrivener_html, routes_helper: MyApp.Router.Helpers, view_style: :bootstrap_v4, distance: 5, next: "Next", previous: "Previous", first: true,...
Currently we can run `Faker::Color.hex_color` to generate a random hex color. It does not support any arguments. It would be great if we could optionally run: - `Faker::Color.hex_color(luminosity: 'dark')` -...
Have you guys figured out a solution to this? They load normally but when accessed through turbolinks they do not show up. Embedded gists have special needs too. Often times...
I find myself creating directories and files using Fern because it's handy, but I noticed that you can't create more than 1 file or directory at a time in a...