Swarnim Arun

Results 41 comments of Swarnim Arun

Has there been any progress on the RFC front?

I think we should refer to such documentations as a Cookbook or a Guide as in general how most other platforms do. And not dilute the documentations too much. It...

In general starting with a simple Bot example would be good and also help with reaching to a MVP stage for the project. Making general examples would also help us...

I think that the connection manager should be responsible for all Errors, but I think you wanted to ask should or shouldn't we pipe up the errors. And as such...

After looking through more TG API, what I meant was Errors should be propagated through mtsender to Client API. And served to the library user via Custom Errors for saner...

Alright, I went and did some digging, so will put the details of my findings here, Short Term --- 1. Char in Rust is not c_char compatible, this should be...

Not a bad idea, personally in most of my own projects I just use fixed size types as well because how easier they make handling types, cross-platform. But that's up...

I would say using fixed types is better as in the worst case we only have to write shims for matching to the specified types from other languages. While using...

Sorry for late reply. Yes it should work. I remember someone using Polygon2D to create an awesome tool for Godot that used UV Mapping and Textures. But this deserves some...