search for: api2

Displaying 4 results from an estimated 4 matches for "api2".

Did you mean: api
2011 Jun 29
2
perl PDF parser
Anyone know the package name that contains the perl PDF parser? I just had two users come begging me to install it instantly, and I can't find it. mark
2012 Feb 01
0
How can I force Rails 3.2 to reload mounted rack app per request in development mode?
How can I force Rails 3.2 to reload mounted rack app per request in development mode? I have mounted grape <https://github.com/intridea/grape> app this way mount API2, :at => "/api2" However rails doesn''t reflect changes in app without web server restart. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit https://groups.google.com/d/...
2019 Jan 10
2
Proposal for string keys for address_space
...e use in one part of an API from others in separately-maintained APIs, just as with symbol name prefixes in C APIs. Goals: - Allow for address_space to accept strings so various APIs do not need to share the same global name space of integers (address_space("API1") != address_space("API2")) - Print the string argument instead of an integer if address_space is provided with a string for more understandable error messages. (Possible) Implementation: Off the top of my head, it seems that a large chunk of this would be changing how address spaces are managed. Currently, it seems...
2019 Jan 10
2
Proposal for string keys for address_space
...-maintained APIs, just as with symbol >> name prefixes in C APIs. >> >> Goals: >> - Allow for address_space to accept strings so various APIs do not >> need to share the same global name space of integers >> (address_space("API1") != address_space("API2")) >> - Print the string argument instead of an integer if address_space is >> provided with a string for more understandable error messages. >> >> (Possible) Implementation: >> Off the top of my head, it seems that a large chunk of this would be >> changing...