Alper Cugun

Results 80 issues of Alper Cugun

Is there a way to do something like: `{{ venue.name or venue.fallback_name }}` So take the first thing that's not None or empty and render that?

This webservice seems to be under fairly heavy pressure and a 5 second timeout will make this request fail most of the time. Because this request is only made once...

I did an install and then a run and turns out that it is entirely broken. ``` ❯ pnpm run start [🕙 22 10:54] > [email protected] start /Users/alper/Code/contrib/nestjs-realworld-example-app > node...

I'll usually start ranger in a directory which it will then open. I don't want to have to open another tab myself but I would like ranger to open in...

### Issue description Pointing to migrations folder creates an import error ### Expected Behavior I finally managed to generate a migration. To be able to run it I need to...

bug
requires triage

### Issue description Print a warning when non Entity classes are passed in ### Expected Behavior I ran into a dead end with #10710 because some tutorials setup classes with...

bug
requires triage

I'm doing the example from the docs here: https://docs.rs/nom/latest/nom/combinator/fn.map_res.html ```rust let mut parse = map_res(digit1, |s: &str| s.parse::()); ``` That gives: ``` error[E0283]: type annotations needed --> src/main.rs:31:24 | 31...

> A monad is an object with [of](https://github.com/hemanth/functional-programming-jargon#pointed-functor) and chain functions. > An object that has extract and extend functions. Explain why this is. Like this it doesn't explain jargon,...

I'm using [the exact example](https://github.com/nix-community/fenix#examples) and it takes a long time before it gives me: ``` error: builder for '/nix/store/ybs7q7w1vr7prv4fpahz82d8fab1ckhi-cuppings-deps-0.1.0.drv' failed with exit code 101; last 10 log lines: >...

question

I'm trying to run the demo but it is not Swift 3 and Xcode won't run it as Swift 2.3.