-
## Description
In the function `resolveSolutionTSConfig`, only JS/TS extensions are considered, but not including Vue files.
https://github.com/dominikg/tsconfck/blob/e45d31e42022cc7a72f3c63…
-
### Describe the enhancement requested
Plain Boolean Decoding is far more slower than Rle Boolean Decoding. This is because:
1. `PlainBooleanDecoder` uses `BitReader::GetBatch` to decoding Bool
2…
-
# Environment
**Delta-rs version**: 0.18.1
**Binding**: rust
***
# Bug
**What happened**:
While running kafka-delta-ingest the service crashes with an error when trying to create a chec…
-
@housel has something that can generate warnings for mis-matched types in primitive calls. This ends up generating a lot of interesting things.
There's a class of issues that generate warnings like t…
-
**Describe the bug**
When using `objectMapper.activateDefaultTyping` and `@JsonDeserialize(converter = ...)` on a Date field, Jackson perhaps incorrectly serializes a Long as `["java.lang.Long",12345…
-
- `textDocument/references` doesn't respect the limit parameter when streaming, only when the final results are returned.
- `workspace/references` needs a limit parameter, and should respect it for t…
-
## Description
This rule would enforce users to simplify negations: `!(a === b)` -> `a !== b`.
There might be other conditions like this that could be simplified.
## Fail
```js
if (!(a > b)) …
-
Meta-issue to keep track of smaller things to do.
### fortune
- [x] String literals in types #260
- [x] Improve `include` syntax to allow querying at any level, like: `[['user', {...}], 'pets'…
-
## Do not filter every single key in buffer when writing
Parent issue: https://github.com/tikv/tikv/issues/16141
## Overview
Today `ApplyContext` has `prepare_for` and `finish_for`, two API…
-
I tried the instructions to set up a clean install of SD.webUI as provided by the instructions here (I had another install - no, it wasn't running at the same time - in a different folder with a bunch…