Sairam M

Results 36 issues of Sairam M

Hi. I'm looking for an offline text to speech synth that can synthesize Indian Languages, could you please add Indian Language support any time soon?

**Is your feature request related to a problem? Please describe.** The current waterways is static. I would love to see a dynamic water system. **Describe the solution you'd like** A...

### **Code** ```python @staticmethod @ns_api.marshal_list_with(partial_club_fields, envelope="clubs") def get(user_id): return User.query.filter_by(id=user_id).first_or_404().clubs ``` ### **Expected Behavior** Should produce something like this: ```json { "clubs": [ { "id": "string", "name": "string", "description": "string"...

bug

**Describe the solution you'd like** Implement the ability to add chimneys to the roof of buildings. I am making some sort of old houses which has some chimneys on the...

enhancement

**Describe the problem you are having in your project** Summary: - GIF is old and I'm trying to load a APNG, but Godot as well as Goost doesn't seem to...

feature :bulb:
component:image :framed_picture:

**Describe the limitation you are having in your project** I'm currently writing a custom property editor in GDScript, I don't have access to EditorSpinSlider **Describe the enhancement and how it...

feature :bulb:
topic:gui

Hi. I'm a Godot Game Developer, and I would like to port this over to Godot, are you ok with me porting this? Btw, you have done a great job!...

enhancement
help wanted

We're trying to run your bot, for 2 days, but we can't find a way how to run on Windows. And we didn't get any errors, but we're stuck, with...

I am trying to add a converters like this: ```postfix .int : Convert into int ANY -> int($expr$)$END$ .str : Convert into str ANY -> str($expr$)$END$ .frozenset : Convert into...

enhancement
good first issue

Hi, I'd be happy if we could reference variables directly from the parent, instead of setting the variable separately, we could have the current option as well, when we have...