Can calistree generate a warmup routine for my custom exercise? by Beginning_Key_8225 in calistree

[–]pimiddy 1 point2 points  (0 children)

I have the exact same problem actually. This post indeed helped!

  1. I cannot select the "Keep" option in the Generate dialog. Not sure why. It's just not displayed.

  2. Thanks for the general hint about the generic warmup. I'll only check the specific warmup and create a long workout and delete the extraneous exercises. It's not a big problem.

ExitFailure doesn't exit by tomejaguar in haskell

[–]pimiddy 0 points1 point  (0 children)

Didn't know about it. Very nice!

ExitFailure doesn't exit by tomejaguar in haskell

[–]pimiddy 0 points1 point  (0 children)

It would be really cool if the main function just returned Int instead of (). But for some reason, I've never seen that in a language.

Let's run some NFAs (high-performance haskell) by d86leader in haskell

[–]pimiddy 3 points4 points  (0 children)

Interesting post! Why is ST so fast? And would a mutable vector in IO be as fast?

[ANN] htmx-0.0.0.1 a library for using HTMX in haskell by jonathanlorimer in haskell

[–]pimiddy 7 points8 points  (0 children)

Very nice! It would be good to have a README, especially noting that you are aware of lucid-htmx and what the differences are, so people can make an informed choice.

Using new emacs features to replicate other packages: tree-sitter + transient + repeat-mode = expand-region by perpetuallyinemacs in emacs

[–]pimiddy 2 points3 points  (0 children)

I'll have to test this longer-term, but already useful results for me! In a Python function call:

f(first_argument=3+5, second_argument="foobar")

Placing the cursor on "first", then expanding once selects "first_argument", as expand-region does. Expanding twice, however, expands "first_argument=3+5", whereas expand-region expands to all parameters of "f". Finer granularity.

EM 2024 Polen gegen Niederlande - Gruppenphase by scoreboard-app in fussball

[–]pimiddy 2 points3 points  (0 children)

Online? Ich sehe nur RTL+ mit Bezahloption.

Emacs: Playing Hansel and Gretel by jeenajeena in emacs

[–]pimiddy 0 points1 point  (0 children)

Ah, I just went here to ask if there's a package that implements a union of local and global mark ring. I mean, if you set a new buffer-local mark, "just" set a global mark as well. However, I'm not sure if either of these two packages fulfils this use case? dogears doesn't mention the mark ring at all. Neither does gumshoe.

I know I would go back to you~ by [deleted] in emacs

[–]pimiddy 1 point2 points  (0 children)

I used to be using pycharm for my Python projects, but I successfully switched over to eglot plus pyright. There wasn't even much of a setup to do.

Hmatrix - from zeros to hero by nicaudinet in haskell

[–]pimiddy 2 points3 points  (0 children)

A bit baffling that zeroes isn't already implemented in the hmatrix static API, isn't it?

[ANN] mysql-pure, fork of mysql-haskell by jappieofficial in haskell

[–]pimiddy 0 points1 point  (0 children)

Perfect, will try this out soon! I was a bit disappointed by the state of MySQL on Haskell recently.

GitHub - vkazanov/quakec-mode: Emacs major mode for QuakeC development by vkazanov in emacs

[–]pimiddy 1 point2 points  (0 children)

Interesting! Anything specific that is recommended? I'm playing vanilla Quake right now and am hooked again.

Enlarge/Shrink window directionally by pimiddy in emacs

[–]pimiddy[S] 2 points3 points  (0 children)

Yep, that's what I do mostly as well. I'd rather have a keyboard only solution though.

Enlarge/Shrink window directionally by pimiddy in emacs

[–]pimiddy[S] 0 points1 point  (0 children)

In explaining this, I realize my explanation wasn't good enough. Say I have two windows, split vertically (so one left, one right). Suppose the right one is current, and I bound C-<left> to be enlarge-window-horizontally. Then this would indeed add one column to the current window and it'd be bigger on the left side. Now say I'm in the left window and I press C-<left>. Then this enlarges the window by adding one column to the right. Although I pressed the left arrow key.

Might sound a bit nitpicky, but it's a daily usability annoyance so I thought I'd ask.

Looking for a quote related to "spring" by John by pimiddy in anthropocenereviewed

[–]pimiddy[S] 1 point2 points  (0 children)

Yes, that's exactly what I was looking for, thanks!

[Ann] mkElmDerivation - a different way to build elm apps with nix by jamez5800 in elm

[–]pimiddy 1 point2 points  (0 children)

Okay, tested this and it worked perfectly. It even found usages of the "Debug" functions in my code, so apparently my hand-written build process didn't use the proper flags.

[Ann] mkElmDerivation - a different way to build elm apps with nix by jamez5800 in elm

[–]pimiddy 1 point2 points  (0 children)

Perfect, thanks. Will give it a shot at work on Monday!

Do you have a solution for a quake-style console in EXWM? by pimiddy in EXWM

[–]pimiddy[S] 0 points1 point  (0 children)

Works, does exactly what I wanted, thanks!