-
Hi
I'm trying to apply poly-mode on pgsql development.
if the mode matcher could find in the head-mode, it works like a charming.
```sql
CREATE OR REPLACE FUNCTION table_change_commit(table_nam…
-
I'd like to use this to match text, like someone would with a search engine, e.g.
e.g If I had the text
> this is a test of the system
> brad and his dog
this search would match
`test or yo…
-
```
We need a matcher to do bitwise comparison. This is useful for validating
binary data or POD types that don't have operator== defined. For example,
BitEq(x) -- the value equals x bitwise.
…
-
```
Should be ? super T not ? extends T.
```
Original issue reported on code.google.com by `nat.pr...@gmail.com` on 14 Oct 2009 at 8:26
-
```
We need a matcher to do bitwise comparison. This is useful for validating
binary data or POD types that don't have operator== defined. For example,
BitEq(x) -- the value equals x bitwise.
…
-
```
Should be ? super T not ? extends T.
```
Original issue reported on code.google.com by `nat.pr...@gmail.com` on 14 Oct 2009 at 8:26
-
docs/src/main/paradox/scala/http/routing-dsl/path-matchers.md contains an introduction for both Scala and Java, but is way more detailed for the Scala API. It would be great if someone could add simil…
-
@codereading/readers
``` ruby
def consume(pattern)
return unless match = env["PATH_INFO"].match(/\A\/(#{pattern})((?:\/|\z))/)
binding.pry
path, *vars = match.captures
env["SCRIPT_NA…
-
## Is your feature request related to a problem? Please describe.
One of the more confusing parts of Ruby is the ability to create a default Hash value pointing at a reference, like:
```ruby
Ha…
-
Elsevier demands that title words of journal names have to be abbreviated using http://www.issn.org/services/online-services/access-to-the-ltwa/
Instead of matching whole titles (as offered by our …