Abubakar Oladeji

Results 11 issues of Abubakar Oladeji

How do you think I can implement a redirect Url

Can you create a provider for Flickr?

Is it possible to know the current page. What I am trying to achieve is that, I need to display a button at the end of the Walkthrough. My walkthrough,...

#64 Revisiting this question in the issue above, How can I return the ID of a new record after being created using data manipulation queries as explained [here](https://github.com/go-ozzo/ozzo-dbx/issues/64) I am...

Hi. I am developer transitioning from `Node.js` to `go` and it has been smooth. But, I'm finding it hard to update a model without overwriting the role in the db...

I was going through the documentation and I saw the explanation given about [error handling](https://github.com/go-ozzo/ozzo-routing#error-handling). What I am trying to achieve is being able to return an html file in...

I was looking at your code base and I saw this is where you're setting `Default`, `Attention` and `Completion`. So, I was looking at being able to set `inProgress` icon....

I noticed something. If I drop a Table when I implement Logout in my app and come back in, the data is stored, but it can't be accessible unless I...

#11 Ensure exception is only thrown when no path is provided for both bundle paths and bundle path

I get this error when I run: ``` xchtmlreport(result_bundle_paths: [path1, path2]) ``` Which is thrown when the plugin is called without running `scan` This [PR here](https://github.com/TitouanVanBelle/fastlane-plugin-xchtmlreport/pull/12) provides a fix to...