-
## Environment
info Fetching system and libraries information...
System:
OS: macOS 14.5
CPU: (8) arm64 Apple M2
Memory: 92.45 MB / 16.00 GB
Shell:
version: "5.9"
path: /bin/z…
-
## intro
This is a rough plan of the development internship program for 2024 -8 to 10 weeks program-. The intern need to be able to reason about the code, and be able to write tests (units and integ…
-
Issue Type: Feature request
I had hoped to see the description for the type when hovering over the value via intellisense, etc.
When I hover over `context.slot` I can see "The slot the disk is i…
-
Hey @jfilter 👋 , I'm using this component in a `"react-native": "^0.72.3",` app but run into a runtime error on render. Seems there is some bug with the **FlatList** used internally in Onboarding comp…
-
[ ] I have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug.
**Describe the bug**
A clear and concise description of what the bug is.
```
Tra…
-
Hello Renata / anyone!
In 1.1 of the Advanced Course, around 4:45 you are explaining that you ran describe.only (Profile - Stored Auth) to show that you are logged in, and with an adjusted expect i…
-
When I create the LightRAG, it keeps looking for the dickens\\lightrag.log file even though I set the WORKING_DIR to be the correct file where the lightrag,log is.
Error:
Traceback (most recent …
-
### First check
- [X] I added a descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the Prefect documentation for this iss…
-
### How frequently does the bug occur?
Always
### Description
realm: 12.6.2
@realm/react: 0.6.2
I created one react-native page inside react-router; the page uses the `useQuery` hook to query m…
-
Any idea why jest is not exiting. It shows following as the reason.
```
39 | async function execute(sql): Promise {
> 40 | const [results, fields] = await pool.execute(sql);
…