-
TIL: https://lukaslueg.github.io/macro_railroad_wasm_demo
It clearly shows that an `else` can be used solely without a leading `if.
A quick jump into the compiler shows it as well:
```rust
use…
-
Trying to use your magic. But missin' some pixie dust.
Any chance you guys have this hidden somewhere else? `image: public.ecr.aws/oso-docker-registry/kate-operator:7.0.1.arm64`
-
**Thanos, Prometheus and Golang version used**:
```
# thanos --version
thanos, version 0.34.1 (branch: HEAD, revision: 4cf1559998bf6d8db3f9ca0fde2a00d217d4e23e)
build user: root@61db7527…
-
Merge candidates: b869e825bf0958308e1d6dd4120e977434d5f53e 8bd6970f2e55a11c039554604a8e2276a5bd20f5 853beb45b1bc7f3a1235d1ef11cdd5b002f88d73
-
//Chua, Louisse A.
using System;
class BankAccountSimulator
{
static int balance = 0; //original balance
static void Main() //for the choices (1st static void)
{
while (tr…
-
Still not happy that don't understand this fully yet. What if you unwrap and possible you return two different types ?
lowks updated
3 years ago
-
Hi guys,
Is there some way to condition application usage inside some rtmp application?
For example, I need to do something like
```
***********************
application live {
live on;
…
-
-
Think of the *efficiency* gains
-
```
Covert
if b > 10
d = 3
else
d = 5
to
d = 5
if b > 10
d = 3
This should be done only for conditions with simple branches.
```
Original issue reported on code.google.com by `rudla.k…