-
**Is your feature request related to a problem? Please describe.**
I'd like to be able to use the `Sum` function over multiple columns.
Example for a model
```
class Stats(Model):
one_col…
-
Every contribution is appreciated.
-
The strange thing is that it works locally just fine but fails on CI 🤷
Minimal code seems to be:
```c
fizz_buzz :: () -> () {
i := 0;
stdout_handle := GetStdHandle(-11);
while (i < 10…
-
I am using gcc version 7.3.0 (i686-posix-dwarf-rev0, Built by MinGW-W64 project) on windows10x86
I cloned the repo and executed **make** on the folder expecting it to compile the v compiler but got…
-
- [x] Change Month and Week Number
- [x] focWeekExport 2021-04-19 2021-04-26
- [x] Summary
- [ ] Hashtags
- [x] Check that comment links work (push weekly dump with channel summaries)
- [x] Check…
-
```
let x=( i=0, e=0, s='' )=> {
process.stdout.write(((i==2)?'Fizz':''));
process.stdout.write(((e==4)?'Buzz':'')+'\n');
x( (i==2)?0:i+1, (e==4)?0:e+1 );
}; x()
```
…
-
It is very annoying
_Posted with [vim-repoman](https://github.com/benbusby/vim-repoman)!_
-
While #1301 is being idle for a while, let's collect all the duplicates/low quality katas out there that should be retired/revamped/de-duplicated.
---
**Duplicates**
Rot-13:
https://www.code…
-
Ovo je jednostavan zadatak, koji koristi sve sto smo do sada radili.
[Fizz Buzz](https://www.tomdalling.com/blog/software-design/fizzbuzz-in-too-much-detail/) je popularna igra među programerima ko…
-
When the IDE works with trees coming from TASTy, it cannot see the trees before inlining. That means that `find all references` and `rename` can return wrong results. All of that happens because we ca…