Yan Mendes

Results 28 issues of Yan Mendes

When deploying this: ``` run { ask x = (Call 'a10000000000' []); (Done x) } ``` it returns: ``` ERROR: 'FUN:a10000000000:91fd' is not an IO term ``` since "a10000000000" is...

enhancement
discussion

if a rollback happens when there is a `publish` in the mempool, that `publish` will be removed from the mempool, and so, you need to `publish` the file again. Since...

discussion

I feel like there should be a way to transfer namespaces between addresses, i.e. "redefine a reg", since, let's say, i wanted to sell a namespace that i bought, there...

discussion

In order to make the review process faster, please take a few minutes to go through this checklist: ## Acceptance Criteria - All of the following criteria must be met:...

References: https://github.com/HigherOrderCO/Bend/issues/320 by rubenjr0 with contents: " Hello! I think I've encountered a bug. When running this example from the readme: ```py def sum(depth, x): switch depth: case 0: return...

enhancement

References: https://github.com/HigherOrderCO/Bend/issues/375 by MrOnlineCoder with contents: **Is your feature request related to a problem? Please describe.** I want to use Bend to perform some parallel computations for a research paper,...

enhancement

**Is your feature request related to a problem? Please describe.** When doing a XOR operation you get just the decimal **Describe the solution you'd like** Would be better to get...

enhancement
compilation

Solves https://github.com/HigherOrderCO/Bend/issues/344