I am working on reactjs project using material-ui. Web-page is working perfect on desktop layout but when I switch layout to responsive (mobile). Than all the t
I have created web based app using python flask for collecting students info. I have created a 'students' database in which I am collecting students profile in
I just choose standalone angular project from the templates, after I give it a name, set the location and press create it gives me this. I checked the visual st
I have have a problem with this field: private final String name = "test"; I want to modify it with reflections, but it doesn't work. Field field = Test.class.
I have created a database in postgres. It has 3 empty tables. The table has user tom as its Superuser along with root. I am logged in as tom and connected to my
I'm aware that has_secure_password adds validations for password and password_confirmation on the :create action. When you create a new user, you have to enter
I have JSON file with cities [ {"country":"UA","name":"Hurzuf","_id":707860,"coord":{"lon":34.283333,"lat":44.549999}}, {"country":"RU","name":"Novinki","_id":5
I a newbie in ELk. I want to load the logs only once from logstash, again if run the config file the logs should not be read. And in the input plugin if i dont
Some background: I have a class that inherits from tk.Label; basically, a Label widget that has some extra methods tuned to my taste. I have two design modes fo