-
# Goals
- [x] Developer can publish apps
- [x] Consumers can buy apps
- [x] Consumers verify availability of software
# Technical Analysis
The contract is divided into two parts:
- App NFT is …
-
I attempted to launch IntelliJ with the agent attached to it.
Custom VM options (`Help > Edit Custom VM Options`):
```
-javaagent:/home/jansorg/.appmap/lib/java/appmap.jar
-Dappmap.config.file=/…
-
In Spring Boot application that uses [Jdbi](https://jdbi.org/) library to fetch data from database the NullPointerException exception occurred while recording AppMap.
```
java.lang.NullPointerExce…
-
This is indeed a corner case but I am leaving this ticket in the backlog in case we see evidence that some users actually run in it.
Issue: if there is an "inactive" env directory in the project fo…
-
-
I am using the [instructions for recording jest test cases](https://appmap.io/docs/reference/appmap-agent-js.html#tests-recording).
The suggested command does not find the package in NPM.
```
✗…
-
I am asking:
```
/tokenlimit=8000 plan
```
The token limit is set in the environment as:
```
"APPMAP_NAVIE_TOKEN_LIMIT":"19827"
```
In the log, I am observing:
```
15756 [Stderr] U…
-
latest appmap ignore the test annotate with **@ParameterizedTest**
Maven Configuration:
```xml
com.appland
appmap-maven-plugin
…
-
I thought I'd try out your application, but I ran into an issue early. Seems like it doesn't work with either pythonnet or clr. Below you can see I just install the two and I cannot `import clr`.
`…
-
Sometimes a user has a specific file in mind with the query that they want to edit or analyze. For example, I tried this query:
> `@generate`
> Recently a user had a problem running `appmap-node`:…