Quickly get a diff of columns in two excel documents
to be added
eventbrite ruby gem for v3 API.
esanum/ajax-datatables-rails 0
A wrapper around DataTable's ajax methods that allow synchronization with server-side pagination in a Rails app
Base64Image Plugin for CKEditor 4 - Adds images from local client as base64 string into the source without server side processing. You can also add external image urls into the source.
esanum/docker-alpine-pgloader 0
Builds pgloader on alpine
The ELK stack powered by Docker and Compose.
Basic Docker container for running our Rails apps
Dangerfile and base .rubocop.yml for all our ruby projects
pull request commentrust-lang/rust-clippy
Add more infomation about LintStore registration
@bors r+ thanks!
comment created time in 5 hours
startedmarzocchi/zsh-notify
started time in a day
pull request commentrust-lang/rust-clippy
Remove lazy_static completely and use once_cell feature instead
The PR originally only included the first commit because I ran into trouble with SyncLazy in driver.rs. However, I got both working now and the PR now removes the lazy_static dependency completely :tada:
comment created time in 8 days
push eventphansch/rust-clippy
commit sha 7b3493c0e95e8cf9656d2cefffc621cb3e5eb726
fmt
push time in 8 days
push eventphansch/rust-clippy
commit sha 098e4f119595cc199bf09ccf150aeefa6b2c49ac
driver.rs: Replace lazy_static with once_cell
push time in 8 days
push eventphansch/rust-clippy
commit sha c5774f94efd60b60fc7120ba3d6de7f79b05681b
lintlist.rs: Replace lazy_static with once_cell Follow-up to https://github.com/rust-lang/rust-clippy/pull/6120
push time in 8 days
push eventphansch/rust-clippy
commit sha ffa3fee12f9bc917d00e3e0d3f33b5310686b67c
lintlist.rs: Replace lazy_static with once_cell Follow-up to https://github.com/rust-lang/rust-clippy/pull/6120
push time in 8 days
push eventphansch/rust-clippy
commit sha d4551d8df40b434a235f07f321ff1a15e3e04265
lintlist.rs: Replace lazy_static with once_cell Follow-up to https://github.com/rust-lang/rust-clippy/pull/6120
push time in 8 days
PR opened rust-lang/rust-clippy
Follow-up to https://github.com/rust-lang/rust-clippy/pull/6120
changelog: none
pr created time in 8 days
pull request commentrust-lang/rust-clippy
"Respect" enums in `interior_mutable_const`
Thanks for the PR! I hope to have an initial review out by the end of this week.
comment created time in 8 days
pull request commentrust-lang/rust-clippy
Enable empty_loop for no_std crates.
Thanks for the PR! The implementation looks good to me but I'm not using no_std myself, so I've asked on Zulip for a second pair of eyes.
comment created time in 8 days
pull request commentrust-lang/rust-clippy
Remove the generated files by `update-references.sh` if they are empty
@bors r+ thanks!
comment created time in 8 days
push eventphansch/rust-clippy
commit sha 1778a1ec4615a42a8ba9497006b07859186c08a1
Restrict `same_item_push` to suppress false positives It emits a lint when the pushed item is a literal, a constant and an immutable binding that are initialized with those.
commit sha 0117ea2b016133145f9e02e27421ac3672b42f57
Refactoring: use inner function
commit sha b80576fba633e1fc214c9f6900d7ca3424bda6d0
Some refactoring
commit sha 14faebe20ea82392f393c3ff5efaab7250e51989
Add some tests to `same_item_push` Add tests in which the variable is initialized with a match expression and function call
commit sha 2972ad3ef661071531a61ec8999b668a6b734b74
Refactoring: tests in `same_item_push`
commit sha 730ca457f580247667ed0cd5965bc08752ebc0b3
Address `items_after_statement`
commit sha 9365660a2fc57210996df733efe468019c671b2f
unnecessary sort by: avoid dereferencing closure param
commit sha dc89bb1135afc31fc9ee2272e627192c04354d22
Use if_chain in Increment/InitializeVisitor
commit sha 116f30dc33d9e3744f257f2f7f5467acfbff178b
Use else blocks instead of return statements in Increment/InitializeVisitor
commit sha b2d5b89a1de15df9052fdf44d01b174add82837f
Check if it's after the loop earlier
commit sha 31cb1109648bf4242cab47571343578244e7fb9d
add concinient methods to Increment/InitializeVisitor
commit sha c599e2fcfaaedb12b560f4136bab3d0b450acf8f
Split VarState
commit sha 13c207d3756754c54a6b20d852087616d5abfbf4
Generalise `InitializeVisitor`
commit sha 9573a0d378033a81e55ca834a5d305d3cf2be24d
Rename variables
commit sha 1026b42f0694eb9239b5cebe80be743d5ded0da5
Rename a struct and variables
commit sha b4b4da162f19e9a4c63854a2b5a6167b83f9d8b9
Introduce Start and StartKind
commit sha 720f19f2ec4282f636889b35beabf31272e3b1b2
Implement detecting `manual_memcpy` with loop counters
commit sha de56279cd9047832216e1d1c06dc45375bf01b31
Implement building the `manual_memcpy` sugggestion with loop counters
commit sha 8da6cfd17b7707d678d01a6688572169015ea83e
fmt
commit sha d9a88be0b05c2cfec0679caf428d129c9d46256d
Rename `get_offset` and its private items
push time in 8 days
push eventphansch/dotfiles
commit sha 13d188136114d0fe59cd394a06dd3160f3b187a8
Update Anki version
push time in 10 days
PR opened phansch/dotfiles
This reverts commit 9cefa547dddc837e7e06236f0e21753c140b22fc.
pr created time in 10 days
push eventphansch/dotfiles
commit sha 1e9e31e4cd55a2ecc849d00226b1d76f7f819b77
zsh: Don't prompt when creating PR
push time in 11 days
pull request commentrust-lang/rust-clippy
Replace some lazy_static usage with once_cell feature
@bors r=Manishearth
comment created time in 13 days
push eventphansch/rust-clippy
commit sha da57a16872297de5b6bb7754f722381631d4dca4
clippy_lints: Replace lazy_static with SyncLazy
push time in 14 days
pull request commentrust-lang/rust-clippy
Replace some lazy_static usage with once_cell feature
Will get to the failure later today, looks like a doctest was importing lazy_static
comment created time in 14 days
pull request commentrust-lang/rust-clippy
Thanks for the PR! Unfortunately, I'm not too familiar with this part of the code, so maybe r? @flip1995
comment created time in 14 days
pull request commentrust-lang/rust-clippy
unnecessary sort by: avoid dereferencing the suggested closure parameter
@bors r+
comment created time in 14 days
PR opened rust-lang/rust-clippy
This replaces some lazy_static usage with SyncLazy of the unstable once_cell feature.
changelog: none
pr created time in 14 days
push eventphansch/rust-clippy
commit sha ef896faa0153d0d96b6d6eafe7dd53b178525a25
Fix deploy script for beta deployment Since the beta/ directory already exists, we can't copy the complete master dir
commit sha c65eb4d66314d22d85cf2e58ff20ec1ca7404751
Track tag files, before checking for the diff
commit sha cf383cf48aa1bc09c50ae7d3599254c82b7dc0bf
Update changelog to beta-1.46
commit sha aba0d244d419261f94b3d942953412e35c3e857e
Typo: Change Log -> Changelog
commit sha d9bf9f01fe796698d412b69a279c104fbc8852d7
Auto merge of #5806 - flip1995:deploy_beta_fix, r=phansch Fix deploy script for beta deployment Since the `beta/` directory already exists, we can't copy the complete `master` dir changelog: none
commit sha c2cb565a3e80732233298c1e910883728bdd9174
Auto merge of #5807 - flip1995:changelog, r=yaahc Changelog [Rendered](https://github.com/flip1995/rust-clippy/blob/changelog/CHANGELOG.md) changelog: none
commit sha 62db617e401487f7b4b5d2d19591b16c7339d131
Avoid storing `SymbolStr` in a struct. It's intended only for very temporary use.
commit sha 70a41a92815a79c88dd9a2e8aa02503a3b95eae8
Enable detecting multiple-argument panics
commit sha 07867fde592babd74ee9934726c4c7010dee149b
Clean up dogfood fallout
commit sha 3618b97f59d9696c3e5ef83948269d0d7abfdc5b
fix typos (found by codespell)
commit sha 82c8f25efa57269160e29e4e1582312b2c8fe8df
Auto merge of #5810 - matthiaskrgr:typos_2, r=Manishearth fix typos (found by codespell) changelog: none
commit sha 57678c8315e339308fb0d1b205aaa413cd120e15
Auto merge of #5811 - JarredAllen:panic_multiple_args, r=phansch Panic multiple args changelog: Fixes bug with `panic` lint reported in #5767. I also did the same changes to the lints for `todo`, `unimplemented` and `unreachable`, so those lints should now also detect calls to those macros with a message.
commit sha 5a20489c5ca0951827cbb1b4d72ddfdfd393713a
Rename TypeckTables to TypeckResults.
commit sha e5105e82d31b254a81f38fbf38a8043ba41bee3a
Fix typo
commit sha 1367f25fbf3e152aac66c88616258500b69b030f
Auto merge of #5814 - giraffate:fix_typo, r=flip1995 Fix typo changelog: none
commit sha 7c5d4a41459abeb40eea734efaf08657602815cb
Add test for correct behavior
commit sha e85b590936863e88da4ccd73af9f5da0787b9609
Fix bug in lint
commit sha 3d3a13d8719893972e2146cde86672151e7d5476
Fix sync fallout (fmt)
commit sha 9a945c741375740d89c3c2029f3a46adeb7e510f
Auto merge of #5817 - flip1995:rustup, r=flip1995 Rustup r? @ghost Preparation for emergency Clippyup to fix an ICE #5816 changelog: none
commit sha 0f501ac1db5152fac4712e0357fc498aed6f7313
Merge remote-tracking branch 'upstream/master' into rustup
push time in 15 days
push eventesanum/shared_ruby_config
commit sha 536083d612121c807b07ac02a4f1b2a8f69d4cdd
Add newly added cop config
push time in 15 days
issue openedphansch/dotfiles
Give https://github.com/greshake/i3status-rust a try
It's marketed as being more resource friendly and I would like to have the currently playing song in the status bar.
created time in 19 days
Pull request review commentrust-lang/rust
Add speculative const-checking and remove `qualify_min_const_fn.rs`
impl<'tcx> LateLintPass<'tcx> for MissingConstForFn { FnKind::Method(_, sig, ..) => { if trait_ref_of_method(cx, hir_id).is_some() || already_const(sig.header)- || method_accepts_dropable(cx, sig.decl.inputs) { return; } }, FnKind::Closure(..) => return, } - let mir = cx.tcx.optimized_mir(def_id);+ let mir = cx.tcx.mir_const(WithOptConstParam::unknown(def_id)).borrow();
are you ok with turning off the "this could be const fn" lint
totally - I would still consider it experimental anyway. It's in the nursery for good reason :) I guess we could temporarily deprecate it, if needed?
comment created time in 25 days
Pull request review commentrust-lang/rust
Add speculative const-checking and remove `qualify_min_const_fn.rs`
impl<'tcx> LateLintPass<'tcx> for MissingConstForFn { FnKind::Method(_, sig, ..) => { if trait_ref_of_method(cx, hir_id).is_some() || already_const(sig.header)- || method_accepts_dropable(cx, sig.decl.inputs) { return; } }, FnKind::Closure(..) => return, } ++ // FIXME(#6080): Const-checking is only guaranteed to be correct when run on unoptimized MIR.
Is this the correct link? It's a PR from 2013?
comment created time in 25 days
issue openedphansch/dotfiles
This way I don't have to press the middle mouse button to paste stuff from the terminal.
created time in a month
push eventphansch/dotfiles
commit sha d5478118f3062bb685853d4b773c3dec74565331
Fonts: Use Source Code Pro, not DejaVu
commit sha be6906ad09c76094a51ca2e66001a7522cf918da
Fix yamllint
commit sha bb4261e5689df960f6a7b7bc00f1f7e383ae5d3f
Merge pull request #147 from phansch/source-code-pro
push time in a month
push eventphansch/dotfiles
commit sha be6906ad09c76094a51ca2e66001a7522cf918da
Fix yamllint
push time in a month
issue closedphansch/dotfiles
vim: Move from coc to native neovim LSP
This means I would no longer need nodejs for vim
closed time in a month
phanschissue commentphansch/dotfiles
vim: Move from coc to native neovim LSP
This was done with #144
comment created time in a month
issue openedphansch/dotfiles
Once the PR is merged: https://github.com/neovim/nvim-lspconfig/pull/352
created time in a month
push eventphansch/dotfiles
commit sha f71c186009cc3ff0e2550f515545b915c6553375
Switch to neovim native LSP
commit sha 628e1de49e0c3fbb075ccbe967b0e3e3fa6521cb
Add basic RA + Solargraph setup RA and Solargraph language servers currently still have to be manually installed.
commit sha 91020e94dc54cee61e86b24065e1c9072169fd2c
Make tab completion work (still need to add a snippet engine)
commit sha 0ea8e82eac99e391b7a20406381358563e594d73
Add UltiSnips Snippet engine
commit sha 95081a499fd2de357c76f67e92e6e6bcfe604a64
Merge pull request #144 from phansch/native-lsp
push time in a month
PR merged phansch/dotfiles
The goal for this PR is to avoid having to run all the nodejs stuff for coc and keep all the old keybindings.
The native LSP doesn't seem to have an equivalent to coc-snippets, so I guess I will need to switch to a separate snippet completion provider. Maybe https://github.com/ncm2/ncm2 (See https://github.com/ncm2/ncm2/pull/178 for more info)
TODO
- [x] Move the LSP config to a separate lua file
- [x] Make
rust-analyzerwork - [x] Make
solargraphwork - [x] Make snippet completion work (through separate plugin)
Sources
- https://nathansmith.io/posts/neovim-lsp :100:
pr closed time in a month
startedneovim/nvim-lspconfig
started time in a month
pull request commentneovim/nvim-lspconfig
feat: Add Sorbet language server
This was the last thing holding me back from switching to native LSP, nice. I tested this locally and it worked just fine :100:
comment created time in a month
push eventphansch/dotfiles
commit sha 0ea8e82eac99e391b7a20406381358563e594d73
Add UltiSnips Snippet engine
push time in a month
push eventphansch/dotfiles
commit sha 54d042e54fcbca13fa5bdc6f6612e5cd7d65dde3
Add missing net-tools package for backup Needed for running `arp`
commit sha 7114e57dc0c8aced879c9edc8ac0f96cf98f7ae5
Merge pull request #145 from phansch/add-missig-pkg Add missing net-tools package for backup
push time in a month
issue commentrust-lang/rust-clippy
Use rust-project.json instead of patching Cargo.toml
Using the rust-project.json will not be necessary once/if https://github.com/rust-lang/rust/pull/76856 lands and the rustc internals are included in the rust-src component.
comment created time in a month
push eventphansch/dotfiles
commit sha 9f43baabe74fee63828944be8b3dcc03144a0377
[vim] Use :Files instead of :FZF :Files is nicely centered in the middle of the screen.
push time in a month
push eventphansch/dotfiles
commit sha 82bff414f28d91cc7780726971fc3fed61a39260
[git] s/master/main
push time in a month
pull request commentphansch/dotfiles
Using https://github.com/nvim-lua/completion-nvim instead of ncm2 for now. It seems to work :shrug:
I will still need to configure a snippet engine: https://github.com/nvim-lua/completion-nvim#enable-snippets-support
comment created time in a month
push eventphansch/dotfiles
commit sha 91020e94dc54cee61e86b24065e1c9072169fd2c
Make tab completion work (still need to add a snippet engine)
push time in a month
push eventphansch/dotfiles
commit sha 628e1de49e0c3fbb075ccbe967b0e3e3fa6521cb
Add basic RA + Solargraph setup RA and Solargraph language servers currently still have to be manually installed.
push time in a month
push eventphansch/dotfiles
commit sha 37575ba871500235527329f495341ee0c94e7edb
[zsh] s/master/main in branch deletion alias
push time in a month
push eventphansch/dotfiles
commit sha 46f11bd7d91f2a89f659a9910fffe69a8d9783e0
[vim] Fix incorrect background color I'm not sure if the tmux config is still needed with Alacritty. Everything seems to work fine without it.
commit sha 0ee0ae7883a26577dc6a7d618a8a6812a6bccd68
Merge pull request #143 from phansch/colors [vim] Fix incorrect background color
push time in a month
push eventphansch/dotfiles
commit sha d9333344854d14010a3b74a7aabdd46844ab2c20
Change colorscheme to `dracula`
commit sha 7594c8a04c55c3d3af95c6e4ee20ad90351ca58e
Merge pull request #142 from phansch/change-colorscheme Change colorscheme to `dracula` :art:
push time in a month
push eventphansch/dotfiles
commit sha 60cedd140a94a233a675c05dc42ebada28cdcb17
Remove procrastination playbook This was more of a hassle and also stopped working in the end.
commit sha 727ecd82dcc7c93f2897acdd19d0aeadca63a001
Fix source sans URL
commit sha c80cc826e509515a154b829ea671f08749523f7a
Merge pull request #140 from phansch/remove-procrastination
push time in a month
PR merged phansch/dotfiles
This was more of a hassle and also stopped working in the end.
pr closed time in a month
push eventphansch/dotfiles
commit sha 6476d699cc76f993df3d203430743917f87a9c67
zsh: Update aliases
push time in a month
push eventphansch/dotfiles
commit sha 727ecd82dcc7c93f2897acdd19d0aeadca63a001
Fix source sans URL
push time in a month
push eventphansch/phansch.net
commit sha f60ba26c02946034c0b8cf235b757d8a00a7cf4a
Deploy phansch/phansch.net to phansch/phansch.net:gh-pages
push time in a month
push eventphansch/phansch.net
commit sha ba0fa51aaf03ac8aceeae61fc6c61f3110a1b3aa
Readd /blocked
commit sha b3e8e14ea2c63352b8b2587df4c9cd3c59223018
Fix typo
commit sha 27b21ad33551be8db6aaf39a6d5f554fd52d3073
Merge pull request #220 from phansch/readd-blocked
push time in a month
pull request commentphansch/phansch.net
Ignoring the linkchecker failures for now :shrug:
comment created time in a month
push eventphansch/phansch.net
commit sha b3e8e14ea2c63352b8b2587df4c9cd3c59223018
Fix typo
push time in a month
issue commentrust-lang/rust-clippy
discussion: move from discord to zulip
We have a stream now: https://rust-lang.zulipchat.com/#narrow/stream/257328-clippy :tada:
comment created time in a month
issue commentrust-lang/rust-clippy
discussion: move from discord to zulip
I took the liberty to request a Clippy stream here: https://rust-lang.zulipchat.com/#narrow/stream/122653-zulip/topic/Clippy.20stream.3F
comment created time in a month
pull request commentrust-lang/rust-clippy
print the unit type `()` in related lint messages.
still spurious: Connection reset by peer (os error 104)
@bors retry
comment created time in a month
pull request commentrust-lang/rust-clippy
print the unit type `()` in related lint messages.
looks spurious @bors retry
comment created time in a month