Simanto Rahman

Results 38 comments of Simanto Rahman
trafficstars

That's no problem @attssystem. I wasn't aware aware that BSD-3 allows for treating derivative work as IP so I learned something new. I'm sure I can figure it out if...

Apart from the refactoring (which should've been done as a separate commit or PR) the System.Drawing seems needed.

I think it would be a great implementation. I can help out with the implementation if someone starts the pre-PR I can contribute as well.

Can you provide a sample code? That should help understand what's triggering the warning

That shouldn't happen at all but are you looking for CMakeLists help? This part defines default to be "STATIC" so you shouldn't have to change anything in that from the...

Are these systems working? [Link](https://github.com/stride3d/stride/blob/7e836297cb5930c01e6dfa0183e7f3cc64748fb6/sources/engine/Stride.Engine/Engine/ScriptComponent.cs). If I could get a little bit more idea about this, maybe I can help make more systems. I'm sure `Parallel.For` would be a great...

Is there a donation system for the project? Maybe we could do a proper donation system for the development of Xenko?

Currently facing the same problem. Master ``` export class Transaction { @PrimaryGeneratedColumn('rowid') id: number; @Column({ type: 'real', precision: 3, nullable: false }) price: number; @Column({ type: 'real', precision: 3, nullable:...

Has this been resolved? I used it with React.FC, works fine on my end. I even used typescript: ``` import React, { Component } from 'react'; import { Coords }...

I confirm this behavior, as far as I can tell, the onClick function for marker is being called, but the `InfoWindow` isn't showing up. Multiple clicks on the first marker...