-
```
GLSL ES spec has this to say about && and || operators:
- The 2nd operand in a logical and ('&&') operation is evaluated if and only if
the 1st operand evaluates to non-zero.
- The 2nd operand…
-
```
IF cond1 AND cond2 THEN ...
IF cond3 OR cond4 THEN ...
```
If `cond1` is false there is no need to evaluate `cond2`, it will be always false. Similarly if `cond3` is true no need to evaluate `…
-
In some cases, you may be able to short-circuit archive requests locally if you know how to match items on the client side.
For example, say you have a handler for posts, and you have dynamic archi…
-
The name of the parser: TypeScript
The command line you used to run ctags:
```
$ ctags --options=NONE test.ts
```
The content of input file:
```typescript
const foo = () => {
retu…
-
NOTE: description edited 2024-4-16, so much of the following discussion may look irrelevant
The WGSL specification says that `a && b` only evaluates `b` if `a` is true, but Naga generally will alwa…
-
| --- | --- |
| Bugzilla Link | [509661](https://bugs.eclipse.org/bugs/show_bug.cgi?id=509661) |
| Status | NEW |
| Importance | P3 normal |
| Reported | Dec 23, 2016 01:54 EDT |
| Modified | May…
-
**Is your feature request related to a problem? Please describe.**
```Rlike``` was an very expensive [cudf operation](https://github.com/rapidsai/cudf/blob/f9ac4277f50163a7da2006460034aa3e45c8744e/cp…
-
![image](https://github.com/controlsfx/controlsfx/assets/366542/f953e543-2d4f-4b1f-96d6-878a3009b637)
Create a CheckComboBox with strings 0 - 9. Select 2, select 4 and then deselect 2. null will be…
-
Not sure if this is expected behaviour, but when attempting to use `destroy_all` on an indexed ActiveRecord model, if any of the records are missing from the index, the first `404` raises an exception…
-
This bug-tracker is for bugs, feature requests and development tracking, not general support. Please see the [support page](https://electrical-age.net/contact/) for support and discussion.
- [ ] Bu…