Jerry Green

Results 56 issues of Jerry Green

There's a popular framework [NextJS](https://nextjs.org/), it's also a web dev server to making static web applications (so in production you get just statics), but it allows you to use quite...

**Describe the bug** I'm getting this error (on every request): ![image](https://user-images.githubusercontent.com/13215662/60428556-84a10400-9c12-11e9-8db8-167910b71a29.png) **To Reproduce** Steps to reproduce the behavior: 1. run `gt` in terminal 2. Open google (or any other websites)...

bug
question

I'm experiencing a bug with `FlatList` - after some clicks on the elements of the list (in my case it's an [react-select](https://github.com/JedWatson/react-select)) the onScroll callback fires, by some reason (however,...

bug: react-native
project:react-native-web

What the extension does emit: ![image](https://user-images.githubusercontent.com/13215662/155844507-25fe0169-f998-4673-9496-a130e5ccf860.png) Actual footnotes in github flavored markdown[^1][^2]: ![image](https://user-images.githubusercontent.com/13215662/155844416-11f1fd49-f991-4e01-af3e-a1711682dce4.png) The extension violates these rules: 1. Square brackets `[` and `]`, near the link to a footnote,...

theme

original `` component uses `value` and `defaultValue` props for `` component I don't see any effect of `defaultValue` prop p.s. however, looks like `value` prop is working exactly like `defaultValue`......

I'd like to import the lib from my js/ts file, with my own logic, and start the server from there like: `import { createServer } from 'tuql'`

indexeddb is meant to be SQLite replacement for web, it's literally a built-in SQLite, with the same types, etc. And I'm interested if this use-case was considered with tuql. >...

There's already a command: ```bash haxelib install all ``` What it does: it reads current folder for `.hxml` files, lookups `-lib` flags, and installs all these libs with the latest...

Some popular packages, like [Ramda](https://github.com/ramda/ramda#installation), allow installation from [Deno](https://deno.land/), - a js/ts environment, much more secure than NodeJS, made by Ryan Dahl, author of NodeJS (with ts being first-class citizen,...

enhancement
help wanted

I know it's possible to run Bot vs Bot simulations, but how can I play against custom bots myself? Currently, I can only play versus default SC2 AI, and that's...