rjworks

Results 27 issues of rjworks

Hello, is there a file for all of the quotes? I love this API a lot, but I need to generate more quotes than the request limit. Please consider, thanks

fuzzy search.js: ``` // eslint-disable-next-line import/no-extraneous-dependencies import Fuse from 'fuse.js'; export default function fuzzySearch(options) { const fuse = new Fuse(options, { keys: ['name', 'value', 'items.name', 'items.value'], threshold: 0.3, }); console.log(fuse)...

``` scroller.scrollTo(scrollRef.current[nextPage].props.name, { duration: 800, delay: 0, smooth: true }); ``` doesn't work in chrome and edge. works on firefox though. When I remove smooth: true, it works on every...

how do i import? i npm installed this and added the script in html file but AirportInput is not defined so i tried import AirportInput from 'airport-autocomplete-js' nothing works

### What happened? using esp32 and used esptool to flash ssid: telus password: password my wifi is 2.4G static ip: 0.0.0.0 (default) static gateway: 0.0.0.0 (default) static subnet mask: 255.255.255.0...

bug

is there a way to check that all blocks were placed using the api?

Message/Question
Help Wanted
Inactive
Feature Request

#### Describe the bug A clear and concise description of what the bug is. Setting options like minSize and initialSize doesn't work. #### To Reproduce Type this in your code...