satanch

Results 8 comments of satanch

In my practice the only way to set TTL is only via AWS DynamoDB dashboard.

In my opinion this breaking change must be changed. Server could work with string commands as always, but if we need to switch to JSON messaging we could do it...

This issue helped me a lot: https://github.com/parcel-bundler/parcel/issues/4199 `--no-scope-hoist` argument fixed my issue, but Parcel v2 docs does not clarify why I should use it. There is no information about this...

> When building webapps, you get much smaller build sizes with scope hoisting. > When building libraries, you have to enable it for technical reasons. The main problem that application...

According to docs: https://v2.parceljs.org/features/scope-hoisting/ > Parcel can remove unused JS code with both CommonJS and ES modules (including dynamic imports in many cases), and unused CSS modules classes. But Parcel...

Any news about this issue? Maybe some workarounds are available.

Use ```sh npm install https://github.com/yagop/node-telegram-bot-api.git#6d7adc3 ``` as a temporary solution. You can specify exact commit after the `#`.