Jerry Green

Results 56 comments of Jerry Green

> For the people in need for aarch64 linux binaries, I do have some over at https://deno.toaxl.com/. These are **NOT** official in any way, and i am not a maintainer,...

Just made `deno` work on my Raspberry Pi 4 (8 gb) 🙂 Here's how: I installed [Ubuntu Server (64-bit) for Raspberry Pi](https://ubuntu.com/download/raspberry-pi) (using [Raspberry Imager](https://www.raspberrypi.org/software/)), which is `aarch64`: ``` $...

@leo can you have a look & merge it?

+1 here this is necessary functionality

I agree it's broken with the pair of: ``` "connected-react-router": "6.3.1", "react-router-dom": "4.3.1", ``` However, its works in: ``` "connected-react-router": "6.0.0", "react-router-dom": "4.3.1", ``` It also works in: ``` "connected-react-router":...

I added `config.output.globalObject = 'this'` and now instead of undefined window I'm getting ```bash ReferenceError: document is not defined ``` 😂 UPD. I added ` ssr: false` to the `dynamic`...

Yeah, I've just tried to copy your personal hyperdrive. It doesn't appear in "My Drives". It seems it conflicts with "host this drive" feature. When I've started hosting your drive,...

@dcodeIO can you tell me what is this `LIBRARY_PREFIX.valueOf()` and why `LIBRARY_PREFIX` might be `undefined` that is making a test fail? I don't quite understand this... ```txt /home/runner/work/assemblyscript/assemblyscript/cli/asc.js:175 exports.libraryPrefix =...

Ok, I don't know either, but I can say compiler actually works. I temporarily use my fork in my project like this: ```jsonc // package.json { "devDependencies": { "assemblyscript": "https://github.com/jerrygreen/assemblyscript/tarball/jerrygreen",...

To clarify my exact case: I know that you're suggesting to use mongodb and nodejs to handle business logic. I don't want to get rid of my API server (which...