Alexander Shtuchkin

Results 119 comments of Alexander Shtuchkin

Wow, I appreciate your efforts, thank you! Though I don't really like the approach where I need to instantiate a class in every function :( But I think I have...

Interesting, I haven't thought about it) seems this can work too. If I wont find any unwanted side effects, I'll implement it this way (although, I believe exposing the context...

Okay, I've published a new version of [errTo module](https://github.com/ashtuchkin/errTo) with IcedCoffeeScript support. The syntax is as following: ``` coffeescript errTo = require 'errto' app.get '/', (req, res, next) -> await...

It's a 3d rotation matrix of the base station, see https://en.wikipedia.org/wiki/Rotation_matrix

Hey, I have no immediate plans to work on this library, sorry. Also can't give you any advice on the replacement as I wasn't following the space for a few...

That's great to hear, thank you for following up! PRs are definitely welcome. > That said, is the future webauthn? Maybe ¯\_(ツ)_/¯ On Wed, Jan 5, 2022 at 1:50 PM...

Just bumped into this. I'm using latest v0.3.5.

Note, I've also tried to quote the path manually, e.g. using `KEY="data/asset_id%3Dmy-asset/dt%3D2024-05-22/data.parquet"` and is was signed correctly without any changes. Unfortunately, AWS S3 then says that there's no file.

Hey Willard, happy you're finding the project useful. Current code does not include any interpolation or IMU fusing logic - that seems like it should be in a separate, higher...