Noah Gregory

Results 39 comments of Noah Gregory

I know people hate self-promo, and I don't know if this will work for most of you, but I've made a strongly-typed Facebook Graph API client (the nodes are typed...

> I'm hitting an issue trying to use `dts-gen`, has anyone else seen this? Thanks! > > ``` > ./node_modules/.bin/dts-gen -m facebook-nodejs-business-sdk -d types -o > Warning: Could not retrieve...

Facebook seems to really like their own type system, Flow. They probably will never release types.

I found a temporary workaround to add to `settings.json` that disables IntelliSense for all plain text files: ``` "[plaintext]": { "editor.quickSuggestions": { "other": false, "comments": false, "strings": false } }...

This issue still persists in VSCode and it appears to be upstream here: https://github.com/microsoft/vscode/issues/113175. Please look more into this.

I am on kernel 4.19.0-8-amd64. What version should I be on?

I'm on Debian, and going up to 5.6 would require going on an unstable branch. I think I'm going to try it though.

Wait, it appears Debian doesn't even support that kernel yet. I might go with Arch. EDIT: It does, but at the very far edge of unstable.

> What size does `uint32_t` take when you use it directly in the program (no struct)? What arch / language is your binary? If you find the uint32_t type in...

Honestly, that Swift theory sounds like it could be it. However, I've reversed this binary before (a previous version) and didn't have this issue. I've also reversed other Swift binaries...