Michał Antkiewicz

Results 11 issues of Michał Antkiewicz

Got this error from a docker build of another system that depends on Alfred: Ubuntu 20.04, Python 3.8.4, pip 22.0.2. ``` Collecting alfred-py Downloading alfred-py-2.10.0.tar.gz (1.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB...

GHC 7.8.3 32bit, Windows Consider the following example: ``` data Pair2 = Pair2 !Int !Int let p2 = Pair2 (1+2) (3+4) :vis :view p2 ``` the window is empty and...

Windows 8.1 64bit, Haskell Platform 2014.2.0.0 32bit. Following the process from page [installing-windows](http://felsin9.de/nnis/ghc-vis/installing-windows/), the last step does not work: `cabal install ghc-vis --enable-shared --disable-library-profiling` Multiple errors `Perhaps you haven't installed...

In order to be able to provide better error messages to the users, we would like to say `Error E occured on line 25, col 55` However, currently the positions...

enhancement
position

It is useful to be able to see the lidar beams in RViz. This PR adds publishing of RViz markers for all lidar beams according to the lidar's calibration parameters...

One of the complaints people have about REPL is that [the context or setup is lost](https://www.reddit.com/r/haskell/comments/3dh9ou/use_the_repl_luke/ct56iyh) when you `:reload`. However, they are both preserved in doctests. It would be great...

This branch is used by [wise-ads](https://uwaterloo.ca/waterloo-intelligent-systems-engineering-lab/projects/wise-automated-driving-system) for Ubuntu 20.04 Focal. DO NOT REMOVE. * CMake 3.16, which is Ubuntu 20.04 provided version * Use C++17 * Upgrade `wave_geometry` to the...

build & deploy

`libwave` submodules `wave_geometry` on commit `@ 27be85b`, which is very old, from Aug 2, 2018. `Libwave` builds successfully with the latest master of `wave_geometry @ aabcad44a` from on Jan 24,...

Checklist - [X] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [X] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/5eddbd7fc9d1502169089da06c3688d9759be978/recipes/example/meta.yaml#L64-L73) for an example). - [X] Source is...

review-requested
c-cpp

Hello @msteinbeck, I created a `conda-forge` recipe for `tinyspline` https://github.com/conda-forge/staged-recipes/pull/26343 in order to make the library available in `conda-forge`. This recipe is for the C/C++ only. I also added you...