Volodymyr Kondratenko

Results 19 comments of Volodymyr Kondratenko

@javad94 it worked for me a few weeks but suddenly I'm getting the same error: `instagram_web_api.errors.ClientBadRequestError: HTTPError "Bad Request" while opening https://www.instagram.com/accounts/login/ajax/ ` `77db6e1c30c697195362aa4ed593`

> Also encountered this issue. I ended up creating an AutoSchema that creates a `ReadOnly` and `WriteOnly` version of the serializers it uses. Is similar to what @sebdiem did, but...

@cmsj did you do anything specific to make it work? I've tried both `hs.ipc.cliInstall()` and `hs.ipc.cliInstall("/opt/homebrew")` - no luck

I was surprised to learn that this app has an "mark as favorite" feature but lacks an "add to library" option. Perhaps that's due to the differences between Apple Music...

> I was looking specifically at the cv menu on the right side (ocne you open a template) where you dont have any option to export a single cv in...

@Vuccappella here it is: https://github.com/pyinto/oh-my-cv/pull/1

@Licomix would be helpful if you describe concrete steps to reproduce the issue, share the console logs and your current version.

Had a similar issue and spent a bunch of time solving it, here is some info that might help you: - Relative path didn't work for me, so neither this...

@Renovamen, btw, I also noticed that `pnpm build` (`nuxt generate`) doesn't build all the sub-packages required, so I run `pnpm --filter './packages/*'` before the actual build to make it work....