-
## **Describe the bug**
The declaration `has some: priv T;` results in a syntax error when `T` is a custom type. However, this syntax works without issues for primitive types like `int` or `str`. Thi…
-
## **Describe the feature you'd like**
## **Examples**
-
## **Describe the feature you'd like**
* In jac-cloud, being able to define custom report payload.
* We need to expose an interface to jac that allow the developers to fully customize/specify the re…
-
When developing with jac-cloud, over time you may make several changes to the graph of your application. Examples of changes include adding and updating nodes, adding and updating edge relationships, …
-
### Introducing the `'.jaclang-project'` or `'jaclang-config.json'` or `jaclang-config.yml`
What this brings to the language?
1. Project Setup (Project Name, Version, Dependancy/Plugin Management)…
-
Description:
Currently, the rebuild_file method in our VS Code extension only supports rebuilding saved files using the file_path parameter. However, there's a need to support rebuilding files that a…
-
In Jaseci v1 it was possible to visualize a running jaseci instance / jac problem using Jaseci Studio. Jaseci studio had a large number of features. No need to re-implement all those features. It woul…
-
## **Describe the bug**
When using both triple double quotes (`"""`) and triple single quotes (`'''`) to define strings, the output behaves unexpectedly by including extra single quotes in the prin…
-
## **Describe the bug**
The behavior of the `with entry` and `with exit `abilities in walkers is inconsistent between `jac-cloud` when running with `jac serve` and core JacLang using `jac run`. Spe…
-
## **Describe the bug**
In Jac 1 walkers had the ability to execute functions/abilities based on the node they are currently traversing. e.g
```
walker test_walker {
test_node {
/…