-
### Description
I would like to convert the existing src/search.js file from JavaScript to TypeScript to improve type safety, code maintainability, and developer experience.
Also, I would like t…
-
# 🐛 Bug
V1 and V2 outputs for these tests differ significantly:
- third_party/move/move-compiler/tests/move_check/typing/mutable_borrow_from_immutable.exp
- third_party/move/move-compiler-v2/test…
-
### System Info
amd64, 1gpu
### Information
- [ ] The official example scripts
- [ ] My own modified scripts
### 🐛 Describe the bug
`ValueError: Provider inline::llama-guard is not available for …
-
The complete error message is as follows:
Warning:
Unable to load the following plugins:
libio_e57.so: libio_e57.so does not seem to be a Qt Plugin.
Cannot load library /data2/xxx/.con…
-
### Problem
Currently we use `strict: false` in `tsconfig` which disables set of other TypeScript rules:
[alwaysStrict](https://www.typescriptlang.org/tsconfig#alwaysStrict)
[strictNullChecks](http…
brojd updated
6 months ago
-
This is loosely related to https://github.com/denoland/fresh/issues/1386.
Imagine the following folder Struture:
```
routes/
userarea
SomePage.tsx
_middleware.ts
…
-
Currently, we validate scriptlets simply if they pass Starlark’s parsing. I intend to add an additional validation step in the `*Validate` methods to ensure that required functions (`qemu_hook` for `Q…
-
Would it possible to do so that when `@async` is used with a function, its type is change, so if `@await` is not used when calling the function type checking would fail?
Example
```
@async func…
-
https://github.com/PyO3/pyo3/blob/v0.23.2/src/types/bytearray.rs#L297-L299
The implementation just calls the unsafe `as_bytes` function while not doing anything to uphold the safety invariant that …
-
## Proposal
In-order to cut down on development time, a lot of developers are leveraging powerful ORMs which allow for quick migrations and type-safety. Prisma being one of the popular ORMs can be …