Matteo Crippa
Matteo Crippa
Same issue as above, return `200` as status but Json response is ``` { "success": false } ``` my `POST` is this one: `https://api.staticman.net/v1/entry/matteocrippa/r-view.it/gh-pages` params: ``` fields[message] = 'test' fields[name]...
@eduardoboucas here you are https://github.com/matteocrippa/r-view.it/blob/master/_config.yml
I tried to fix updating the config file, but now it is stuck on `GITHUB_WRITING_FILE` as error, any advice? Seems that you can't reach the repo and read/write it according...
gotcha `https://api.staticman.net/v1/entry/matteocrippa/r-view.it/gh-pages`, I have to update to `https://api.staticman.net/v1/entry/matteocrippa/r-view.it/master`
yep, will work on that later today, need to check if we have already any formdata test in place to mimic with the new system
@SleeplessByte I see, but had no time in the last few days to work on it, as soon as I have some spare time back will continue
@KucherenkoIhor thank you for replying, I would really do that, and please not consider this as a `please add this feature` issue as it normally happens on GitHub. I recently...
@petr-pokorny-1 yeah I see, I was thinking if also pods was a viable way to add to a project, just to avoid to mix package with cocopods that I see...
@petr-pokorny-1 here's a starting point https://github.com/matteocrippa/maplibre-cocoapods Double checked locally and seems to work as a kinda fast replacement for any previous lib. Now to double check the whole flow it...
> MapLibre as a Swift Package _should_ work famously with the CocoaPods or Carthage depedency managers. Please file an issue if MapLibre delivered as SPM fails. I agree that we...