Posts by Betini O. Heleno • 457 points
29 posts
-
0
votes3
answers13394
viewsA: PHP application does not log into the facebook app by localhost
In case someone still goes through this problem. In the field "Login with facebook" within Facebook Developers you should search through the field: "Valid Oauth redirect uris". There you should put…
-
1
votes1
answer47
viewsQ: Low Resolution IONIC CAMERA
I’m having a problem with the resolution of the photos in my app. My file TS. this with the following settings: import { Component, OnInit } from '@angular/core'; import { PictureSourceType, Camera,…
-
0
votes1
answer82
viewsQ: Angular index problems 8 with Ks-modal-gallery
I’m performing a series of upload photos that are rendered on screen and displayed in Angular 8 index issues with Ks-modal-gallery... It turns out that when I performed the Component loading they…
-
0
votes3
answers15990
viewsA: Mascara CPF/CNPJ ANGULAR 8 NG-MASK
If someone goes through the same situation the library of Ionic brmasker works in Angular8 normally and possess the masks. https://www.npmjs.com/package/brmasker-ionic-3…
-
7
votes3
answers15990
viewsQ: Mascara CPF/CNPJ ANGULAR 8 NG-MASK
I have a Component where I need the input to have the mask for Cpf or cnpj according to the data entry. I am using ng-Mask, but my validation for the mask is only working for the first validation.…
-
0
votes1
answer804
viewsQ: core.js:9110 ERROR Typeerror: Cannot read Property 'onDidDismiss' of Undefined
When I log in to an Ionic4 system Loading is called on the screen however, the same Dismiss is giving the error: core.js:9110 ERROR TypeError: Cannot read property 'onDidDismiss' of undefined It…
-
0
votes2
answers560
viewsA: Angular Deploy 8 Heroku
If someone goes through the same error the package.json settings are correct. One should only point the Node.js static files to the compiled Angular dist with the following configuration the…
-
-1
votes2
answers560
viewsQ: Angular Deploy 8 Heroku
I am doing the Deploy of an Angular8 application, but it seems that Angular is not building in this process. It is possible to inspect the code in the browser, but nothing is rendered. Below are the…
-
3
votes1
answer152
viewsQ: Pdf preload with Javascriipt or Jquery
I have an input file type and I need to generate a Preload partially showing the content of the pdf. I have the following code <label for="">Selecione o arquivo de orçamento</label>…
-
0
votes1
answer80
viewsQ: AJAX files post returning null
I have following HTML: <meta name="csrf-token" content="{{ csrf_token() }}" /> <form action="{{route('clinic.picture.add.ajax')}}" method="post" enctype="multipart/form-data"…
-
0
votes1
answer121
viewsQ: Each input="file" Jquery does not validate
I have the following code on the form: <div class="form-group "> <small id="small-alert-pic">Máximo de 7 fotos</small> <small id="picture-size"></small> <input…
-
0
votes1
answer285
viewsQ: Uncaught Error: Template parse errors: Can’t bind to 'users' Since it isn’t a known Property of 'app-user'
I am trying to consume data from a test api based on Laravel, but am getting the following error: Can't bind to 'users' since it isn't a known property of 'app-user'. USERCOMPONENT import {…
-
0
votes1
answer384
viewsQ: Uncaught Error: Template parse errors: 'app-home' is not a known element:
When trying to load my home.component.html in my app.component.htmlI’m getting the following error: compiler.js:1021 Uncaught Error: Template parse errors: 'app-home' is not a known element: Man…
-
3
votes1
answer155
viewsQ: Remove empty spaces Laravel + webscraping
I’m performing a webscraping as follows: $url = 'https://esaj.tjsp.jus.br/cpopg/show.do?processo.codigo=XXXXXXXX&processo.numero=XXXXXXX'; $client = new Client(); $crawler =…
-
1
votes0
answers651
viewsQ: Curl error 60: SSL Certificate problem: self Signed Certificate in Certificate chain (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)
I’m trying to accomplish a WebScraping, however I am getting the following error as return: Curl error 60: SSL Certificate problem: self Signed Certificate in Certificate chain (see…
-
2
votes2
answers209
viewsQ: $. each on a JSON of cities
I am with a Json of cities in the following structure: var cidade = [ { "sigla": "AC", "nome": "Acre", "cidades": [ "Acrelândia", "Assis Brasil", "Brasiléia", "Bujari", "Capixaba", "Cruzeiro do…
-
1
votes1
answer199
viewsQ: Redirect Vue.js
I am having the following scenario... I own a blog that when clicking on a link is redirected to a page in Vue.js. However when it is redirected the page breaks and returns error 404. Any / after…
-
2
votes1
answer128
viewsQ: Variable validate returning wrong answer
I have a 2 check uploads on a form with the validate in the following function: public static function validarComprovantes($request) { $request->validate([ 'pagamento' =>…
-
2
votes1
answer47
viewsQ: Scroll from a certain point with jquery
Good evening... I have a div which is the chat window with the following settings: <div class="container" id="chat-rbox"> <div class="row"> <div class="Area chatlist bg-light">…
-
2
votes1
answer210
viewsQ: Take the last value of an Array inside a Foreach
I’m making a foreach which brings the following database: $notificacoes = Notificacoes::where('user_id', $id) ->where('lido', false) ->orderBy('created_at', 'desc') ->get();…
-
0
votes0
answers46
viewsQ: Fullcalendar: "Uncaught Syntaxerror: Unexpected token :"
I have a bad headache. My full Calendar was working perfectly, however it stopped working. It accuses the following error: "Uncaught Syntaxerror: Unexpected token :". Below is the scenario: <!--…
-
0
votes1
answer475
viewsQ: Select2 is not entering search
I am at a slight impasse. Only one Select2 in my system is not working the search field. It makes the implementation of the plugin, however in the search field it does not allow entering the data.…
-
1
votes1
answer24
viewsQ: Clear text coming from Laravel
I am with the following scenario, using the Plugin summernote for a textarea with the settings: <textarea id="summernote" name="editordata">{{$termos->termos}}</textarea> It returns…
-
1
votes1
answer205
viewsQ: Return the same Pagination after a post in Laravel
I have a client page with a button that enables or disables a customer from that list. However if I am on Pag=4 (for example), when active or Deactivate the client I go back to the home page and…
-
1
votes1
answer959
viewsQ: Errorexception : Illegal string offset
I have the following array. $polylines = [ 'latitude' = array(73.9289238, 83.928392832, 03.293892832), 'longitude' = array(-122.29839238, 21.928918291, 30.203929832) ]; I’m trying to execute the…
-
1
votes1
answer239
viewsQ: Errorexception : array_push() expects Parameter 1 to be array, string Given
I have a problem with this function that generates a latitude and longitude Polyline. However whenever I execute the Laravel’s Seed it generates the following error: php ErrorException :…
-
1
votes5
answers16658
viewsA: input only numbers with jquery
$('#cpf').bind('keyup', function(e){ if(e.keyCode < 47 || e.keyCode >57 ){ alert(" esse e um campo apenas numerico"); $(this).val(""); } })…
-
0
votes3
answers322
viewsA: how to take the value of the option that was chosen?
How Voce wants to capture the value make your code so it works perfectly. Add the value of select in the click of your button ( removes the Submit input) and use the code like this: HTML: <select…
-
0
votes1
answer127
viewsQ: Deploy Heroku Error - Node.js
This is Galera, all right? So I’m deploying a Heroku app that had no connection to Mongo, it was online, but no connection to any database. I made the connection I tested the requisitions in…