Quantcast
Channel: User ORStudios - Stack Overflow
Browsing all 36 articles
Browse latest View live

Comment by ORStudios on v-for not being called when updating array from...

Sorry my mistake! Thanks for the help

View Article



Comment by ORStudios on Guzzle / Laravel cURL error 6: Could not resolve...

Thanks I will give it a go and see how it goes

View Article

Comment by ORStudios on Why is Laravel Upsert adjusting the auto_increment...

@El_Vanja ahh ok that makes sense thanks, shame it can't keep the value. Uniflux sorry, no I mean that even when the row is updated it is still incrementing the auto increment value so that when a new...

View Article

Comment by ORStudios on Guzzle / Laravel cURL error 6: Could not resolve...

@shaneparsons no after getting the problem on two separate domain calls (coingecko & twitter) I assumed that it was more likely to be my end. So rather fetching all the account records and looping...

View Article

Comment by ORStudios on Adding to vue.js value just adds number to the end

Thanks yes this was the problem, I ended up adding the following and it has done the trick this.page = parseInt(urlParams.get('p'));

View Article


Comment by ORStudios on Calling a Vue method in another view instance from...

Thanks I will take a look.

View Article

Comment by ORStudios on How to pass the cell index into the previewProvider...

Sure, I have a uicollectionview that has a number of small square thumbnails. When the user clicks on cell I would like to replace the rating_star image with a large version of thumb with a correct...

View Article

Comment by ORStudios on How to pass the cell index into the previewProvider...

Thanks, for explaining it and it now accepts the values. I need to go and review how the closures work again.

View Article


Comment by ORStudios on .scaleAspectFit not working with UIImageView inside...

Just added the resize function to show how the image is resized.

View Article


Comment by ORStudios on .scaleAspectFit not working with UIImageView inside...

Thank you, that seems to have solved the problem. I have spent the morning trying everything else! Also thanks for the explanation. I will take a look at the UI hierarchy debugger

View Article

Comment by ORStudios on Trying to send a request to Google WebSub by getting...

Thanks that has done the trick.

View Article

Comment by ORStudios on Fading VStacks in and Out when @Published value...

Hi thanks, I followed your example but embedded both VStack inside a ZStack, from there added the modifier .animation(.easeIn, value: subscriptionManager.productsReady) to the ZStack. Just needed to...

View Article

Unable to get the api token field to fill in Laravel 5.8

I am trying to complete an api registration system using Laravel 5.8. At the minute every time I run a registration the api_token field remains null. I am pretty certain I have followed the...

View Article


How to detect when a UIWebView has completely finished loading?

I am trying to build a filter for a UIWebView and I am struggiling to detect when the UIWebView has completely finished loading. I have used the following two methods–...

View Article

What is the most efficient way of storing and querying for hastags in a MYSQL...

I am in the process of structuring my MYSQL table, I am building a platform with Laravel where a user is able to upload an image that includes a description. This description will include hashtags. Now...

View Article


How can I separate out the Ids in tables joined within a Laravel Project

I have the following that joins together 3 tables, Images, Users, Profiles. The problem I have is that the result of the following only gives me 1 id field and that is the Id of the Profiles table. All...

View Article

Answer by ORStudios for Laravel 6 Storage results in a 404 error when trying...

Thanks for the help, I discovered this answer the fits nearly perfectly what I am after. Laravel: Storage not putting file inside public folderThis was what I ended up with....

View Article


Laravel 6 Storage results in a 404 error when trying to fetch files

I have tried to setup an upload script in Laravel and have followed the instructions in the docs.I created a Symlink using the Laravel script and it looks like the followingstorage ->...

View Article

Using Eloquent join results in incorrect id results

I have the following query but as a result of the join the id field is completely mixed up. The Phone id for example is overwritten by the Manufacturer id. $phones = \App\Phone::...

View Article

unable to move element after using insertBefore

I am trying to create a system where you can click back and forward to rearrange gallery images based up importance. My initial code below is to move the element backwards and seems to work ok...

View Article
Browsing all 36 articles
Browse latest View live


Latest Images