dev-thinks

Results 23 comments of dev-thinks

Thank you @ykiran. and also @kwangmeng I tried both options and it worked for me with mac M1 chip.

> Hello, For doing relative date math, the code looks like this: `moment(timestampString).add(+/- number, increment)` ex: `moment().subtract(data.inDate, 'd')` > > Are you trying to use the **Custom Disabled Dates** feature?...

> > Hi, does anyone managed to solve this issue? > > Hi, I'm having the same problem. I cannot set maximum date dynamically based on other form date. I...

I tried something the same with .net core + ef core and we can use IQueryable. Certainly inspired and Core-part forked from this repo. Thanks. [dev-thinks/DynamicDataStore](https://github.com/dev-thinks/DynamicDataStore) @ardianreqica, this might give...

I know this is very late; hope this will useful for someone looking at it now. Use below dynamic client linq query to apply filter.. `var filtered = (((IEnumerable) dbAdapter.Instance.User))...

@lukepuplett, Is there any workaround you are doing for this, facing the same case as you.

This works for me though. `if (apiResponse.Error != null) { throw apiResponse.Error; } var response = apiResponse.Content; return response;`

Is this already available or a proposal ?

> I've been struggling with this as well. It looks to me like my angular control `` is being removed by the Sanitizer. I can get the control to render...