Ebrahim Gomaa

Results 21 comments of Ebrahim Gomaa

I think this is related to what happens here : #892

Problem still here on Electron v16.0.1 with canvas 2.8.0 and nan 2.15.0 on Windows 10 (Here's the full thing [original issue](https://github.com/electron/electron-rebuild/issues/924). Still showing the main error mentioned in this issue's...

Tried this locally and giving the same results. Investigating the issue ...

Looks like "User" and "Allocation" are stored properly in the database (events_db). It should be a problem with loading them as relations to the writeMarkers.

The problem is genuinely related to the version we're using of gorm, where Preloads are not working properly. What I'll be doing is that I'll use Joins instead of Preloads...

Our use case : Admins should be able to specialize the dashboard to a just a single "Campaign" chosen from the dropdown menu, where choosing multiple campaigns - even if...

I guess this could be solved by adding a global config variable `max_miners / max_sharders` and check for it during the view change process.

There's a functions in the system that should do this behavior. However, it's never called (I tried using print debugging). For the miners : https://github.com/0chain/0chain/blob/staging/code/go/0chain.net/smartcontract/minersc/models.go#L848

Additionally, `in: form` doesn't pass swagger 2.0 validation, since only `formData` is allowed. This causes any generation of presentable format (like md) to fail.

Shouldn't this be done as #1933 is closed ? @Sriep