Jahedul Anowar
Jahedul Anowar
@3togo I tried your approach, but fails at, `makepkg-mingw -sCLf` ``` ==> MINGW_ARCH: mingw64 -> Building mingw64... ==> Making package: mingw-w64-opencv 4.5.5-2 (Wed May 25 17:50:43 2022) ==> Checking runtime...
@MehdiChinoune thanks for the heads up, I was able to reinstall but now I get the following error: ``` $ python -c "import cv2" Traceback (most recent call last): File...
In [`graphql/index.ts`](https://github.com/adrianhajdin/project_nextjs13_flexibble/blob/956773362ea1f2248ec2c969a556420a061f0927/graphql/index.ts#L50C12-L50C12), check the fields. In`createUserMutation`, I think it should be `linkedinUrl` instead of `linkedInUrl`. Or just make it uniform in all files.
> Hi. I also get this error while doing the edit project page. Here's the code > > `export const updateProject = async ( form: ProjectForm, projectId: string, token: string...
``` { "nodes": [ { "name": "cassini-3", "group": "G1", "meta": { "description": "This is a Switch", "type": "Transponder" }, "icon": "../static/images/router.png" }, { "name": "dummy-sw-1", "group": "G1", "meta": { "description":...
Thank you for reply. I also got similar diagram. However, when i change the json to generate a bit more complex diagram, outcome is not quite to my requirement. *json...
``` { "nodes": [ { "name": "cassini-3", "group": "G1", "meta": { "description": "This is a Switch", "type": "Transponder" }, "icon": "../static/images/router.png" }, { "name": "dummy-sw-1", "group": "G1", "meta": { "description":...
Is there any update to this?