All Articles
[FIXED]: Error: Call to a member function transformDimensions() on null in core/modules/ image/image.module
The issue stems from the preview being in an undefined style.
1. Go to configuration -> image styles and review the styles available. I have a style called "200x200 thumb".
2. After adding an image field to a content type, go to manage form display, expand the display of the image, and specify an existing style from step 1 as the preview style.
After taking these steps, the page for adding/editing this content type should render correctly.
Tutorial: VAE: Variational Autoencoder
By Alexander Van de Kleut. But you may also want to read the VAE by Reza Kalantar.
Motivation
[FIXED]: partially initialized module 'inspect' has no attribute 'cleandoc'
The problem was naming a local module with the same name as an imported module. I had a file called ./tokenize.py and moving it to ./run_tokenize.py solved the problem.
Variational Autoencoder (VAE) — PyTorch Tutorial
By Reza Kalantar. Also, take a look at another VAE by Alexander Van de Kleut.
How to set a default publish_on field when creating a node in drupal 9
Via chatgpt.
An easier example is to set the default title first:
Intuitive Guide to Understanding KL Divergence
From Forward Data Science.
Concept Grounding
First of all let us build some ground rules. We will define few things we need to know like the back of our hands to understand KL divergence.
[FIXED]: Table is marked as crashed and should be repaired
Running this worked for me:
mysqlcheck --repair --all-databasesYou may need to add your credentials and hostname to the command.
UIUX: Examples of Email newsletter designs
Here are some examples of Email newsletter designs - enjoy if you find them useful!
Some UIUX Examples
Below are generated some UIUX examples - enjoy if you find them useful!
A list of useful Drupal modules
Here is a quick list of modules that I find very useful. If you are a drupal developer, I encourage you to look into each of them and consider using them.
Ping / monitoring: Alternative to uptimerobot_com
- uptime kuma
^ that's a self-hosted alternative to Uptimerobot.
How to check where a method is defined, in ruby
You can use this pattern/idea:
CSV.new('string').method(:flock).source_location



