Jim Fisk

Results 215 comments of Jim Fisk

This was fixed in snapcraft `8.2.6`: https://github.com/canonical/snapcraft/issues/4769#issuecomment-2102820076 I've added snapcraft support back in and it should be available in [v0.6.46](https://github.com/plentico/plenti/releases/tag/v0.6.46)

I was having the same problem on my Ubuntu 14.04.2 LTS laptop. I noticed my computer's clock was wrong, even though it was set to update "automatically from the internet."...

@Crims-on is this happening every time you use the `serve` command, or does it work at first and sometimes when making edits this happens?

Which operating system (Mac, Linux) do you use @Crims-on? Thanks!

@tjaynl @Crims-on - Thank you both for providing these details! I typically use my local development version so that might be why I never noticed on my machine! A couple...

This should be fixed in [v0.7.14](https://github.com/plentico/plenti/releases/tag/v0.7.14), so now you should be able to download the binary from the releases page instead of having to build from scratch. If you still...

When requesting the access token, the following was being thrown in the console: `Error: Unsupported grant type: None` [This answer](https://community.atlassian.com/t5/Bitbucket-questions/Unable-to-get-token-via-api-using-authorization-code/qaq-p/824264) from Guy Ludvig on the Atlassian community forum seemed to...

OAuth documentation for BitBucket Cloud: - https://support.atlassian.com/bitbucket-cloud/docs/use-oauth-on-bitbucket-cloud/ - https://developer.atlassian.com/cloud/bitbucket/rest/intro/#oauth-2-0

I'm going to put this feature on hold until Bitbucket adds the PKCE grant type to their OAuth workflow. If you'd like to see Bitbucket support implemented, please go to...

@verdverm did you ever make any progress on this? I was looking to format HTML (fix indentation, remove excessive whitespace, etc) and am already using github.com/tdewolff/minify and github.com/tdewolff/parse so figured...