Justin Bishop
Justin Bishop
It'd be so cool if I could press the right arrow on a directory on the left panel with ctrl-g and have it "dive" into that dir, pulling the files/dirs...
can Clear support unique constraints on multiple columns? for example: ``` CREATE TABLE table ( c1 data_type, c2 data_type, c3 data_type, UNIQUE (c2, c3) ); ```
I noticed that the bottom of my screenshots were getting cut off...it wasn't expanding quite far enough. When I switched to `cuprite`, however, it would work and capture the entire...
i have fzf installed, i'd love it if z.lua.plugin.sh would automatically detect that and add it as part of loading it in my plugin manager, i.e. zplugin load junegunn/fzf-bin zplugin...
Heyo, I'm using https://github.com/SortableJS/Sortable. I have a simple `drag_to` to move an item. it works when I use https://github.com/twalpole/apparition but if I swap the driver to `cuprite` the move of...
**Describe the solution you'd like** Right now I can rearrange the items in one list with sort(), but I have a setup where you can drag from one list to...
Allow customization of `!help` command text. Users report they didn't realize after just typing `!help` that they could get more info by typing `!help [command]` I've added the attribute `:help_message`...
It'd be awesome if this also worked when `setopt autocd` was turned on, tab completing on just the directories themselves with no preceding `cd`.
``` module DateTimeDurationExtensions def -(other) # @type self: DateTime super(other) end end class DateTime < Date prepend DateTimeDurationExtensions end ``` this results in `Unexpected Super`, but there is a `-`...
I am using https://glitch.com/ and unfortunately even the `HTTP_X_FORWARDED_PROTO` is `https,https,https` when fetching http files. however the `HTTP_FLY_FORWARDED_PROTO` is accurate and comes through as a simple `http` or `https`. I...