-
There should be boolean operators like `, =, ==, &&, ||, !` and the eval methods should return same value as php (which is 0 or 1).
I already implement this I can fork the repo and create PR.
-
### Bug report
It looks like PHPStan doesn't handle the value from `PDO::inTransaction()` properly with try catch when the value is stored to a variable before try catch.
"Negated boolean expressi…
-
**Describe the bug**
dprint-plugin-typescript version: 0.91.6.wasm
**Input Code**
```ts
const a = testNum as number >= 0
const b = testStr as string >= 0
```
**Expected Output**
```t…
ad-si updated
2 months ago
-
Hi Alire Developers,
Why is https://github.com/alire-project/alire/blob/da12ff4a5d26ba5bdfc249f82c7c897ed8326ef4/src/alire/alire-solver.adb#L1131
not simplified?
`State.Target.Is_Empty or else …
-
As proposed in https://groups.google.com/g/sage-devel/c/U_WGbYG2zOE/m/yq-EDEXDAgAJ
We add symbolic functions `and_symbolic`, `or_symbolic`, `not_symbolic`; the first two are also accessible by repu…
-
Hi,
We recently tried to upgrade our Dataverse package quite a few "notches" from 1.0.26 to the latest release 1.1.32. After this upgrade we saw an irregular amount of NullReferenceExceptions. We w…
-
The SqlServer provider never returns `null` for `bool?` expressions; instead it returns `false`.
An example program that showcases the bug is:
```C#
using System;
using System.Data;
using Sys…
-
Hi @danieltrt
I have below rule , which is working fine on tree sitter play ground
[[rules]]
name = "replace_boolean_parse_with_literal"
query = """
(
(if_statement
condition: (
paren…
-
```
type Foo:
someBoolean boolean (0..1)
alwaysFalse boolean (1..1)
func ExpressionWithEmptyBoolean:
inputs:
foo Foo (1..1)
output:
result boolean (1..1) // o…
-
is it posible to implement a `not` boolean expression?
Example:
```
conditions: {
not: {
all: [{
fact: 'gameDuration',
operator: 'equal',
value: 40
…