-
I see that there are same methods in the 2 protocols
```
ViewControllerInput == PresenterOutput
PresenterInput == InteractorOutput
InteractorInput == ViewControllerInput
```
for example
```
protoco…
-
Able to add tasks with deadlines that are before today (e.g., today is 11/11/2022 and I am able to set a deadline for 10/11/2022) which is illogical.
![image.png](https://raw.githubusercontent.com/Ry…
-
Hey!
This project looks really cool and somewhat similar in spirit to [ledger-cli](https://www.ledger-cli.org/). Even the format of the accounts is the same. Is there some relationship, do you us…
Fuco1 updated
7 years ago
-
recently, garnix announced support for [incremental builds](https://garnix.io/blog/incremental-builds), enabling caching also on the module level.
what would it take to support this in typhon?
-
We have been doing work in a branch of the tabvengers/spicy-sections repo preparing to get something closer to being able to be pulled over to open ui and "closer" to reality.
On the surface, it ch…
-
Today we discussed and analysed the results of the Suns subtraction Workflow which I explain below:
**1. Self-calibration of the main field**(Required)
In this step we proceed with the calibration…
-
The current definition of "it basically builds credit networks on top of e-invoicing" is maybe a bit weak and generic. Maybe we can be more specific about what we try to build and how it's different f…
-
I recently came across this heartbeat cost analysis performed by DFINITY https://github.com/maksymar/heartbeat-cost, and was wondering why there is such a discrepancy in cycles in terms of running a s…
-
**Is it a bug or a feature request?**
- [ ] It's a bug.
- [x] I'm requesting a new feature.
**Describe your issue**
A killer feature would be to create a quick and dirty webpage where you ca…
-
Currently my Elm interpreter has the potential to behave incorrectly when passing functions into other functions which share variable names. For instance:
```elm
f g x = x + g 2
h x = x + 1
f h …