-
I tillegg til FFR og iFR finnes det andre typer trykkmåling.
* Korreksjon av funksjonen ki_trykkmaaling() for å ta hensyn til dette.
* Oppdatering av utsendingen (KI- utsending) slik at tabellen …
-
We will not add a default case.
Instead we adjust the method signature to allow for unkown string params and return dates in v6.0.
`recent(format: LiteralUnion = 'unix'): string | number | Date { …
-
### Description of the Issue
Ansi color codes are not supported.
### Steps to Reproduce the Issue
1. cat [log.log](https://github.com/notepad-plus-plus/notepad-plus-plus/files/4397347/log…
-
When i run `npm run lint`, i get the following message
```
> office-addin-lint check
Oops! Something went wrong! :(
ESLint: 6.8.0.
No files matching the pattern "src/**/*.js" were found…
-
I am using a new and clean installation and build of Tensorflow_cc version 2.7 from sources on Ubuntu 20.04 with CUDA 11.6 ( with Nvidia drivers 510, CUDNN 8.3.3.40, etc ).
All works "fine", includi…
-
In an older version, many of the methods on `faker.random` that return primitive values were deprecated and moved to `faker.datatype`. I never understood the reason, and I'd argue that restoring them …
-
Is it possible to draw some rings or something for the foveated rendering rings in debug mode? Would really aid the understanding of where they are and if they can be seen in the headset.
Really im…
-
### Describe the bug
Title pretty much sums it up. This is dependent on locale and doesn't happen on english - did not test on other locales other than `pt_BR` and `en`.
### Reproduction
Calling `a…
ponei updated
2 years ago
-
I got the following in log file while applying foveated rendering.
```
(DEBUG) VRS: Single eye target, don't know which eye (multiple lines)
```
The config file is the following :
```
upscalin…
-
### Describe the bug
The `faker.datatype.number` mutates the `options` param.
### Reproduction
```
const o = { max: 10 }
faker.datatype.number(o)
console.log(o)
// { max: 10, min: 0, precision:…