-
It looks like hourly COP outputs are averaging all the 0 values when equipment is off, not just when COP is actually being calculated, leading to crazy low hourly values.
This is just a reporting b…
-
## What
The constant tensors (a.k.a. pseudo_const node in model explorer) have fixed value, and it can be shown in model explorer.
-
I did this with the help of Claude and it works. What are your thoughts?
```typescript
// Helper function to convert pixels to rem
function pxToRem(px: number): number {
return px / 16 // As…
-
When running a household sim for household 47266 in the app ([link](https://policyengine.org/us/household?focus=householdOutput.netIncome&household=47266)), we currently find a Cal YCTC of $418, which…
-
RTX 4090 default memory clock is 10500MHz for 21gbps. To get to 12000MHz as reported by MangoHud I have to move the slider to 13500MHz. If I slide it to 12000 the vram clocks only get to 11250MHz so +…
-
## Context
ROR organization API docs: https://ror.readme.io/docs/api-affiliation
### ROR matching algorithms
`PHRASE`: the entire phrase matched to a variant of the organization's name
`COMM…
-
### Description
I have linked a FilterableSelect to react form.
The particularity here is that the value of the options is an object.
Filtering is working but ...
If you select “Black”, then put t…
gusch updated
2 weeks ago
-
When comparing numbers of different types, nitrite returns different results depending on the filter (eq, lte, gte) and if the value was indexed.
Here is a small example comparing int and long:
```
…
-
I've structured a project like this:
## `server/SpecificBlast.java`:
```java
public class SpecificBlast {
public final static boolean IS_SERVER = true;
}
```
## `common/Blast.java`:
…
-
When having two files opened side-by-side (with the Other View function), random values are always generated in the left panel file, even though the cursor is on the right panel file.
trjul updated
3 weeks ago