-
### Describe the problem
Today the `data` argument we get in the universal load function is eagerly evaluated
https://github.com/sveltejs/kit/blob/94c45b9372a9ed2b80e21cdca3f235c45edaa5b0/packages/k…
-
### Is your feature request related to a problem? Please describe.
We're profiling our TS monorepo and the `@temporalio` packages have popped up as a hot path. I've noticed a few issues that ca…
-
**Describe the bug**
Depending on the function the format of the returned time coordinates seems to differ. While a dataset created with e.g. `pd.daterange()` has the type `np.datatime64[ns]` , the…
-
### Version
2.15.0
### Details
Using Gridify and [heyapi](https://heyapi.dev/) to get the query options from the URL like so:
```cs
public async Task GetTasks([FromQuery] GridifyQuery query…
-
### Description
I'm using following simple example code:
```cpp
#include
int main() {
cpr::Response r = cpr::Get(cpr::Url{"https://example.com/"});
}
```
Building the executable wor…
-
### Link to the code that reproduces this issue
https://github.com/hrougier/next15
### To Reproduce
1. Start the application in development (next dev)
2. See error in the console
3. Open `next.co…
-
81 lines in total in `src/pagination.ts`
-
**Is your feature request related to a problem? Please describe.**
No
**Describe the solution you'd like**
All the files in `src/` are using TS while the files in `test` are not. For consistency…
-
I noticed that the path to TypeScript config file (`--project`) is not forwarded to ts-node which causes it to load the default `tsconfig.json`. (see [CreateOptions.html#project](https://typestrong.or…
-
Hello,
Firstly, thank you for this fantastic project.
I have noticed a small bug when converting from TS to OAPI and using the `@example` annotation.
If I have the following TS:
```
type My…