Allows file upload using FTP for CarrierWave uploaders.
A simple facebook library for Ember.js - Check example below
OBSOLETE - Ember FormBuilder is a form builder implementation for Ember.js and Handlebars. It's inspired by the Rails form builders, simple_form and formtastic.
My preferences and automation
Pack of locales for localizing Chronics date parsing.
A facebook client on ember.js
ctags for bosh manifests and cloud configs
Chronic is a pure Ruby natural language date parser.
push eventluan/tmuxfiles
commit sha d3cb4ff9c918c9266ea677d3ba3189e4f592fed9
Revert accidental deletion
push time in 6 days
push eventluan/dotfiles
commit sha eb2e49ccc2eeff943837aeda860386f65fb09b09
use built-in back-and-forth in i3
push time in 20 days
push eventluan/dotfiles
commit sha 2a2de6d8f04dcabd41d28f4e06e10a0f35ff8dde
i should really just commit more often
push time in a month
push eventluan/dotfiles
commit sha afd7470ac5e77568be0fd6bc9c66b312f5d2b079
i should really just commit more often
push time in a month
push eventluan/dotfiles
commit sha 6c73ed8b7c02e930ab4ccdf053b8b114140f72c6
i should really just commit more often
push time in a month
push eventluan/nvim
commit sha 4a48f8757fc6d83d61e3c0b0266a593e7ee82281
use more language server and less ale
push time in a month
push eventluan/dotfiles
commit sha af62b1809a02734721fa38bfa7a028002c347951
i should really just commit more often
push time in a month
push eventluan/nvim
commit sha 7a9545c8cc6639689e9b93171e6dfd8ccaf6d1e0
use coc.nvim for going to definition in go
push time in a month
push eventluan/tmuxfiles
commit sha 2099772118b1b4829f4b28dd5b52c5778a00112d
switch to pre-made theme
push time in a month
PR closed luan/tmuxfiles
Change tmux C-Space behavior to try to switch to the last-pane first
and last-window if only pane is open in that window.
Similar way Enter try to switch to the last-window first and if only one
window is open try to switch to the last-pane.
pr closed time in 2 months
push eventluan/tmuxfiles
commit sha bd9c2aed21b6a79ba6361673bfc87c285d617cc9
Add choose-buffer preview Based on the solution mentioned in this tmux feature request. [1] [1]: https://github.com/tmux/tmux/issues/1229
commit sha f5217cc18b72224abb500f1561d9d32f70a35bc0
Merge pull request #4 from jaresty/master Add choose-buffer preview
push time in 2 months
PR merged luan/tmuxfiles
Based on the solution mentioned in this tmux feature request. 1
pr closed time in 2 months
pull request commentluan/tmuxfiles
I don't like the idea of not knowing whether I'm switching panes or windows. Also I'm very sorry for the long delay. I just realized notifications were off on this repo :(
comment created time in 2 months
push eventluan/tmuxfiles
commit sha 7e1f7bc9022aebb2bba3abd273289e0da032a7d9
Escape backslash character in tmux config Signed-off-by: Gareth Smith <[email protected]>
commit sha e6a7a491e95f147a36c30bf91c5eb3acff5b64b1
Merge pull request #8 from jimbo459/master Escape backslash character in tmux config
push time in 2 months
PR merged luan/tmuxfiles
Tmux was complaining that C-M- was not a key. The issue was an unescaped \ in the config. Escaping this removes the issue.
Many thanks
James & Gareth
pr closed time in 2 months
push eventluan/tmuxfiles
commit sha ef9d0fdf17ceb452c0d2358d480c822735f62783
Reset window resizing to smallest tty - Newer versions of tmux (3.x+) introduced a new default value which resizes tmux windows to whichever tty is the latest to interact with it. This unfortunately breaks our normal, preferred behavior which is to resize to whatever the smallest attached tty is - This option overrides the new global default to use the smallest tty instead now Authored-by: Jaskanwal Pawar <[email protected]>
commit sha d78be92b469ab308258aaa403ef8bfd9af3236a2
Merge pull request #10 from jspawar/fix-resizing-problems Reset window resizing to smallest tty
push time in 2 months
PR merged luan/tmuxfiles
Newer versions of tmux (3.x+) introduced a new default value which resizes tmux windows to whichever tty is the latest to interact with it. This unfortunately breaks our normal, preferred behavior which is to resize to whatever the smallest attached tty is.
This PR overrides the new global default to use the smallest tty instead now.
pr closed time in 2 months
startedDiederikvandenB/apollo-link-sentry
started time in 2 months
push eventluan/nvim
commit sha b1cf4e8f02ea19b70555d0e3b313260ebb1db780
Fix typo
commit sha e7a5445e325fb5970d17dc52ebbad8f13b23beb5
Merge pull request #41 from BooleanCat/master Fix typo
push time in 2 months
PR merged luan/nvim
pr closed time in 2 months
push eventluan/nvim
commit sha b33aa526eee2f97b6825c15f8049ccd63da69c9d
disable clap cache for hidden files
push time in 2 months
push eventluan/nvim
commit sha 440b3e65e13f53c2ab2f9ab3dd3a063dc90e7e82
disable clap cache for files
push time in 2 months
push eventluan/nvim
commit sha 981d8fa1f947d448077458ccd19ee565377db1dc
rust stuff
push time in 2 months
push eventluan/nvim
commit sha 53f70e3fbb37c5a30c2ae4a097d58885ddd206a8
Disable workspace folder feature in gopls
commit sha d84209bfcb741d29e04cbc1ae13e2fbea380b766
Disable protobuf linting
push time in 2 months
push eventluan/nvim
commit sha 0e98b8d8fd56b701c0d855013b70138c6ce14f94
remove textwidth limitation resolves #39 This was adding newlines to many files where they shouldn't be, breaking certain kinds of bash scripts. Enforcing line length should be the responsibility of a language-specific linter, not a global rule for the editor.
commit sha b37abf2851a4897a47ba6683e89745f7ad73bbe4
remove setting textwidth
commit sha 56202168662d1c2d110213810c22f7b4f00bcb4d
Merge pull request #40 from XanderStrike/patch-2 remove textwidth limitation
push time in 2 months
PR merged luan/nvim
resolves #39
This was adding newlines to many files where they shouldn't be, breaking certain kinds of bash scripts. Enforcing line length should be the responsibility of a language-specific linter, not a global rule for the editor.
pr closed time in 2 months
issue closedluan/nvim
Something is introducing line breaks in bash files
When writing long lines in bash scripts using the latest version of this config, newlines are introduced while writing long lines in bash scripts.
These line breaks aren't escaped, so if you don't notice what's happened your script will break.
closed time in 2 months
XanderStrikepull request commentluan/nvim
Actually, if you want to change this to just delete the line I'll just merge right away. Whatever problem I had will surely come back and I can try to be less aggressive with the fix next time. I don't remember what it was :)
comment created time in 2 months
pull request commentluan/nvim
textwidth=0 is the default, so deleting that line would be how I'd fix this. I'll merge this soon, but I want to fist dig up in my head to figure out why I did this. I must've been trying to address something at the time. I'm sure it wasn't markdown.
comment created time in 2 months
startedjtheoof/swappy
started time in 3 months
push eventluan/nvim
commit sha 6659a69b2cf84a9626b9e4a95ea7e73655e3fef3
Add plugin for highlighting tsx files
commit sha 186b2811127c0a955658cf01f5859b9e46190611
Merge pull request #38 from zaksoup/add-ts-highlighting-plugin Add plugin for highlighting tsx files
push time in 3 months
PR merged luan/nvim
This is the plugin recommended by thoughtbot for highlighting tsx files.
Also, hi, I miss y'all, hope life is good.
pr closed time in 3 months