Note:
Phasoris the newFetchable. It is a more general concept from physics and does not collide with other standard keywords in web development.
Imagine you have an async function, lets call this the runner -
| { | |
| "$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/schema.json", | |
| "basics": { | |
| "name": "Sushruth Sastry", | |
| "label": "Lead/Senior Software Engineer", | |
| "email": "sushruth.sastry@gmail.com", | |
| "phone": "5732005345", | |
| "url": "https://github.com/sushruth", | |
| "summary": "Senior Software Engineer with 12+ years of experience leading frontend architecture at scale. Specialized in Frontend Platform Engineering, Developer Experience, and performance-sensitive web systems. Known for modernizing large legacy codebases into maintainable monorepo and micro-frontend platforms, defining engineering standards across organizations, and enabling hundreds of engineers to ship reliably.", | |
| "location": { |
| docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:ollama | |
| docker run --rm --volume /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --run-once open-webui | |
| open http://localhost:3000 |
| class Pipeable<I> { | |
| constructor(public value: I) {} | |
| public pipe<O>(fn: (input: I) => O) { | |
| const output = fn(this.value); | |
| return { | |
| p: new Pipeable(output).pipe, | |
| value: output, | |
| }; | |
| } |
| class Pipeable<I> { | |
| constructor(public value: I) { } | |
| public pipe<O>(fn: (input: I) => O) { | |
| const output = fn(this.value); | |
| return Object.assign(new Pipeable(output).pipe, { | |
| value: output | |
| }); | |
| } | |
| } |
| directive @embedded on OBJECT | |
| directive @collection(name: String!) on OBJECT | |
| directive @index(name: String!) on FIELD_DEFINITION | |
| directive @resolver( | |
| name: String | |
| paginated: Boolean! = false | |
| ) on FIELD_DEFINITION | |
| directive @relation(name: String) on FIELD_DEFINITION | |
| directive @unique(index: String) on FIELD_DEFINITION | |
| scalar Date |
| // To keep track of timestamps | |
| const timestamps = { | |
| inside: null, | |
| outside: null, | |
| }; | |
| // `undefined` could be a third symbol like '5' or something | |
| const insideRegister = [undefined, undefined]; | |
| const outsideRegister = [undefined, undefined]; |
store.users with GUID as the keystore.sources with GUID as the keysources memberfinal: false and| echo off | |
| :: This is the project folder | |
| set PROJ=%1 | |
| shift | |
| :: You must first install apktool (https://github.com/iBotPeaches/Apktool) and android SDK | |
| :: You must also have APKTOOL_HOME, JAVA_HOME/tools and ANDROID_SDK_HOME/build-tools in your PATH (change location as needed) | |
| :: and decompile apk using it | |
| :: apktool d -rf my-app.apk |
| {"0.38333830578340966":"-----BEGIN PGP PUBLIC KEY BLOCK-----\r\nCharset: UTF-8\r\n\r\nxv8AAABSBAAAAAATCCqGSM49AwEHAgMEiut/39Hdf3EQwbKEV67R9SpkNMMFs/9T\r\nEdjSvcqlvQGKCZ1DFQnukZARiNo4oIg2dHFb0h+FoMVDmCBe3WEkOM3/AAAACDxn\r\naXRodWI+wv8AAACOBBATCABA/wAAAAWCWKhwzP8AAAACiwn/AAAACZA2uWpGW6C/\r\nRf8AAAAFlQgJCgv/AAAABJYDAQL/AAAAApsD/wAAAAKeAQAAkWwBAIQC7ubSOUFp\r\nYu6jpzWuF0/rSIl6pfVpgQGngjQ9VIwUAP0TnINUt0N/xqVBiDq6ukWqslPMWEji\r\nq4H67otdFGa2cs7/AAAAVgQAAAAAEggqhkjOPQMBBwIDBIGFmtYAt5PsXU0R5kS7\r\ngUC6WRiiKWhGsFSDy61wNPFivr8iUzTCw8bbPHm4G2lWb3POF/l4vM3hhAtpVNkn\r\nnb0DAQgHwv8AAABtBBgTCAAf/wAAAAWCWKhwzP8AAAAJkDa5akZboL9F/wAAAAKb\r\nDAAAC5gA/2GuZTt918KsmHfy9oy45CrjH97p0a5o4dqZptfJ0FauAQDYMwC6UII8\r\nYHRn7Bx1H3Rr3ugc5DAcgzNTghI9m+7LuA==\r\n=EHGh\r\n-----END PGP PUBLIC KEY BLOCK-----\r\n","0.42092741041157344":"-----BEGIN PGP PUBLIC KEY BLOCK-----\r\nCharset: UTF-8\r\n\r\nxv8AAABSBAAAAAATCCqGSM49AwEHAgMEiut/39Hdf3EQwbKEV67R9SpkNMMFs/9T\r\nEdjSvcqlvQGKCZ1DFQnukZARiNo4oIg2dHFb0h+FoMVDmCBe3WEkOM3/AAAACDxn\r\naXRodWI+wv8AAACO |