Tom Brennan

Results 7 issues of Tom Brennan

I'm not very familiar with the tinkerpop stack yet, but it seems like ``` (-> g V (step #(-> % .next custom-function))) ``` should be able to be shortened to...

I suppose this could be just a change to the readme to correctly describe the default behavior, but there is currently no way that I can find to make `help`...

Related to https://github.com/jech/polipo/issues/75 This "fix" isn't ideal in that it just ignores the credentials instead of doing something useful with them, e.g., when you curl with credentials in the url,...

I'm experiencing a problem where when there _were_ `queryParams` before navigating to a new URL without query params, `route-changed` is dispatched twice, the first time around with bad state (i.e.,...

This helps in situations where you have two files with the same name, differing only by extension, which happens a lot in C/C++/Objective-C, etc. e.g. you might have some files...

It appears that when a linked file (such as favicon.ico) is requested resulting in a 404, friend uses that resource as the last uri to redirect to after authetication. I...

### Describe the bug When using kebab case properties, like ```typescript model CommonHeaders { @header `content-length`: uint64; } ``` `emitToJson` fails to produce the `toJsonObject` method with valid JavaScript --...

bug
triaged:core
emitter:service:js