0nepeop1e

Results 33 comments of 0nepeop1e

anti virus reported the zip file contains. but does not complain about the extracted dll and exe, maybe pack it into rar or 7z

I am now facing a similar issue, the graphql suddenly broken after i restart directus ``` 23:09:54 🚨 TypeError[directus_users.avatar]: Definition object should contain 'type' property: Object({ type: undefined, resolve: [function...

> We ran into this as well. The error referred a collection so we reset and rewrote the affected role's permissions regarding that specific collection and everything started working again....

![image](https://user-images.githubusercontent.com/3667594/100289916-fa9acd80-2fb4-11eb-8e17-56bf5e3a6391.png) Minecraft 1.16.3, I tried to debug through the code but couldn't find the reason, I put `console.log` before every steps in `login.js` trying to locate the issue, i am...

```diff Index: src/lib/plugins/blockUpdates.js UTF-8 =================================================================== --- src/lib/plugins/blockUpdates.js (revision 65c63207f23b2e34b2c09197f1eba4d614c86a9d) +++ src/lib/plugins/blockUpdates.js (revision 467e8c0270f977ce2d7d2a984d27841059c8ae69) @@ -29,13 +29,14 @@ const records = [] for (const p of updates.values()) { const state =...

I am facing same issue with `apk add`, some package will failed to install and everytime error message will be different, any different packages might fail but mostly `gcc` or...

i think 1 of the workaround for this is to hide some queries/mutations from schema unless a specific API key is present, custom directive will able to achieve this, the...

This method can hide fields from schema when needed ```graphql type Query { "This orders will not shown when there is no admin parameter in the url search param" orders:...

**Almost perfect solution** differentiate multiple schema by query parameter 1. Add a service provider alter config before resolving `ASTBuilder` and `ASTCache` app/Providers/MultiLighthouseServiceProvider.php ```php

> > Open google console and paste this code: > > ```js > > document.children[0].style.filter = "invert(1)" > > ``` > > I think this might be easier in the...