Bjarte S. Karlsen
Bjarte S. Karlsen
**What problem does this feature solve?** Would love to see support for cadence. Tmgrammar is here https://github.com/onflow/vscode-flow/tree/master/syntaxes **What feature do you propose?** Lexer for cadence language used to programming the...
Currently when you do a PR here you _have_ to remember to run `make test` it would be nice if that was enforced in CI so that as a contributer...
Many solutions on flow today offer an `listing` for an NFT. This can be: - flowty offering a loan - schwap offering a schwap - nft storefront listing something for...
```cadence assert(true, message: "foo".concat("bar")) ``` The code above will never trigger, but it will still add computation since we have to evaluate the message.
### Issue To Be Solved In order to evolve contracts and standards like the NFT contract Interface having some way to specify the default behavior of a interface method is...
In the curent metadata standard there is a method ``` fun resolveView(_ type:Type) : AnyStruct?``` When you call that method you very often want to cast the resulting object as...
Closes #423 ## Description Add an Identity type and a field to AuthAccount that retuns a reference to it. ______ - [x] Targeted PR against `master` branch - [x] Linked...
Currently if you link storage to a path and the target is already linked it will overwrite the old link. I think it should throw an error in this case....
What happends when a user in BloctoApp clicks "create new versus collection"? As the creator of the versus contract, I do not know. In the current state of cadence I...