Michal Sojka

Results 21 issues of Michal Sojka

## Bug report rosidl is not compatible with [recently released](http://www.alcyone.com/software/empy/ANNOUNCE.html#recent-release-history-since-3-x) EmPy 4.0.x. This manifests with errors like (the last few lines are the most important): ``` ... -- Using all...

Currently, quite a few things are broken when ROS packages are used directly without buildEnv. Closes #396 #401 Related #362

We apply the patch from the rolling version, which builds fine already now. The patch does not apply to foxy and noetic versions so we don't patch them. Foxy is...

This package doesn work on Windows. The default terminal backed runs all its processes via `/bin/sh`, which doesn't exist on Windows. An alternative vterm backed is not supported on Windows...

Previously, we used `shell-command-to-string` to run Julia with some arguments. The whole command string was formatted as a command for UNIX shell assuming its quoting rules. This didn't work when...

See https://www.isc.org/blogs/isc-dhcp-eol/. We should switch to some other server. Possible candidates are: - [Kea](https://www.isc.org/kea/) - systemd-networkd with `DHCPServer=` - [Dora](https://github.com/bluecatengineering/dora) - maybe, there is something simpler - look for it.

I have a `KdTree`. When I want to use `squared_euclidean` as `distance_fn`, I get an overflow. Would it be possible to support `FixedI64` as `distance_fn` return type? Currently, I work...

enhancement

From a quick look, it seems that this is because `KdTree::size` is `T`, which might not be necessary. I'd like to store a simple data structure as `Content`, and having...

This behavior is consistent with nix-serve. See this [code in nix-serve](https://github.com/edolstra/nix-serve/blob/4a12660e6fa8fce662c0a652280a3309fa822465/nix-serve.psgi#L47-L53).