austinjp

Results 6 issues of austinjp

Hi. I'm trying to wrap `` in a custom component to handle authorisation: ```jsx ``` `AuthRoute` looks like this: ```jsx import { h, Component } from "preact" import { route...

Moving away from deprecated React.renderToString toward ReactDOMServer.renderToString() as per https://github.com/jeffhandley/QuickReactions/issues/4#issuecomment-192640843

Previous version didn't seem to work since it iterated over only the keys in the dict. This iterates over dict.items() instead.

Hi, just noticed a small typo, a `b` should be an `i` on slide 25 at https://www.dabeaz.com/generators/Generators.pdf What's there: ```python for i in b: print(b, end=' ') ``` What I'd...

Hi there. With reference to PR #41, it would be great if goqite could handle a particular use case I have. I'm building a REST-ish API. Users submit jobs which...

Escape the pipe symbols in some of the senses. The unescaped pipes had broken the table, although it looks like some markdown processor had also added an extra unnnecessary column...