ProEvilz

Results 12 comments of ProEvilz

> I "solved" this by modifying `custom-policies.json` as follows: > > ``` > [ > { > "Effect": "Allow", > "Action": [ > "cognito-idp:CreateGroup", > "cognito-idp:AdminAddUserToGroup" > ], > "Resource":...

@funkedgeek It's just default code out the generator?

I also tried copying the ones from this repo out the `src` folder and get the same error...

**Update:** If I remove line 32 & 34 it works as expected.... However, it seems I cannot change the box-shadow since you're using it to set the actual color of...

> Also Etag is part of cache strategy for web, it's not intrusive at all The problem is that it can be used to track users, and its probably more...

I'm experiencing this issue too. @samyhajar Any help?

I ran the "Running code in the runtime images" example code in the terminal, and that worked... but I'm trying to get this setup like a normal code project and...

``` proevilz@DESKTOP-52J01RR:~/test-app$ npm -v 8.19.3 ``` ![image](https://user-images.githubusercontent.com/16267903/216725905-6488edf9-b1d6-41ec-98ce-6c369635c599.png) As a test, I tried to install react through `npm i react` and that worked successfully. I appreciate your support with this.

Thanks trxcllnt. I attempted the `--ignore-scripts` and that successfully installed `@rapidsai/core`. However, unless I pass `--ignore-scripts` for `@rapidsai/cudf` too, it gives me the same error. After installing both with `--ignore-scripts`...

Attempting with yarn after removing `node_modules` and package files, this happens: ![image](https://user-images.githubusercontent.com/16267903/216728982-836202ea-5db0-4925-95a0-eb7ac79ff65e.png) So perhaps I need to upgrade my linux distro from 18 to 20+?