How can I search for my table set in the t table? my = { type = 'device' , id = 358} t = {{type = 'device' , id = 358}, {type = 'device' , id = 3}}
I want to add a button above the box, I will put the code here. I've tried to add another container, child, and children, but it is always an error, can someon
I have the following dataframe which contains a columns of nested tuples: index nested_tuples 1 (('a',(1,0)),('b',(2,0)),('c',(3,0))) 2 (('a',(5,0)),
Now I want to make an eCommerce website. In this website, I want to implement a feature like when a client or user buy something from my website and they also p
I am slightly new to python coding and I have a project coming up to which I've decided to make some code that when entering a Facebook users URL it will return
When a python script is supposed to be run from a pyenv virtualenv what is the correct shebang for the file? As an example test case, the default python on my
I want to use breadcrumbs in my vuetify project but I'm stuck somewhere. The point I'm stuck with is that when I click on bredcrumbs, the ones that come after t
require 'active_record' module Module1 module Module2 class Database ActiveRecord::Base.establish_connection( :adapter
I'm following the http://www.obeythetestinggoat.com/book/chapter_08.html book, and it says to add a unix socket to run nginx server with gunicorn, which i did.