Results 13 issues of Narek Hovsepyan

I am getting the following error while building the project for production. For development it's running fine ``` ERROR #95313 Building static HTML failed for path "/blog" See our docs...

bug

Cylon is great for prototyping a board functionality. One we will want to create real device with production circuit, can code written with cylon be used as firmware for micro...

Here is my typeDefs and resolvers ``` type Query { professionals(companyId: String!): [Professional] company(route: String!): Company } type Company { name: String! route: String professionals: [Professional] } type Professional {...

need-more-info

Thank you for this awesome plugin I have a question, how we can stop and close the playing video from javascript?

enhancement
help wanted

How I can use this with withAuthenticator hook?

Thank you for this awesome package, For now puppeteer-pool is using Puppeteer v10.0.2, is there any way to specify other version of puppeteer?

This small change will allow to developers to specify their own puppeteer version. For capability with old API we are keeping default puppeteer version

### Description We are using Cloudflare Workers for our applications, which doesn't support node api. This package is allowing to build clean high quality code with less bugs, the benefits...

type: feature
flag: needs discussion

I am building on Ubuntu 64 bit, for Raspberry armv7l architecture. The package is throwing following error "wrong elf class elfclass64" any ideas how to fix this?

Express.js servers have `close` method How to destroy http server created by `serve` function ? ``` serve({ fetch: honoServer.fetch, port: 3001, })