Resources for incorporating Google Admob in SwiftUI.
If we assign a variable with the same name as a function, even in a conditional statement, the function will be shadowed.
How to get the function defined in the current module using its name.
$() concatenates the results into one single line in bash, but not in zsh.
A tip to quickly append and/or prepend multiple characters in f-strings.
How to fix the “unable to resolve your shell environment in a reasonable time” problem in VSCode.
Using Linux commands to get a list of recently changed files and parse out the root directories.
How to replace certain lines and overwrite a text file using Python’s fileinput module.
How to set a function as bound method, class method and property.
How to access data files in installed python packages.
How to setup AWS VPC so we can access internet from the private subnet.
store_attr
__getattr__
An infinite recursion when overwriting __getattr__ while store_attr is used.
An easy way to show the structure of the training loop and where callbacks are called in Fastai.
How to pip install from a private repo