Paul Emmerich

Results 127 comments of Paul Emmerich

I think the "proper" solution would be a luals plugin that transforms CreateFrame calls and adds `---@class : frametype, template(s)`. Actually shouldn't be too hard. Unfortunately I've now already done...

proof of concept plugin, works for trivial cases; unfortunately LuaLS only allows for text -> text transformations, having the syntax tree available would be much better. And given how fragile...

FWIW LuaLS added AST transformations for plugins recently and I built a plugin for Deadly Boss Mods which has a somewhat similar problem, maybe this can be an inspiration on...

No urgency here; my discord username is tandanu

I believe https://github.com/LuaLS/lua-language-server/pull/2546 probably solves your problem (but ignoreDir not working is still a bug)

that indicates the previous step failed, it compiles luamake first, so you are missing part of the error. likely dependencies, which are only gcc and ninja-build but since my patch...

3. doesn't seem like a good idea to me. Yes, freshly DMA'ed data is just data in the L3 cache but there is some weirdness. I've seen effects that definitely...

Did you have a look at the old NetFPGA DMA engine? I believe it worked similar to what you are suggesting (for receiving packets), but I don't recall details as...

I was specificly referring to the DMA core on the NetFPGA 10G, the newer SUME works more like your typical NIC. No idea about the old 1G NIC. I've only...

The Amazon ena drivers are relatively simple with ~7k lines of code for both the DPDK and Linux drivers: https://github.com/amzn/amzn-drivers ``` $ cloc linux/drivers/net/ethernet/amazon/ ------------------------------------------------------------------------------- Language files blank comment code...