Krzysztof

Results 10 issues of Krzysztof

Hello, When db_driver is set to mongodb and monolog handler also uses mongodb circular reference errors appears: > Circular reference detected for service "annotation_reader", path: "cache_warmer -> validator.builder -> annotation_reader...

Support

Indexes in DataFrame are not saved when exporting to csv using to_csv. ``` js const df = new DataFrame(input, { index: ['A', 'B', 'C'] } ); df.to_csv(filename); ```

enhancement
good first issue

If a schema (either empty) is attached to routing, and I set page and limit parameters in query, "skip" is calculated based on default "limit" value = 30 - not...

E-mail address from the @agh.edu.pl domain (correct university emails) is recognized as a typo with suggestion that it should be @agh.edu Why does disposable, mx and smtp also not valid?...

It would be nice to have an option which gives reading access without authentication. By that, I mean a possibility to add anonymous read-only access to authz file: [test:/] -...

**Version:** - listmonk: 2.2.0 - OS: Docker (listmonk/listmonk:latest) **Description of the bug and steps to reproduce:** The canceled and/or deleted campaign is further sent. I don't know if this is...

enhancement

I have notice that during shutdown of NestJS based application which uses express internally I got an error: ``` TypeError: this.httpServer.close is not a function at /app/server/node_modules/@nestjs/platform-express/adapters/express-adapter.js:96:55 at new Promise...

z-node-js

I am currently using Nginx Unit to run multiple instances of an Express application. I have several cron jobs that perform database operations (using node-cron). These jobs need to be...

z-question

As the number of hosted applications grows, it's hard to remember what is being deployed in what way. I think it would be helpful if caprover remembers the last method...

I'm experiencing an issue with strapi-plugin-schemas-to-ts when generating TypeScript types for content that involves a relationship between a custom Page type and the Audience type from strapi-plugin-navigation. The strapi-plugin-schemas-to-ts generates...