Vladimir Drayling

Results 10 issues of Vladimir Drayling

I'm using the nrwl/nx based workspace with the standalone config, so the `angular.json` looks like this: #### `angular.json` ```json { "version": 2, "projects": { "app-1": "apps/app-1", "api": "apps/api", "shared": "libs/shared"...

I'm searching for a package that can handle all the CRUD hassle with [prisma](https://prisma.io). Are you planning the integration of it?

investigate
new-adapter

**Describe the bug** Cannot create angular app. ```js D:\dev\web\apps\my-app>nx g @nxext/angular:application > NX Generating @nxext/angular:application √ What name would you like to use for the application? · web-client √ Which...

bug
Angular

## Problem Trying to create a project following the instructions on the home page. ### Error ```js Kretes 1.0.0-alpha.58 new creating a project in 'crm' new installing dependencies events.js:377 throw...

can't connect to supabase using env var `DATABASE_URL="postgresql://postgres:[PASSWORD]@db.[REFERENCE-ID].supabase.co:5432/postgres"`. It fails if the password contains `%`, `#` and other special characters. Therefore the range of passwords is reduced to `a-zA-Z0-9`. What...

## Idea I need types for life cycle hooks (entry points) like `init` or `load`. As far as I know there're two ways to get typesafety with typescript: * explicit...

enhancement
idea

Generate typescript types based on introspected endpoint and queries, mutations and subscriptions like in [houdini](https://github.com/AlecAivazis/houdini)

Do you plan to add subscriptions like graphql-ws and/or server sent events?

```js husky 9.0.11 node 20.11.1 npm 10.2.4 nx 18.1.0 ``` ```js WSL version: 2.0.14.0 Kernel version: 5.15.133.1-1 WSLg version: 1.0.59 MSRDC version: 1.2.4677 Direct3D version: 1.611.1-81528511 DXCore version: 10.0.25131.1002-220531-1700.rs-onecore-base2-hyp Windows...

### Current Behavior Every nx command leads to this error: ``` Failed to process project graph. Run "nx reset" to fix this. Please report the issue if you keep seeing...

type: bug