Adminy

Results 181 comments of Adminy

A headless VM running a stripped down V8 javascript engine.

Sounds silly, rather than break apart linux / mac installations, have you considered using something like nodejs which can handle this cross platform with `process.platform` and it'll become more readable...

One thing that could be done is get quickjs interpreted in wasm, but that'll probably slow it down, on the other hand, you get more hardware support since wasm out...

I was thinking of https://github.com/wasm3/wasm3 when I said that but it should all be the same right? Thanks for the reference, I'll give it a try.

I have the following anotation ```java @Around(value="methodsOfInterest()", argNames="ajc$aroundClosure") ``` but the `methodsOfInterest` method got renamed. So is this a bug?

@hotkidfamily yes, long ago. It takes about 2 days to do. But really it’s mostly already separated into modules. Have a look at the source code.

There's always docker within macos 😅 just mentioning it if you may have not considered that. I find that this python utility is a little overengineered tbh.

You simply can't be building this on an arm device, as you have some hardcoded `x86_64-linux-gnu-gcc` expectation of a gcc binary in some makefile probably. You can try and pretend...

Ok, well, what are the alternatives? Where to get `Provider` and `connect` from?

Sounds like 80 lines is all that's needed, also readable lines 🤷‍♂️