-
In the 3.5 version of this project: https://github.com/matplotlib/matplotlib
Revision `de98877e3dc45de8dd441d008f23d88738dc015d`
Create venv
pip install -r requirements/dev/dev-requirements.txt…
-
-
`appmap-python` currently refuses to record Python code that isn't in a module. This is a barrier to getting the desired data in some cases, especially for simple projects.
If the `path` setting in…
-
Instructed to specifically generate code for a full file path:
```
@generate /Users/kgilpin/source/appland/appmap-js/packages/search/src/snippet-index.ts
```
When Navie lists files, non-file n…
-
Implement a pattern that's working well in the node agent:
* Process recording is enabled by default
* If a request, remote, or test recording begins, the process recording is aborted
* Process r…
-
I have this AppMap data file in my project:
[org_finos_waltz_integration_test_inmem_service_PhysicalFlowServiceTest_create_PhysicalFlowUsesDefaultExternalIdIfNotSpecified.appmap.json](https://githu…
-
Currently we require appmap to be installed in a virtual environment, per the manual install docs.
But if you run the appmap installed from the IDE it will install into your system's python pip…
-
Currently the extension looks for appmaps in hardcoded `**/{tmp,target,build}/appmap/` paths (cf. #691) in every workspace folder and lumps them into one treeview.
This has some issues:
- `appmap.…
-
This AppMap causes the indexer to crash: [acceptance_test_TestGeneralUsage_test_directory_skipped.appmap.json](https://github.com/getappmap/appmap-js/files/15442412/acceptance_test_TestGeneralUsage_te…
-
### SITUATION
1.**npx appmap-agent-js** with _pm2_ :
```
npx appmap-agent-js --command="pm2 start ecosystem.config.js" --recorder=process
```
2. exit process:
```
pm2 stop
pm2 delete
pm2 kil…