Deniz Mert Edincik

Results 50 issues of Deniz Mert Edincik
trafficstars

### Issue To Be Solved I see a lot of imports with commit instead of version on master. This is not so healthy, and makes it really hard to contribute....

Feature
Feedback

## Problem Definition Currently script environment does not allow emit event. I understand it is kind of pointless to emit the events but I think it is too harsh to...

good first issue
E&V Team

### Issue To Be Solved Currently emulator account has many contracts by default, and it is confusing. ### Suggest A Solution ``` Contract: 'FlowIDTableStaking' Contract: 'FlowServiceAccount' Contract: 'FlowStakingCollection' Contract: 'FlowStorageFees'...

Feature
Feedback

### Issue To Be Solved I was playing around the idea of "auto create accounts" on demand. So instead of getting error on non-existing account with some flag we can...

Feature
Feedback

### Issue To Be Solved We have 2 different key structs in codebase and they are pretty much same (except order of SeqNumber and Weight) ``` type sdk.AccountKey struct {...

Feature
Feedback

Minimal test case: ```javascript export const brokenArgsRest = async (...props) => { await someAsyncFunction(async () => { console.log(props) }) } export const someAsyncFunction = async callback => { await callback()...

### Issue To Be Solved As we discussed in the language design meeting, I made a gist of what is on my mind. https://gist.github.com/bluesign/2a654b7ce0cb889ff65447567e0ce069 Here the system works ( as...

Feature
Feedback

### Issue To Be Solved Not sure if I called it correct, but functions/references etc cannot be exported causing some problems. For example NFTView, FTView on metadata, has function field,...

Feature
Feedback

### Issue To Be Solved Currently events are not mandatory on resource creation or movement. It is up to contract developer to emit or not, even if they are defined...

Feature
Feedback

Closes [FLIP #1071](https://github.com/onflow/flow/pull/1071) ## Description - Tests I have to figure out. - Some parts I am not sure ( ensure loaded etc ) - Docs I will update after...

Feature