Coder Social home page Coder Social logo

rumember's People

Contributors

gioele avatar kevincolyar avatar kriskhaira avatar nickaknudson avatar tpope avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

rumember's Issues

Smart Add Priority Syntax

Missing how to mark priority on the task, smart-add style?

(the "!" syntax seems to be interpreted differently)

Auth not working

Got this error while attempting to use the app with Ruby193 on windows:

Uh oh... something went wrong. Don't worry though; it's not your fault. The application you're using to interact with Remember The Milk made an error. It might be worthwhile contacting the author of the application and telling them you encountered this page.

Alternatively, you might like to wait a little while and then try again.

Net::ReadTimeout

I had this up and running great on two different machines (work and personal) with two different RTM accounts. As of today, I'm getting a ReadTimeout error in both instances. I'm running the most up-to-date gem. Could something have changed on the RTM side?

iconv/String#encode warning

Not being much of a Rubyist, thought I would just open an issue for this. Maybe it's an easy fix.

I'm running rumember on ruby-1.9.3-p194.

$ ru
/Users/me/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': iconv will be deprecated in the future, use String#encode instead.

Not working with El Capitan on Mac

I successfully got Ruby installed on El Capitan, but am getting an error when trying to install rumember.

I'm not a coder, so I'm probably missing something easy. Help very much appreciated. I've also tried using "sudo" but that hasn't changed anything.

Here's the output when I try 'gem install rumember' in Terminal.

Building native extensions. This could take a while...
ERROR: Error installing rumember:
ERROR: Failed to build gem native extension.

/Users/farrell/.rbenv/versions/2.2.3/bin/ruby -r ./siteconf20151030-45190-696r02.rb extconf.rb

creating Makefile

make "DESTDIR=" clean

make "DESTDIR="
compiling generator.c
In file included from generator.c:1:
./../fbuffer/fbuffer.h:175:47: error: too few arguments provided to function-like macro invocation
VALUE result = rb_str_new(FBUFFER_PAIR(fb));
^
/Users/farrell/.rbenv/versions/2.2.3/include/ruby-2.2.0/ruby/intern.h:793:9: note: macro 'rb_str_new' defined here

define rb_str_new(str, len) extension ( \

    ^

In file included from generator.c:1:
./../fbuffer/fbuffer.h:175:11: warning: incompatible pointer to integer conversion initializing 'VALUE' (aka 'unsigned long') with an expression of type 'VALUE (const char , long)' [-Wint-conversion]
VALUE result = rb_str_new(FBUFFER_PAIR(fb));
^ ~~~~~~~~~~
1 warning and 1 error generated.
make: *
* [generator.o] Error 1

make failed, exit code 2

Gem files will remain installed in /Users/farrell/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/json-1.7.7 for inspection.
Results logged to /Users/farrell/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/extensions/x86_64-darwin-15/2.2.0-static/json-1.7.7/gem_make.out

Does not work with Ruby 3.0.0? (No such file or directory @ rb_sysopen)

While rumember worked for me with Ruby 2.7.1, I get this error on Ruby 3.0.0:

/Users/prosumer/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/rumember-1.1.0/lib/rumember.rb:134:in `initialize': No such file or directory @ rb_sysopen - http://api.rememberthemilk.com/services/rest?method=rtm.auth.getFprosumer&format=json&api_key=<REDACTED>&v=2&api_sig=<REDACTED> (Errno::ENOENT)
	from /Users/prosumer/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/rumember-1.1.0/lib/rumember.rb:134:in `open'
	from /Users/prosumer/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/rumember-1.1.0/lib/rumember.rb:134:in `dispatch'
	from /Users/prosumer/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/rumember-1.1.0/lib/rumember.rb:88:in `authenticate'
	from /Users/prosumer/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/rumember-1.1.0/lib/rumember.rb:97:in `reconfigure'
	from /Users/prosumer/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/rumember-1.1.0/lib/rumember.rb:114:in `account'
	from /Users/prosumer/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/rumember-1.1.0/lib/rumember.rb:124:in `account'
	from /Users/prosumer/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/rumember-1.1.0/lib/rumember.rb:42:in `run'
	from /Users/prosumer/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/rumember-1.1.0/bin/ru:6:in `<top (required)>'
	from /Users/prosumer/.rbenv/versions/3.0.0/bin/ru:23:in `load'
	from /Users/prosumer/.rbenv/versions/3.0.0/bin/ru:23:in `<main>'

RTM tags not recognized through #smartadd

It appears to me that since RTM's update last month, tags are not recongized through rumember anymore. They are simply added to the task's name, instead. Notes (added with the //note 'command') are added as a note, but are also added to the task's name.

Release?

How about a release to rubygems?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.