Sainath A

Results 6 comments of Sainath A

My way of implementation: ``` // Setup // NTheme.dart class NTheme { static TextStyle fontWeightApplier(FontWeight fw, TextStyle ts) { return ts.merge(GoogleFonts.nunitoSans( fontWeight: fw, )); } static mainTheme(BuildContext context) { final...

My take on this to update a Class with lots of properties: ``` var query = $@"UPDATE {tableName} SET "; foreach (var prop in objDb.GetType().GetProperties()) { if (prop.Name == "Id"...

I have the same issue with inside a layout.

@pateljannat I faced the same issue. My version is from the docker command on the readme from 3-4 days ago: ``` git clone https://github.com/frappe/lms cd apps/lms/docker docker-compose up ```

I'm open to working on it and submit a PR for this. Can the core devs give a rough guidance on how to go about implementing this?

@haiodo @BykhovDenis Please provide your inputs - if we can contribute towards this feature / integration.