Posts by leedream • 216 points
14 posts
-
1
votes2
answers608
viewsA: Error installing adonisJS
I managed to resolve with the following command. sudo npm install -g @adonisjs/cli --unsafe-perm=true --allow-root
-
1
votes1
answer2549
viewsQ: How can I change the state of an array item in React Native
I have a list that is loads after the return of the api, this list populates a Flatlist. By clicking on any item I would like to mark it with the status that was viewed: user How can I change only…
-
0
votes1
answer345
viewsQ: Code reuse in React
I have a code that repeats on every page. How can I solve this problem by reusing the script. export default class App extends Component<{}> { onMenuItemSelected = item =>{ if(item ==…
-
0
votes1
answer98
viewsQ: Run firebase on a single domain
I’m learning to work with firebase recently. I made a simple example removing user authentication to chat. That way I need to implement some kind of security, so I have two questions regarding the…
-
1
votes1
answer993
viewsQ: How to work with routes in wordpress
It is possible to work with custom routes within wordpress? I’m building a site that consumes an api where the user can perform product searches. I would like to customize the site url to determine…
-
1
votes1
answer1030
viewsQ: How to get title and content on another page?
I wonder if it is possible to take the title and content of a page created on another page. For example; I created a page called Home and also created a template for that page, and did the same for…
-
0
votes1
answer72
viewsQ: Reloaddata in Tableview loading wrong image Swift 2.0
I have a tableview inside my Viewcontroller, and do some actions on each cell like expand and delete. When I do the deletion I give a Reload in the table loading the data of a remote json, it…
-
0
votes1
answer36
viewsQ: Error inserting Slider inside View - Swift
I have a problem related to Swift Slider when I try to put it inside a View My project has the following structure View (main) View (used for grouping) Scrollview View () If I put the Slider inside…
-
1
votes1
answer267
views -
-1
votes2
answers460
viewsA: How to Reload Data on a Tableview without Losing Previous Data (Swift)
Hey, I got it this way. I used Nsmutablearray as main base but instead of using addObject I used meuArray.addObjectsFromArray(meuArray) With this at the time of picking the values of the Array I can…
-
0
votes2
answers460
viewsQ: How to Reload Data on a Tableview without Losing Previous Data (Swift)
Hello, I have a tableview that will receive data on demand. however when I call scrollViewDidEndDragging function it has a call to tableview.reloadData() it replaces the previously loaded data. Load…
-
0
votes2
answers1007
viewsQ: Data validation with mvc Asp.net (edition)
I have a user registration where I use remote validation in the date Annotation to check if the user being registered already exists, my problem is in editing, as I am changing and using the same…
-
0
votes1
answer468
viewsQ: Using an object in different methods in Objective C
I’m trying to work with objects in iOS Objective C, and I had a question about using. I created a file called carro.h #import <Foundation/Foundation.h> @interface carro : NSObject { NSString…
-
4
votes0
answers173
viewsQ: Error returning Clgeocorder address
I was developing an app using Clgeocoder, and suddenly it stopped working without me making any changes to the code, and started returning the following error. ERROR…