Xiaokui Shu
Xiaokui Shu
For now, @vereimyst may want to go ahead and use `src_ref` as the suggestion but not `src_ref.value`. We can beef it up in a later version. A possible future upgrade...
### Two main options 1. optional dep (dash or underscore is currently an issue: https://github.com/pypa/pip/issues/11649) ``` pip install kestrel-lang[stix-shifter, docker, jupyter] ``` 2. separate packages ``` pip install kestrel-lang kestrel-datasource-interface-stixshifter...
going to merge `kestrel-jupyter` into `kestrel-lang` using https://gfscott.com/blog/merge-git-repos-and-keep-commit-history/
fixed in release [2023-10-18](https://github.com/opencybersecurityalliance/kestrel-lang/releases/tag/release-2023-10-18)
This may be related to https://github.com/opencybersecurityalliance/stix-shifter/issues/1493 If I understand the timeout issue right, it is caused by mixing the CPU-bound translation in IO-bound-intended asyncio (good for transmission). Increasing the timeout...
https://github.com/python/cpython/issues/114041
Confirmed that Python 3.11.4 works on macOS
Confirmed resolved with Python 3.11.6 (released Oct 2, 2023).
Specify 3.11.6 for unit test (github workflow) of `test-kestrel-datasource-stixshifter`. Please remove the `.6` suffix when it is the default env for Python 3.11 in github action (probably when 3.11.7 is...
Done in #502