-
[The IANA has long considered port 5000 (along with 1900) for network device discovery](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?&page=88).
Using…
-
Forgot that some keywords are also aspects/attributes (range, delta), so will probably need to move keyword processing out. That means I need to adjust the tokens file to remove precedence and maybe …
-
# 🐛 Bug
See move-model/src/ast.rs:
```
/// Represents an invalid expression. This is used as a stub for algorithms which
/// generate expressions but can fail with multiple errors, like …
-
Ahead of MDAnalysis 3.0, several analysis modules are being deprecated in favour of MDAKit versions of themselves (e.g. psa, hole2, encore).
Most of these have been deprecated in the code (pending…
-
I suggest that the Tool Bar (highlighted in green below) of the Visual Web Editor should have the ability to be hidden and/or moved. As is, for some devices (e.g. laptops) with small screen it takes u…
-
For some scripts where we are not exposing private data, we do expose the API key. For example [AMY curricula](https://github.com/carpentries/feeds.carpentries.org/blob/main/bin/make_amy_curricula.sh)…
-
This will have multiple benefits:
- improve logical organization of the code and separate concerns
- give great tools to the community that came out of iroha development
- increase visibility of so…
-
I think these should be auxiliary scripts, it gets confusing for non-gambiae users, and the workflow would be better to be more streamlined and easier to maintain.
-
### Description
Vector search currently loads vectors from disk by issuing a `seek()` followed by a `readFloats()`. We should instead:
- Add an absolute `readFloats()` method to `RandomAccessInput`…
-
**What language does this apply to?**
CPP
If it's a proto syntax change, is it for proto2 or proto3?
Proto3
**Describe the problem you are trying to solve.**
Trying to use the reflection AP…