-
Postgres allow to add SET statements to set some parameters.
Eg:
SET datestyle TO postgres, dmy;
SET TIME ZONE 'America/Los_Angeles';
How can use these SET statements as part of executing quer…
-
### Description
It seems that a minimum statement for a parameter like `min=0.0` is sometimes checked against 0.0 and sometimes against 1e-10.
### Steps to Reproduce
1. Simulate the following…
-
I formatted a source containing conditional `using ` statements
The usings are sorted without taking the conditional code into account
e.g.
`using be.cce.SmartTools.Images.ImageProvider …
-
With `respectsExistingLineBreaks` set to true
```swift
let a = this ||
that
// after formatting becomes
let a = this || that
```
and
```swift
let a = this
|| that
// after formattin…
-
Because this section uses if statements throughout, it's possible that you can mix statements about accessible content with the final statement saying the accessibility isn't known. All that has to ha…
-
MRE
```fortran
module gg
contains
function func_arr3(inp_ref) result(ret_arr)
integer, intent(in) :: inp_ref
integer,allocatable :: ret_arr(:)
! print *, alloc…
-
Repro (requires Python >3.12):
```py
from dataclasses import dataclass
from serde.yaml import to_yaml
@dataclass
class Foo:
a: int
@dataclass
class Bar:
b: int
@datac…
-
Statements like 'noticeable sluggishness in performance for typical usage' (point 2) and 'above average typing speed for regular English' (point 3) are vague. Using metrics such as 'with less than 2 s…
-
### Describe the feature
Add the "remove-statements" action to the EFS resource.
If there is an invalid policy statement, we would be able to use cloud-custodian to remove the policy statement f…
-
Problem: Currently all KCL projects have to be a single file. There's no way to reuse code across files.
Solution: KCL files should be able to import each other, so that one file can use functions o…