Angus Dippenaar

Results 31 comments of Angus Dippenaar

Ok, yeah, I think the `CString` type could solve this case for when a C string is required. I can have a look to add that.

My thought with this idea was that if you wanted to deal with the bytea type, then you would be using the `[]u8`, and the sentinel would be for the...

Hi, currently, ethernets.io is running from https://github.com/angaz/node-crawler. There is an API for [raw stats rows](https://hackmd.io/NltGg8_FT2iOXoN2P1hwKA). For node details, what exactly do you want to know?

Yeah, I'm working on cleanup for upstreaming, and docs is on the list for that.

Hi @MqllR, is maybe this issue describing what you are looking for? https://github.com/ethereum/node-crawler/issues/57

Hi @MitiaRD, Sorry to disappoint, but I've basically made all the issues here irrelevant with a complete rewrite of the project. I haven't had time to clean everything up for...

Sounds great! Be sure to setup and run a node. It will give you some insights into some of the terminology, and give you some ideas for features which might...

I was able to take a full screen screenshot in Firefox using the built-in screenshot tool by disabling the `height: 100%` style on the `` node near the top. You...

I have also run into this problem. Interestingly, it seems that the version running on play.sqlc.dev correctly identifies the problem: `schema.sql:108:2: subquery in FROM must have an alias`. https://play.sqlc.dev/p/782138f97aca4557e70109157edb38a2f5d1d9c1d82c0a8fdf059276ce3116e8 So...

Hi. The synced status is done at query time. It checks if the block time is within 1 minute of the crawl time. One of the examples in the code:...