I am building a shopping site and I want to switch a button Text from 'Add to cart' to 'In Cart' cart array is set in auth provider so it's accessible in all co
I have 2 servers, one local server(office) another remote server in cloud (storage), users in the office can't access the remote server. I want to create some u
We are trying to use Sentry as a tracking system in a Nest JS based application that is using a microservice architecture. So far we haven't been able to setup
I have a table like this: I would like a query to return results similar to this: I would like all the sales values displayed througout the table. Also, I wou
<Item key="register" icon={<UserAddOutlined />} className="float-right"> <Link to="/register">Register</Link> </It
I am starting to use Gradle for an Android application. I would like the build to fail if the developer fails to create a file at a specific location such as .
I have defined a combobox inside a DataGrid. below is the xaml code: <DataGridTemplateColumn Width="2*" Header="Modality"> <DataGridTemplat
I have a server to handle events, this server has a mutex lock and a events table(map structure). When the server receives a new event, it will acquire lock to
I'm having a little bit of a problem generating dataframes in Python. For example: df_btc = web.DataReader('BTC-USD', 'yahoo', start, end) df_eth = web.DataRead