TomasC

Results 40 comments of TomasC

but submit option isn't available for all Inputs; on number Slider value and other types, better to have debounce option: ```js viewof Limit = Inputs.range({ label: "Limit", // debounce: 200ms,...

request again for #336 , to change the names of a cell should not trigger re-run; some DB cells are very expensive, that feature is for editors editing; now for...

After a full year of no maintenance after Apr 2021, is it fair to declare cyber death of this project? https://github.com/dangcuuson/graphql-schema-typescript/graphs/contributors ![image](https://user-images.githubusercontent.com/49659410/173219709-66a30505-1c91-474a-985a-f62c24e08c32.png)

changed https://github.com/ipfs/kubo/blob/master/docs/config.md#reproviderstrategy `Reprovider.Strategy` to pinned only, ```console ubuntu@ip-10-10-0-147:~$ docker container exec -it 18cf976d2321 sh / # ipfs config show / # ipfs config --json Reprovider.Strategy '"pinned"' / # / #...

one of the Prod-IPFS instance: | AZ | GroupName | Instance | InstanceType | KeyName | LaunchTime | Name | PrivateIpAddress | PublicIpAddress | State | | ap-southeast-1b| prod-ipfs-sg |...

InBound traffic to all AWS services are free, only need to care about NetworkOut

link to https://github.com/thematters/uptime ?

💥 💥 💥

and when have `.forEach`, why not have an index? a.k.a design it mimic `Array.forEach` better, like: ```js await sql ` ` .forEach((row, index, array) => {}, thisArg) ``` Reference: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/forEach...

can change the first image not lazy loading, by early loading if guessed it would be Above-the-fold ![Image](https://github.com/thematters/matters-web/assets/49659410/5a1205a7-9285-4300-9337-8d9e8a775b9a) > Largest Contentful Paint image was lazily loaded > Above-the-fold images that...