Andrew Lazarus

Results 16 issues of Andrew Lazarus

I'd like to be able to derive functions for each variant: `is_variant1()`, etc. Much like `is_some()`, `is_none()`, `is_ok()`, etc. Is that supported? Feature request-able?

enhancement
help wanted

Eg: `chruby-exec 1.9.2 2.1.1 jruby -- gem update bundler` or `chruby-exec all -- gem update bundler`

question
exec

Title says it all. I'd like to be able to synchronize data from the database (created_at, updated_at, autoinc id, etc), but still have `previous_changes` be correct. I'm trying to run...

I have two factor auth enabled, so I can't enter my password. I can generate my own OAuth token and put it in the file, if I know that the...

cargo clippy --fix

BREAKING CHANGE: remove *Owned Deref The Owned PR was broken. The lifetimes of the Cow fields are wrong. The Cow str fields of an owned proto can end up referring...

Third approach? ``` require 'benchmark/ips' ARRAY = [*1..100] def faster ARRAY.reverse_each { |x| break x if (x % 10).zero? } end def fast ARRAY.reverse.detect { |x| (x % 10).zero? }...

I have two changes on my personal repo for adding attributes to structs. One is to allow custom structs via [build flags](https://github.com/tafia/quick-protobuf/commit/1e30a6561d83d7f42daa401f1ed35a5a73433b1e) while the other adds support for magic [proto...