Hi Anyone knows how to change the language of Logi Report? Currently working on globalization features, wondering if we can change the language of logi reports
What am I doing wrong? When I add simple text to my stage, it looks fine on the desktop, but on mobile it renders completely differently (size position etc).
I want to create a base class with two set, and derived class (inherit) with one set method. I want to combine them in a parameterized constru
Want to have a copy of my Google Colab python notebook in my AWS Sagemaker Jupyter notebook(newbie to AWS Sagemaker) I tried selecting all cells in my Colab no
I have tried each and everything... Renamed the Procfile, moved it to the root directory, etc. Wee the images below. This is the error showing on my webapp pag
I got system with installed jamvm onboard. Output of jamvm -version command : java version "1.5.0" JamVM version 2.0.0 Copyright (C) 2003-2014 Robert Lougher &l
I want to select some columns by name, like selection = df[['Name', 'Qualification']] and some columns by a filter like selection = df.filter(regex=("Level.*")
I have created a trail for an organization, following this document: https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-trail-organization.html
I want to count the number of sub palindromes in a string and count also the string itself if it's a palindrome. Single letters are not palindromes. Example inp
I have two projects. Project 1 and Project 2. Project 1 refers to Project 2 in its csproj file. I have recently upgraded the Project 2 to a higher version of th