nicovalencia

Results 2 issues of nicovalencia

Is there a reason for not having an auto-require option for Handlebars when using the CommonJS compiled version? For example: ``` options: { namespace: false, commonjs: true, require: 'handlebars' }...

**What is the bug?** When using *certain* channels as parent for `castsByParent`, the data lookup errors *only when reverse=1*. ie. ``` const resp = await fetch( `${API_URL}/v1/castsByParent?pageSize=1&reverse=1&url=https://warpcast.com/~/channel/${channel}`, { method: "GET",...

s-triage