Tom Evers

Results 6 comments of Tom Evers

Just fyi, that example is easily achievable with IntelliJ's default functionality: 1. Place your multiline caret 2. Hold `` while pressing `` to select every line to the end 3....

@rikschennink Updated. You should know that the template doesn't show when you click "New Issue" without being logged in. When you sign in at that point, GitHub redirects you to...

More on-topic: Flexboxes combined with min-width are a complete pain in the behind. I still don't quite understand how to tell a stack of flexboxes to "ignore" the minimum width...

> Please be sure to select an option under "Types of changes" and fill out the checklist as appropriate in the PR template. Please also make sure that your commit...

I don't want to downgrade my python version (I'm on 3.11) but I can't seem to install Pyeda `pip install pyeda` yields the following errors: ``` boolexpr.c extension\boolexpr\boolexpr.c(440): error C2057:...

Only the outer loop should have "epoch" as its unit. The inner loop should be something else, "step" or "batch", I forgot what the correct terminology is.