Visual Studio Code does not detect virtual environments. I run vscode in the folder where the venv folder is located, when I try to select the kernel in vscode
Users can provide any path with wildcard or regex. If they provide that, I need to identify that it is not a full static path. var sourcePath: Array(String) = A
I have a dataframe df whos columns contain lists of strings df = A B ['-1'] , ['0','1','2'] ['2','4','3'], ['2'] [
I have a situation like so... class Outer(object): def some_method(self): # do something class Inner(object): def __init__(self):
I created a script generating me a pdf file on a daily basis. It is then sent to the user's drive using a simple drive.mount('/content/drive') In order to ensur
I have a snapshot of a document present in the database as shown below { "_id" : ObjectId("624e105df043d4ad4ee893ee"), "title" : "First post",
I have a type defined as such: type quantity = Value of int | Direction of int * int | Vector of int * int * int Later I have functions that operate on values
I am trying to extract a user name (x) from a string that looks like this: "Request is from User 'x' using the 'y' app ..." I would like to extract x. I tried t
I am building a capacitor plugin for the minew sdk to get and receive beacon data. I have the ios part working great but I have hit an issue with Andriod. My pl