Kresna Sucandra

Results 10 comments of Kresna Sucandra

@eisenhaus335 @Iyxan23 I want to help too. Tapi saya newbie. Mohon bimbingan :)

@fadhlanhrts I don't quite sure but if you would like to continue it, let's discuss it further.

@sandoche it seems there still some PRs for a while. Do you need some extra hands to look over it?

Hi @FlixCoder, I’m interested in helping investigate and potentially fix the duplicate `resourceType` serialization issue described here. Before I start, I wanted to check if you or anyone else is...

Hi @FlixCoder, I’d like to contribute to this issue! To clarify, are you looking for a way to allow users to add multiple values to search parameters using a more...

Hi @FlixCoder, Based on our previous discussion about improving search parameters, I've drafted a lightweight, backwards-compatible enhancement to the `SearchParameters` API. Proposed addition: ```rust impl SearchParameters { /// Add multiple...

Hi @FlixCoder Thanks for the clarification! I appreciate you explaining that the current implementation already supports the flexibility you were looking for. The existing methods for raw search parameter strings...

Hi @jerlyjelly This UnicodeDecodeError usually happens on Windows when Python tries to read a file using the default encoding (cp1252) instead of UTF-8. It often occurs if a file is...