Anatolii Papenko

Results 6 comments of Anatolii Papenko

For me the workaround was to use code-surfer-deck template ```bash npm init code-surfer-deck my-deck ```

Had 3 ASIN groups, total 31 ASIN, ran for ~3 hours and got a soft ban on the account (not just IP) ![sh#t](https://images-na.ssl-images-amazon.com/images/G/01/error/500_503.png)

I'm working on project with Polymer and Dart now, but I don't understand how can I use app-router (even on native JS) inside my Dart app. If I will solve...

When I read about "DocumentServer" I had hopes it will really run out of the box, sadly it requires some effort and knowledge to run under FreeNAS. It would be...

Temporary solution: ```java @Bean public TracerBuilderCustomizer useCustomTraceIdHeader() { TextMapCodec httpCodec = TextMapCodec.builder() .withUrlEncoding(true) .withObjectFactory(new JaegerObjectFactory()) .withSpanContextKey(CUSTOM_TRACE_ID) .build(); return builder -> builder .registerInjector(HTTP_HEADERS, httpCodec) .registerExtractor(HTTP_HEADERS, httpCodec); } ```