Brandon B

Results 16 issues of Brandon B

The badge points to the old documentation. It's bit me a couple times.

**Describe the bug** When using `@ID` on an endpoint that has multiple `@Route` entries, you receive an error about duplicate `@id` annotations. **To Reproduce** ``` // @ID TestOperation // @Route...

Sorry if this is redundant. Is it possible to include _SIDEBAR.md? This is incredibly useful for README.md but I'd like to preview my wiki changes locally before I look like...

enhancement

When a regex contains backticks, they are not properly escaped. The following regex for validating email addresses will re-produce this issue ``` "^[a-zA-Z0-9.!#$%&'*+\\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$" ```

@leafo regarding Olivine-Labs/lua-jwt#4 I'm noticing more frequent dependency management issues using luarocks. Right now it seems too easy to break downstream projects from accidental namespace collisions. I'm not sure that...

@agentzh The example documentation for resty.random.bytes() contains a while loop. Is there a situation where resty.random.bytes() can return nil, or is this an error in the documentation? ``` lua local...

I'm having an issue where my auth is failing because the document manager name is being used as DB name. It is not possible for me to fix this presently...

bug

All messages from third party services appear as simply 'undefined' Awesome package btw!

bug

This looks like a great library that has the basic things I need, however, I can't get it to work. Additionally all test cases are failing. I've even tried running...

Hello, I am experimenting with master because I'm excited to see the expanded hiera support. All seems to be working ok'ish, except chain recipes seem to cause an infinite loop...