Peter Jiang
Peter Jiang
```[tasklist] ### Tasks - [ ] https://github.com/Lodestone-Team/lodestone/issues/318 - [ ] https://github.com/Lodestone-Team/lodestone/pull/294 ```
```[tasklist] - [ ] https://github.com/Lodestone-Team/lodestone/issues/299 - [ ] https://github.com/Lodestone-Team/lodestone/issues/300 ```

Please @Arcslogger for PR review
Research into architecture that allows us to have more language support for both frontend and back
Sometime its a necessity for backend to block on a request which may take more than 5000ms (if user has bad internet + pinging external APIs, report the result of...
`deno_runtime::WorkerOptions` has a field: `pub npm_resolver: Option,` which is default initialized to `None`. If we provide it with an implementation of `npm_resolver`, we should be able to npm package support....
Add a lock file in a standard place and try to acquire it before starting, if we fail to acquire the lock, return an error. Make sure the file is...
- [ ] Figure out how to cross-compile from x86 to ARM64 #159 - [ ] Find a way to get ARM64 jre, https://api.adoptium.net/'s doc says its supported by returns...