Sam Bauers

Results 17 comments of Sam Bauers

A dependency of `ts-standard` is not compatible with `eslint` version 8+ Adding the latest version of that dependency directly got me past this issue: ```sh npm install @typescript-eslint/experimental-utils@latest --save-dev ```

@horike37 please see #86 for an attempt to solve for request templates only. I have this working now with SQS FIFO, and it seems to be OK so far.

This is a feature request presented as a PR. Happy to work through any changes or preferences around how this should be implemented, or if you don't want to enable...

Great, I'll do that then. For reference my Markdown-It implementation is at https://github.com/buszone/cuttlebelle

I’m nearly done with this. Just finishing off the tests (which was worth doing as they actually uncovered a couple of issues). Will post a PR when done.

I think I found a bug in Remark which is breaking one test. Noting here for reference - https://github.com/remarkjs/remark/issues/497

I think @RodionNikolaev is saying that the green dots are not positioned on the outline. It looks like those green dots are a mix of positional points and control points,...

This looks like a problem with your implementation of the Google library you are using. ``` Invalid request. Invalid 'latlng' parameter. ```

Some notes from my implementation of https://github.com/sambauers/tailwindcss-3d I went for modern alternatives to `transform` by default (there is a legacy mode to only use `transform`). Tailwind's use of `var` within...

On the question of `perspective` values. It generally takes big changes in values to see any visible difference in output. In the 3D plugin I used a very small set...