Marwan Mustafa

Results 29 comments of Marwan Mustafa

Hi, I understand from the comments that the shaders posted are unlicensed, unless stated otherwise by a users comment on the shader (Not even sure how much that applies). I...

@bmewburn I've been facing this issue for a while and can't figure out what's happening. I've tried using both `LunarVim` and `NvChad` neovim configs/framework and they don't work in either....

@syrm Check out the edit at the bottom of that comment. It was a sillllly mistake that cost me many hours.

Same here. I've been trying to make more sense of it. Using babel/preset-env in debug mode gives these targets: ```Using targets: { "android": "61", "chrome": "61", "edge": "16", "firefox": "60",...

I've also discovered this PR while trying to pass in an instance of our logger from the express server into remix. I can get access to it just fine in...

Patching the remix compiler to add ```target: ["safari12.1"]``` is fixing this issue. I'm not sure what it's compiling exactly... I don't think esbuild compiles node_module deps, does it?

We're in the same boat over here. I was looking at what would be needed to do this, but, I don't have enough knowledge with AST or the time available...