Jerry Green

Results 56 issues of Jerry Green

This new feature "Search Tabs": ![image](https://user-images.githubusercontent.com/13215662/155891012-0c5b060e-cee9-4da7-a700-6b8fdf045e39.png) Cannot be set to a custom shortcut with Shortkeys (no such option as "Search Tabs"): ![image](https://user-images.githubusercontent.com/13215662/155890982-7cb6eb49-fcdd-4e5f-aa1d-81e84b3e982a.png)

It is related to this new Chrome's "Search Tabs" feature. Default's Ctrl + W only closes current tab, instead of selected tab within this hintbox. Currently, it is possible to...

```bash $ curl -sfLS https://import.pw > /usr/local/bin/import bash: /usr/local/bin/import: No such file or directory ``` ## Preview ![image](https://user-images.githubusercontent.com/13215662/98456069-985f6180-219a-11eb-907a-c9cbfebdc63e.png)

Just tried to run the example code from README: ```bash PUPPETEER_PRODUCT=chrome deno run -A --unstable https://deno.land/x/[email protected]/install.ts ``` `example.js` / `example.ts`: ```js import puppeteer from "https://deno.land/x/[email protected]/mod.ts"; const browser = await puppeteer.launch();...

There's this new [Deno Deploy](https://deno.com/blog/deploy-beta1), but it seem this library isn't really compatible with it?

so I'm using `bundle exec beanstalkd_view` and I get this error: ``` /Users/jerrygreen/.rvm/gems/ruby-2.5.0/gems/backports-2.8.2/lib/backports/1.8.7/fixnum.rb:1: warning: constant ::Fixnum is deprecated /Users/jerrygreen/.rvm/gems/ruby-2.5.0/gems/backports-2.8.2/lib/backports/1.8.7/float.rb:1: warning: constant ::Fixnum is deprecated [2018-06-06 19:05:55 +0500] Starting 'Beanstalkd View'......

Currently I'm not able to request my little server function on Deno Deploy that I made with sift, because I'm getting an error: > Access to fetch at '' from...

Error: ``` Jerrys-MacBook-Pro:client jerrygreen$ node zip.js /Users/jerrygreen/my_project/node_modules/adm-zip/zipFile.js:66 throw Utils.Errors.INVALID_FORMAT; ^ Invalid or unsupported zip format. No END header found ``` My (simple) code: ``` const AdmZip = require('adm-zip') const zip...

Is there a way where I can set rules for read/write accesses for particular ip? If not ip, maybe some hyper hash or something. I look though the docs and...

> TL;DR: It's not possible to access response object Server Side, since with Server Rendering the render function is called only once (hooks doesn't really work) I use [nextjs](https://github.com/zeit/next.js/) for...