Mohammad Hadi Aliakbar

Results 10 issues of Mohammad Hadi Aliakbar

in the last flurry version you should add another line to java that will init flurry, I wanted to make a pull request but I did not create git repository...

# Problem let's say we have these types ```ts type Email = {id: number, type: "Email", email: string} type Phone = {id: number, type: "Phone", phone: string} type ContactInfo= Email...

## 🐛 Bug report when creating a codec if your codec exceeds 5 nested and use `TypeOf` you can clearly see that everything should work correctly in type, but typescript...

## 🚀 Feature request ### Current Behavior right now there is not a clean way to omit or pick types like typescript, if we create a `t.type({})` we will get...

after running zephyr on this [recipe](https://github.com/JordanMartinez/purescript-cookbook/tree/master/recipes/ButtonsHalogenHooks) after clicking on plus or minus it will throws an error. ![Screen Shot 1400-10-15 at 18 23 37](https://user-images.githubusercontent.com/891975/148238063-57599b5a-2578-488a-8b67-3c3672787927.png) the problem is inside the halogen...

**Describe the bug** Async Monad will raise error call stack size **To Reproduce** ```javascript import {Async, traverse, map} from 'crocks'; import {range} from 'ramda'; const wrap = a => Async((rej,...

### Description let's say that we have an interface like this in typescript ```typescript interface Test { getT: () => {id: number} } ``` now we can mock it like...

is there any plan for supporting MySQL? I read your thesis paper and read most of the source code, I think it should not be hard to add MySQL too....

backend-integration

### Issue description if you have more than one embeded nested in each other and in the nested embeded and you select it it will throw error that it cannot...

bug
requires triage

the API call to ``` /api/courses/v2/blocks/?course_id={course_id} ``` and ``` /api/courseware/course/{course_id} ``` will return 404 and I did not find these URL routes in [EDX platform GitHub repo](https://github.com/edx/edx-platform) can you help...