-
I have a use case like this
```
type IDData struct {
ID string `json:"id" binding:"required"`
Type string `json:"type" binding:"required"` // this value should be buzz or fizz only
}
…
-
In the example,
```javascript
match (res) {
if (isEmpty(res)) { … }
when ({ data: [page] }) { … }
when ({ data: [frontPage, ...pages] }) { … }
else { … }
}
```
The introduction of…
-
# Bug report
`mt_rand` returns a random number. The second if statement in the below is therefore not redundant. However PHPStan reports `Comparison operation ">" between int and 3 is always true.`…
-
Having used `case_when()` for years, I was quite worried today when I discovered that `case_when()` handles NA values in the test differently than `if_else()` and `ifelse()`:
![image](https://user-…
-
It is super annoying when I'm working on solutions and switching between bytes and chars tab, and it keeps prompt me.
How about just always restore local solution, and add a button to load server sol…
-
I need to understand why this doesn't work
```js
if(x%2 === 0 && y%2 === 0){
...
}
```
But this works.
```js
if((x%2 === 0) && (y%2 === 0)){
...
}
```
The first works in languag…
-
Setting a radius based on the value prop and the size of the canvas would be awesome. Currently using d3 to accomplish this instead. Simple example
```
data: [
{x:foo, y:bar, value: 100},
{x:fizz…
-
I see from #224 that the `ch-docker2tar` command will now save the environment information into /etc/environment. However, I don't see how to properly use it.
If I do an `ch-run --unset-env="*" --s…
-
While testing a non integer character in the setup portion I found that if you put in a non integer, you will get the bounce back which is correct but when you put an integer in after "realizing your …
-
e.g.
- `update 3 files in foo`
- `update 16 files and delete 2 files`
Relates to #13