Questions tagged as 'atom'

0
answers

Search for recipes with ingredients that you enter. How can I do this?

                                  Search for recipe with the ingredients that the user entered          In this code below, I can fetch recipes that have the ingredient that it reported. But I want the user to enter the number of ingredients he...
asked by 18.11.2018 / 18:12
0
answers

Sites are not recognizing my RSS feed from my Wordpress site

People I'm going through a somewhat unusual situation with the RSS / ATOM / XML Feeds. Well on my first site I created it, I used it on dlvr.it to share my posts on social networks automatically, and it was all right. Now I'm trying to do it on...
asked by 01.11.2018 / 21:15
2
answers

Mysql Query does not work with many arguments

I would like to ask you for help identifying the reason why my update query does not work. I have the following problem, the query below works normally: $conn->query("UPDATE dados_cadastrais SET nome='$nome',sobrenome='$sobrenome',nascimen...
asked by 29.04.2018 / 00:43
0
answers

How to close a modalPanel of the Atom IDE

I'm developing an Atom pro package, and I'm not able to find how to close modal. The situation is as follows, I have a request outside the View class: funtion set_note() { $.ajax({ type: "POST", url: "http://127.0.0.1:8000/ap...
asked by 31.03.2018 / 01:38
0
answers

How to open a program using Atom?

Hello, I use the Atom to write program in Lua, I would like to insert a button in some part of Atom for when it is clicked to call a specific program (in this case the Corona SDK simulator). How can I do this?     
asked by 26.02.2018 / 12:32
0
answers

"ruby_executable_hooks" error on Atom

Good morning. I installed the autocomplete-ruby package in my Atom text editor, and also installed the rsense gem that the package requires to work. But after you close and open Atom, it displays the following error message:    autocomplet...
asked by 09.02.2018 / 13:07
0
answers

Problems installing the preview plus package on Atom

Alright? When trying to install the Preview Plus plugin on Atom. The following error appears:    npm WARN deprecated [email protected]: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)       npm WARN deprecated react-tools@0...
asked by 18.01.2018 / 18:50
1
answer

PHP Error in Atom Editor

I'm trying out the Atom editor for nominations, I've installed the essential packages but it's giving error when I type PHP codes. What can I do to resolve this problem?     
asked by 27.12.2017 / 19:55
1
answer

Compile error "undefined reference to 'sqrt'" in Atom editor

This code in C is not compiling on Atom, but CodeBlocks is working normally. #include <stdio.h> #include <math.h> int main(){ int a, b, hipotenusa, catetos; printf("A: "); scanf("%d", &a); printf("B: ");...
asked by 14.10.2017 / 07:13
1
answer

Atom does not find PHP

I'm testing the atom but when installing the atom-beautify plugin it works in all languages but when I try to indent it in PHP it gives me that error.    Could not find 'PHP'. The program may not be installed.       See link for program in...
asked by 18.06.2017 / 18:56