Jeff Pickhardt

Results 66 comments of Jeff Pickhardt

I'd consider semr but do you know of any other good grammar projects? Another approach is building a simple tokenizer ourselves. One idea is to pass around an array as...

Yes, that makes a lot of sense. One thing is that 'copy' and 'to' should actually be more general, maybe a regex instead of a string, because I could imagine...

OK. I'm interested in what approach you are taking, so feel free to start a pull request early while you're in the process of developing it.

This is a good idea. I agree that there should be better ways for Betty to learn than simply relying on pull requests with new regular expressions. The first implementation...

This comes back to the issue of contexts. It needs to be able to change based on OS.platform_name (the OS context). Maybe there should be a /contexts directory, where you...

Oh, you are right. I have the following at the top of my .bash_profile: "source ~/.bashrc" But we can't expect everyone else to do that. Don't other consoles use .[name]rc?...

Yeah, it is a project wide issue. Generally, it needs to understand context: where is it running (iTerm2, Terminal, maybe some other environment), what is installed, etc.

Nobody else is, as far as I know. Thanks. ## Sent from my Android. On May 11, 2014 3:22 PM, "saratsista" [email protected] wrote: > Hello Jeff, > You've mentioned that...

@dbellizzi How reliable is https://github.com/dbellizzi/jquery-mask? I am working on a major version upgrade to guiders.js and am considering using jquery mask by default.

(This would introduce a dependency though... something I have so far avoided, other than depending on jQuery.)