This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const Ketting = require('ketting').default; | |
| const k = new Ketting('https://hal-browser.evertpot.com/games'); | |
| const main = async () => { | |
| const games = k.go(); | |
| console.log(await games.get()); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| async () => { | |
| const response = await fetch('large.bin'); | |
| const buffer = await response.arrayBuffer(); | |
| }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "basics": { | |
| "name": "Evert Pot", | |
| "label": "Technical Leadership / API specialist", | |
| "email": "work@evertpot.com", | |
| "url": "https://evertpot.com/", | |
| "summary": "I’m 20 year software engineering veteran and co-founded several businesses.\n\nI’m currently on the look-out for new opportunities. I’m especially interested in CTO and Director or part-time advisor positions.", | |
| "location": { | |
| "city": "Toronto", | |
| "countryCode": "CA", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node | |
| # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions | |
| name: ESLint | |
| on: | |
| push: | |
| branches: [ main, 'version/**' ] | |
| pull_request: | |
| branches: [ main, 'version/**' ] |
OlderNewer