MikeDabrowski

Results 26 issues of MikeDabrowski

Hi, thank you for such a nice util library. I need to dynamically create AuthServiceConfig by fetching app ids from backend. How can I do that ? In app.module how...

**Describe the bug** I followed the [docs](https://orange-opensource.github.io/uuv/docs/wordings/add-custom-step-definition#install-dependencies-1) but I am getting error "SyntaxError: Cannot use import statement outside a module", `` **To Reproduce** Steps to reproduce the behavior: 1. Create...

bug
web

We are using zod with ts-rest and node express. I created and endpoint that uses a function which can return 3 different types based on one argument. The function is...

my sync config: ```ts const localStorageSyncConfig: LocalStorageConfig = { keys: [{ appState: ['mode'] }], rehydrate: true, storageKeySerializer: (key: string) => `ngrx-sync-${key}`, }; ``` my store (relevant piece) ```ts export const...

feature stores

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is this a regression? No ### Current behavior ``` $ time npm ci...

# Description This PR intends to add decryptPDF action. It will take attached pdfs, store the original and decrypted in the chosen location. It also adds new dependency `@cantoo/pdf-lib` fork...