James Conroy-Finn
James Conroy-Finn
The chainable API is the preferred way of doing conditions etc. now and has been [since Rails 3.0](http://weblog.rubyonrails.org/2010/8/29/rails-3-0-it-s-done/). What's your stance on Rails version support in Tire? I think this...
I remember the good old… ``` ruby User.find(:all, :conditions => {:name => 'Karel'}, :includes => [:elastic_search]) ``` …API. If only I could count the number of hashes I must have...
The [FSEvents API](http://developer.apple.com/mac/library/documentation/Darwin/Conceptual/FSEvents_ProgGuide/UsingtheFSEventsFramework/UsingtheFSEventsFramework.html#//apple_ref/doc/uid/TP40005289-CH4-SW4) is pretty well documented. Can't say I've used it with MacRuby though, which is what PeepOpen is written in?
@gongzhitaao it would be easy, but this is @syohex's project and I'm not going to make a large change to it without a :+1: beforehand.
> > Hi @sunaku, > > > > I've been working on my Engrammer layout for my Moergo and thought collaboration might be interesting. > > > > One feature...
@sunaku what about all the other layers that have special support for these dual-function keys? Are they not necessary to get things working?
If you're using flakes, the fix for the following `darwin-rebuild switch` error is to specify the path to your flake. ``` sh $ darwin-rebuild switch building the system configuration... warning:...
I have a Dock module that made use of `postUserActivation` scripts. The fix there is to move from the `postUserActivation` script to the `postActivation` script. ``` diff 1 file changed,...
Having specified the `system.primaryUser`, I have a warning about mismatched versions of nix-darwin and home-manager: ``` trace: warning: jcf profile: You are using Home Manager version 25.05 and Nixpkgs version...
`flake.nix` > ``` > { > inputs = { > nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; > nix-darwin.url = "github:LnL7/nix-darwin/master"; > nix-darwin.inputs.nixpkgs.follows = "nixpkgs"; > nix-homebrew.url = "github:zhaofengli-wip/nix-homebrew"; > mac-app-util.url = "github:hraban/mac-app-util"; >...