-
-
Move SocketAddress dependency into main target possibly, remove [UInt8] wrappers.
-
Rust's stdlib doesn't provide a way for users to construct a `ReadDir` iterator (nor `DirEntry`) so if someone wants to implement an iterator over subtrees using `libpathrs` they would need to manuall…
-
Apply the creator/wrapper pattern from unit creation to other commonly-referenced descriptor types, for example:
- [ ] `TWeaponManagerModuleDescriptor`
- [ ] `TAmmunitionDescriptor`
- [ ] `TDeckDiv…
-
`tf.keras.wrappers` used to have scikit-learn wrappers, which were then deprecated and https://github.com/adriangb/scikeras was born at the same time.
However, scikeras doesn't seem to be maintaine…
-
With wrappers for builtin floating-point modules (On Intel & Xilinx FPGAs), we have a far more competent language to be used at PC2.
Full parametrizability will likely be blocked by #25, but basic…
-
I made this little script:
```
$ cat harbor-cmd-alias
#!/bin/bash
PROGNAME=$(basename "$0")
exec harbor "$PROGNAME" "$@"
```
and in `~/.local/bin/`, I have the following symlinks:
``…
lee-b updated
1 month ago
-
### Production Branches
This DR is for work done a while ago for the moments App. It is being written up as now we are using the same approach to wrap the Vlasov and GK Apps. See the main gk-g0-app…
-
Migrated from bazelbuild/rules_go#748
Allow people to mark rules as a wrapper for a go rule, so they can be managed by gazelle as if the were the underlying rule.
It would be even nicer if you cou…
-
Adding NamedTuple wrappers for making 2-tuple return values more recognizable.
Review that the names are somehow logical and consistent:
```
# Other wrappers for improved use ergonomics. The i…