Daniel J. H.
Daniel J. H.
At the moment we accumulate a full 360 degree scan and return this scan to the user. Many use-cases need high-resolution synchronization which is currently not possible on a per-sample...
This adds a `Dockerfile` bundling the development files, headers and basically everything you need to quick-start development with the Sweep device. What I want is Docker Hub automatically building images...
Similar to [the ticket about Python Wheels](https://github.com/scanse/sweep-sdk/issues/54) we should build and distribute pre-built binaries. This would allow users to do npm install sweep and get everything pre-built, packaged and set...
Splitting off from @kenzierocks' initial Python packaging pull request https://github.com/scanse/sweep-sdk/pull/51 (please read for context). At the moment we require users to compile, link, and install `libsweep.so` before they can install...
At the moment I only started to play with the point-cloud 3d map idea, but we don't have much examples that are more beautiful than "just" printing some numbers on...
At the moment we return angle, distance samples. Many use-cases need to convert from Polar to Cartesian coordinates anyway (see our examples). It would be great to provide convenience helpers...
### What Operating System(s) are you seeing this problem on? Linux X11 ### Which Wayland compositor or X11 Window manager(s) are you using? Ubuntu 20.04 Gnome default ### WezTerm version...
# Environment Knex version: 2.2 Database + version: Postgres 14 OS: Ubuntu 20.04 # Feature discussion / request 1. Explain what is your use case With a query like ```sql...
Hey folks, I'm just seeing that we have system-ui in the sans font variable https://github.com/heybokeh/pollen/blob/dc34314ae45d3ca55f5308491451d9169fc1f084/src/modules/typography.ts#L53 and I was wondering if we should remove it as a default, since it's problematic...
When working on the database, every now and then having a `psql` shell is crucial e.g. for debugging, for inspecting, and so on. At the moment there are ways to...