-
**What is the feature or improvement you would like to see?**
A function that takes a graph with possibly many components and returns an induced subgraph that is the largest connected component of th…
-
Can we have a finetune.cpp or finetune.exe file to incorporate new data into the model? The use case will be to design an AI model that can do more than just general chat. It can become very knowledge…
-
Hello,
> Deprecated: Class-based Route guards are deprecated in favor of functional guards. An injectable class can be used as a functional guard using the `inject` function: `canActivate: [() => i…
TCB13 updated
4 months ago
-
### Bug or Regression?
Regression
### System Info and Version
System/Version info
```sh
```
Hyprland, built from branch at commit ea2501d4556f84d3de86a4ae2f4b22a474555b9f (props: bu…
-
There's no way to flatten images right now. When performing a build in multiple steps, a few images can be generated and a larger number of layers is produced. When these are pushed to the registry, a…
-
[X] feature request
**Current behavior**
The new syntax is a great improvement!
```
...
```
... And was discussed at length in #15020.
**Expected behavior**
The ability to capture …
-
### Issue you'd like to raise.
I am trying to work with Snowflake using `create_sql_agent`
Very often getting token limit error.
This is my code
```
from langchain.agents import create_sql_ag…
-
## The dependency [next](https://github.com/zeit/next.js) was updated from `9.0.5` to `9.0.6`.
🚨 [View failing branch](https://github.com/skdigital/tec-2000-nextjs/compare/master...skdigital:greenke…
-
If you do:
```
div {
color: green;
@media (width > 0) {
color: red;
background: red;
}
background: green;
}
```
My understanding is that per spec the div color and backg…
-
Related to #953, #917 and #916, I wonder whether we are aware enough of the essential differences when we think of objects in a functional language:
* Mutable objects are extremely efficient, as an…